#EEB9BE

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

Shades of Azalea #EEB9BE

Tints of Azalea #EEB9BE

Color information

#EEB9BE (or 0xEEB9BE) is unknown color: approx Azalea. HEX triplet: EE, B9 and BE. RGB value is (238,185,190). Sum of RGB (Red+Green+Blue) = 238+185+190=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9BE is #114641. Grayscale: #C9C9C9. Windows color (decimal): -1132098 or 12499438. OLE color: 12499438.

HSL color Cylindrical-coordinate representation of color #EEB9BE: hue angle of 354.34º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEB9BE is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238185190-
CMYK00.220.200.07
HSL354.34º60.92%82.94%-
HSV(B)354.34º22.27%93.33%-
XYZ61.956.5956.38-
YUV201.42121.56154.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 185 (72.66% from 255) = 30.18%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=38.83%
G=30.18%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818519000.220.200.07354.3460.9282.94
HexEEB9BE0161471623d53
Octal35627127602624754275123
Binary111011101011100110111110010110101001111011000101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB9BE; }

 p { color: rgb(238,185,190); }

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

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

 a { background-color: rgb(238,185,190); }

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

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

 span { border-color: rgb(238,185,190); }

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