#EE9BFC

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

Shades of Violet #EE9BFC

Tints of Violet #EE9BFC

Color information

#EE9BFC (or 0xEE9BFC) is unknown color: approx Violet. HEX triplet: EE, 9B and FC. RGB value is (238,155,252). Sum of RGB (Red+Green+Blue) = 238+155+252=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 155 (60.94% from 255 or 24.03% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE9BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BFC is #116403. Grayscale: #BEBEBE. Windows color (decimal): -1139716 or 16554990. OLE color: 16554990.

HSL color Cylindrical-coordinate representation of color #EE9BFC: hue angle of 291.34º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE9BFC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238155252-
CMYK0.060.3800.01
HSL291.34º94.17%79.8%-
HSV(B)291.34º38.49%98.82%-
XYZ64.5548.6598.08-
YUV190.88162.5161.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 155 (60.94% from 255) = 24.03%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=36.90%
G=24.03%
B=39.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381552520.060.3800.01291.3494.1779.8
HexEE9BFC626011235e50
Octal35623337464601443136120
Binary1110111010011011111111001101001100110010001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9BFC; }

 p { color: rgb(238,155,252); }

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

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

 a { background-color: rgb(238,155,252); }

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

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

 span { border-color: rgb(238,155,252); }

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