#EE8CEC

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

Shades of Violet #EE8CEC

Tints of Violet #EE8CEC

Color information

#EE8CEC (or 0xEE8CEC) is unknown color: approx Violet. HEX triplet: EE, 8C and EC. RGB value is (238,140,236). Sum of RGB (Red+Green+Blue) = 238+140+236=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CEC is #117313. Grayscale: #B3B3B3. Windows color (decimal): -1143572 or 15502574. OLE color: 15502574.

HSL color Cylindrical-coordinate representation of color #EE8CEC: hue angle of 301.22º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8CEC is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238140236-
CMYK00.410.010.07
HSL301.22º74.24%74.12%-
HSV(B)301.22º41.18%93.33%-
XYZ59.7842.9984.5-
YUV180.25159.47169.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 140 (55.08% from 255) = 22.80%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=38.76%
G=22.80%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814023600.410.010.07301.2274.2474.12
HexEE8CEC0291712d4a4a
Octal35621435405117455112112
Binary1110111010001100111011000101001111110010110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8CEC; }

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

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

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

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

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

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

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

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