#EE8EFF

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

Shades of Violet #EE8EFF

Tints of Violet #EE8EFF

Color information

#EE8EFF (or 0xEE8EFF) is unknown color: approx Violet. HEX triplet: EE, 8E and FF. RGB value is (238,142,255). Sum of RGB (Red+Green+Blue) = 238+142+255=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 142 (55.86% from 255 or 22.36% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE8EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8EFF is #117100. Grayscale: #B7B7B7. Windows color (decimal): -1143041 or 16748270. OLE color: 16748270.

HSL color Cylindrical-coordinate representation of color #EE8EFF: hue angle of 290.97º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE8EFF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238142255-
CMYK0.070.4400
HSL290.97º100%77.84%-
HSV(B)290.97º44.31%100%-
XYZ62.9844.7499.92-
YUV183.59168.3166.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 142 (55.86% from 255) = 22.36%
BLUE value IS 255 (100% from 255) = 40.16%
R=37.48%
G=22.36%
B=40.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381422550.070.4400290.9710077.84
HexEE8EFF72C00123644e
Octal35621637775400443144116
Binary1110111010001110111111111111011000010010001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8EFF; }

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

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

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

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

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

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

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

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