#EE8DEC

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

Shades of Violet #EE8DEC

Tints of Violet #EE8DEC

Color information

#EE8DEC (or 0xEE8DEC) is unknown color: approx Violet. HEX triplet: EE, 8D and EC. RGB value is (238,141,236). Sum of RGB (Red+Green+Blue) = 238+141+236=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8DEC is #117213. Grayscale: #B4B4B4. Windows color (decimal): -1143316 or 15502830. OLE color: 15502830.

HSL color Cylindrical-coordinate representation of color #EE8DEC: hue angle of 301.24º 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 #EE8DEC is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238141236-
CMYK00.410.010.07
HSL301.24º74.05%74.31%-
HSV(B)301.24º40.76%93.33%-
XYZ59.9343.2884.55-
YUV180.83159.14168.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 141 (55.47% from 255) = 22.93%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=38.70%
G=22.93%
B=38.37%

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
Decimal23814123600.410.010.07301.2474.0574.31
HexEE8DEC0291712d4a4a
Octal35621535405117455112112
Binary1110111010001101111011000101001111110010110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8DEC; }

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

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

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

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

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

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

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

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