#EEB8BB

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

Shades of Azalea #EEB8BB

Tints of Azalea #EEB8BB

Color information

#EEB8BB (or 0xEEB8BB) is unknown color: approx Azalea. HEX triplet: EE, B8 and BB. RGB value is (238,184,187). Sum of RGB (Red+Green+Blue) = 238+184+187=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB8BB is #114744. Grayscale: #C8C8C8. Windows color (decimal): -1132357 or 12302574. OLE color: 12302574.

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

Color convert

RGB238184187-
CMYK00.230.210.07
HSL356.67º61.36%82.75%-
HSV(B)356.67º22.69%93.33%-
XYZ61.3756.0554.6-
YUV200.49120.39154.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 184 (72.27% from 255) = 30.21%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=39.08%
G=30.21%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818418700.230.210.07356.6761.3682.75
HexEEB8BB0171571653d53
Octal35627027302725754575123
Binary111011101011100010111011010111101011111011001011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB8BB; }

 p { color: rgb(238,184,187); }

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

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

 a { background-color: rgb(238,184,187); }

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

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

 span { border-color: rgb(238,184,187); }

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