#EE8EEE

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

Shades of Violet #EE8EEE

Tints of Violet #EE8EEE

Color information

#EE8EEE (or 0xEE8EEE) is unknown color: approx Violet. HEX triplet: EE, 8E and EE. RGB value is (238,142,238). Sum of RGB (Red+Green+Blue) = 238+142+238=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE8EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8EEE is #117111. Grayscale: #B5B5B5. Windows color (decimal): -1143058 or 15634158. OLE color: 15634158.

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

Color convert

RGB238142238-
CMYK00.4000.07
HSL300º73.85%74.51%-
HSV(B)300º40.34%93.33%-
XYZ60.3743.786.14-
YUV181.65159.8168.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 142 (55.86% from 255) = 22.98%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=38.51%
G=22.98%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814223800.4000.0730073.8574.51
HexEE8EEE0280712c4a4b
Octal35621635605007454112113
Binary1110111010001110111011100101000011110010110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8EEE; }

 p { color: rgb(238,142,238); }

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

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

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

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

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

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

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