#EE80FF

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

Shades of Violet #EE80FF

Tints of Violet #EE80FF

Color information

#EE80FF (or 0xEE80FF) is unknown color: approx Violet. HEX triplet: EE, 80 and FF. RGB value is (238,128,255). Sum of RGB (Red+Green+Blue) = 238+128+255=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 128 (50.39% from 255 or 20.61% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE80FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80FF is #117F00. Grayscale: #AEAEAE. Windows color (decimal): -1146625 or 16744686. OLE color: 16744686.

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

Color convert

RGB238128255-
CMYK0.070.5000
HSL291.97º100%75.1%-
HSV(B)291.97º49.8%100%-
XYZ61.0340.8499.27-
YUV175.37172.94172.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.33%
GREEN value IS 128 (50.39% from 255) = 20.61%
BLUE value IS 255 (100% from 255) = 41.06%
R=38.33%
G=20.61%
B=41.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381282550.070.5000291.9710075.1
HexEE80FF73200124644b
Octal35620037776200444144113
Binary1110111010000000111111111111100100010010010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE80FF; }

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

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

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

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

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

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

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

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