#EE9DFA

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

Shades of Violet #EE9DFA

Tints of Violet #EE9DFA

Color information

#EE9DFA (or 0xEE9DFA) is unknown color: approx Violet. HEX triplet: EE, 9D and FA. RGB value is (238,157,250). Sum of RGB (Red+Green+Blue) = 238+157+250=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 157 (61.72% from 255 or 24.34% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE9DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9DFA is #116205. Grayscale: #BFBFBF. Windows color (decimal): -1139206 or 16424430. OLE color: 16424430.

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

Color convert

RGB238157250-
CMYK0.050.3700.02
HSL292.26º90.29%79.8%-
HSV(B)292.26º37.2%98.04%-
XYZ64.5749.1996.53-
YUV191.82160.84160.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 157 (61.72% from 255) = 24.34%
BLUE value IS 250 (98.05% from 255) = 38.76%
R=36.90%
G=24.34%
B=38.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381572500.050.3700.02292.2690.2979.8
HexEE9DFA525021245a50
Octal35623537254502444132120
Binary11101110100111011111101010110010101010010010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9DFA; }

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

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

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

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

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

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

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

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