#EE9AFB

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

Shades of Violet #EE9AFB

Tints of Violet #EE9AFB

Color information

#EE9AFB (or 0xEE9AFB) is unknown color: approx Violet. HEX triplet: EE, 9A and FB. RGB value is (238,154,251). Sum of RGB (Red+Green+Blue) = 238+154+251=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 154 (60.55% from 255 or 23.95% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE9AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9AFB is #116504. Grayscale: #BDBDBD. Windows color (decimal): -1139973 or 16489198. OLE color: 16489198.

HSL color Cylindrical-coordinate representation of color #EE9AFB: hue angle of 291.96º degrees, saturation: 0.92, 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 #EE9AFB is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238154251-
CMYK0.050.3900.02
HSL291.96º92.38%79.41%-
HSV(B)291.96º38.65%98.43%-
XYZ64.2348.2597.2-
YUV190.17162.33162.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 154 (60.55% from 255) = 23.95%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=37.01%
G=23.95%
B=39.04%

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
Decimal2381542510.050.3900.02291.9692.3879.41
HexEE9AFB527021245c4f
Octal35623237354702444134117
Binary11101110100110101111101110110011101010010010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9AFB; }

 p { color: rgb(238,154,251); }

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

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

 a { background-color: rgb(238,154,251); }

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

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

 span { border-color: rgb(238,154,251); }

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