#EEB9BA

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

Shades of Azalea #EEB9BA

Tints of Azalea #EEB9BA

Color information

#EEB9BA (or 0xEEB9BA) is unknown color: approx Azalea. HEX triplet: EE, B9 and BA. RGB value is (238,185,186). Sum of RGB (Red+Green+Blue) = 238+185+186=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9BA is #114645. Grayscale: #C9C9C9. Windows color (decimal): -1132102 or 12237294. OLE color: 12237294.

HSL color Cylindrical-coordinate representation of color #EEB9BA: hue angle of 358.87º 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 #EEB9BA is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB238185186-
CMYK00.220.220.07
HSL358.87º60.92%82.94%-
HSV(B)358.87º22.27%93.33%-
XYZ61.4756.4254.1-
YUV200.96119.56154.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 185 (72.66% from 255) = 30.38%
BLUE value IS 186 (73.05% from 255) = 30.54%
R=39.08%
G=30.38%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818518600.220.220.07358.8760.9282.94
HexEEB9BA0161671673d53
Octal35627127202626754775123
Binary111011101011100110111010010110101101111011001111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB9BA; }

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

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

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

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

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

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

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

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