#EE8CF1

Color #EE8CF1 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #EE8CF1

Tints of Violet #EE8CF1

Color information

#EE8CF1 (or 0xEE8CF1) is unknown color: approx Violet. HEX triplet: EE, 8C and F1. RGB value is (238,140,241). Sum of RGB (Red+Green+Blue) = 238+140+241=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 140 (55.08% from 255 or 22.62% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE8CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CF1 is #11730E. Grayscale: #B4B4B4. Windows color (decimal): -1143567 or 15830254. OLE color: 15830254.

HSL color Cylindrical-coordinate representation of color #EE8CF1: hue angle of 298.22º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8CF1 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238140241-
CMYK0.010.4200.05
HSL298.22º78.29%74.71%-
HSV(B)298.22º41.91%94.51%-
XYZ60.5243.2888.38-
YUV180.82161.97168.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 140 (55.08% from 255) = 22.62%
BLUE value IS 241 (94.53% from 255) = 38.93%
R=38.45%
G=22.62%
B=38.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381402410.010.4200.05298.2278.2974.71
HexEE8CF112A0512a4e4b
Octal35621436115205452116113
Binary1110111010001100111100011101010010110010101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8CF1; }

 p { color: rgb(238,140,241); }

 H1.HeaderClassName
 {
   color: #EE8CF1;
 }
 .AnyTagClassName
 {
   color: #EE8CF1;
 }
</style>
background-color css

<style>
 a { background-color: #EE8CF1; }

 a { background-color: rgb(238,140,241); }

 div.DivClassName
 {
   background-color: #EE8CF1;
 }
 .BgClassName
 {
   background-color: #EE8CF1;
 }
</style>
border-color css

<style>
 span { border-color: #EE8CF1; }

 span { border-color: rgb(238,140,241); }

 td.TdClassName
 {
   border-color: #EE8CF1;
 }
 .TagClassName
 {
   border-color: #EE8CF1;
 }
</style>