#EEB8BC

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

Shades of Azalea #EEB8BC

Tints of Azalea #EEB8BC

Color information

#EEB8BC (or 0xEEB8BC) is unknown color: approx Azalea. HEX triplet: EE, B8 and BC. RGB value is (238,184,188). Sum of RGB (Red+Green+Blue) = 238+184+188=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB8BC is #114743. Grayscale: #C8C8C8. Windows color (decimal): -1132356 or 12368110. OLE color: 12368110.

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

Color convert

RGB238184188-
CMYK00.230.210.07
HSL355.56º61.36%82.75%-
HSV(B)355.56º22.69%93.33%-
XYZ61.4856.0955.16-
YUV200.6120.89154.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=39.02%
G=30.16%
B=30.82%

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
Decimal23818418800.230.210.07355.5661.3682.75
HexEEB8BC0171571643d53
Octal35627027402725754475123
Binary111011101011100010111100010111101011111011001001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB8BC; }

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

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

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

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

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

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

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

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