#EE99FA

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

Shades of Violet #EE99FA

Tints of Violet #EE99FA

Color information

#EE99FA (or 0xEE99FA) is unknown color: approx Violet. HEX triplet: EE, 99 and FA. RGB value is (238,153,250). Sum of RGB (Red+Green+Blue) = 238+153+250=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 153 (60.16% from 255 or 23.87% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE99FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE99FA is #116605. Grayscale: #BDBDBD. Windows color (decimal): -1140230 or 16423406. OLE color: 16423406.

HSL color Cylindrical-coordinate representation of color #EE99FA: hue angle of 292.58º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE99FA is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238153250-
CMYK0.050.3900.02
HSL292.58º90.65%79.02%-
HSV(B)292.58º38.8%98.04%-
XYZ63.9147.8696.31-
YUV189.47162.16162.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.13%
GREEN value IS 153 (60.16% from 255) = 23.87%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=37.13%
G=23.87%
B=39.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381532500.050.3900.02292.5890.6579.02
HexEE99FA527021255b4f
Octal35623137254702445133117
Binary11101110100110011111101010110011101010010010110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE99FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE99FA; }

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

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

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

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

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

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

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

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