#EE9BEF

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

Shades of Violet #EE9BEF

Tints of Violet #EE9BEF

Color information

#EE9BEF (or 0xEE9BEF) is unknown color: approx Violet. HEX triplet: EE, 9B and EF. RGB value is (238,155,239). Sum of RGB (Red+Green+Blue) = 238+155+239=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 155 (60.94% from 255 or 24.53% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE9BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BEF is #116410. Grayscale: #BDBDBD. Windows color (decimal): -1139729 or 15703022. OLE color: 15703022.

HSL color Cylindrical-coordinate representation of color #EE9BEF: hue angle of 299.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9BEF is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238155239-
CMYK0.000.3500.06
HSL299.29º72.41%77.25%-
HSV(B)299.29º35.15%93.73%-
XYZ62.5647.8587.6-
YUV189.39156162.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 155 (60.94% from 255) = 24.53%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=37.66%
G=24.53%
B=37.82%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381552390.000.3500.06299.2972.4177.25
HexEE9BEF0230612b484d
Octal35623335704306453110115
Binary1110111010011011111011110100011011010010101110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9BEF; }

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

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

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

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

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

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

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

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