#EE80EA

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

Shades of Violet #EE80EA

Tints of Violet #EE80EA

Color information

#EE80EA (or 0xEE80EA) is unknown color: approx Violet. HEX triplet: EE, 80 and EA. RGB value is (238,128,234). Sum of RGB (Red+Green+Blue) = 238+128+234=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80EA is #117F15. Grayscale: #ACACAC. Windows color (decimal): -1146646 or 15368430. OLE color: 15368430.

HSL color Cylindrical-coordinate representation of color #EE80EA: hue angle of 302.18º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80EA is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB238128234-
CMYK00.460.020.07
HSL302.18º76.39%71.76%-
HSV(B)302.18º46.22%93.33%-
XYZ57.8339.5682.43-
YUV172.97162.44174.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.67%
GREEN value IS 128 (50.39% from 255) = 21.33%
BLUE value IS 234 (91.80% from 255) = 39%
R=39.67%
G=21.33%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812823400.460.020.07302.1876.3971.76
HexEE80EA02E2712e4c48
Octal35620035205627456114110
Binary11101110100000001110101001011101011110010111010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE80EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE80EA; }

 p { color: rgb(238,128,234); }

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

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

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

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

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

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

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