#EEB8BA

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

Shades of Azalea #EEB8BA

Tints of Azalea #EEB8BA

Color information

#EEB8BA (or 0xEEB8BA) is unknown color: approx Azalea. HEX triplet: EE, B8 and BA. RGB value is (238,184,186). Sum of RGB (Red+Green+Blue) = 238+184+186=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB8BA is #114745. Grayscale: #C8C8C8. Windows color (decimal): -1132358 or 12237038. OLE color: 12237038.

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

Color convert

RGB238184186-
CMYK00.230.220.07
HSL357.78º61.36%82.75%-
HSV(B)357.78º22.69%93.33%-
XYZ61.265654.04-
YUV200.37119.89154.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 184 (72.27% from 255) = 30.26%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=39.14%
G=30.26%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818418600.230.220.07357.7861.3682.75
HexEEB8BA0171671663d53
Octal35627027202726754675123
Binary111011101011100010111010010111101101111011001101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB8BA; }

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

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

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

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

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

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

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

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