#EE99FE

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

Shades of Violet #EE99FE

Tints of Violet #EE99FE

Color information

#EE99FE (or 0xEE99FE) is unknown color: approx Violet. HEX triplet: EE, 99 and FE. RGB value is (238,153,254). Sum of RGB (Red+Green+Blue) = 238+153+254=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 153 (60.16% from 255 or 23.72% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE99FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE99FE is #116601. Grayscale: #BDBDBD. Windows color (decimal): -1140226 or 16685550. OLE color: 16685550.

HSL color Cylindrical-coordinate representation of color #EE99FE: hue angle of 290.5º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE99FE is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238153254-
CMYK0.060.4000.00
HSL290.5º98.06%79.8%-
HSV(B)290.5º39.76%99.61%-
XYZ64.5448.1299.65-
YUV189.93164.16162.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 153 (60.16% from 255) = 23.72%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=36.90%
G=23.72%
B=39.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381532540.060.4000.00290.598.0679.8
HexEE99FE628001226250
Octal35623137665000442142120
Binary1110111010011001111111101101010000010010001011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE99FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE99FE; }

 p { color: rgb(238,153,254); }

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

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

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

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

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

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

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