#EE9DFB

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

Shades of Violet #EE9DFB

Tints of Violet #EE9DFB

Color information

#EE9DFB (or 0xEE9DFB) is unknown color: approx Violet. HEX triplet: EE, 9D and FB. RGB value is (238,157,251). Sum of RGB (Red+Green+Blue) = 238+157+251=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 157 (61.72% from 255 or 24.30% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE9DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9DFB is #116204. Grayscale: #BFBFBF. Windows color (decimal): -1139205 or 16489966. OLE color: 16489966.

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

Color convert

RGB238157251-
CMYK0.050.3700.02
HSL291.7º92.16%80%-
HSV(B)291.7º37.45%98.43%-
XYZ64.7349.2697.36-
YUV191.93161.34160.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.84%
GREEN value IS 157 (61.72% from 255) = 24.30%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=36.84%
G=24.30%
B=38.85%

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
Decimal2381572510.050.3700.02291.792.1680
HexEE9DFB525021245c50
Octal35623537354502444134120
Binary11101110100111011111101110110010101010010010010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9DFB; }

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

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

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

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

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

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

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

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