#EEB9BC

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

Shades of Azalea #EEB9BC

Tints of Azalea #EEB9BC

Color information

#EEB9BC (or 0xEEB9BC) is unknown color: approx Azalea. HEX triplet: EE, B9 and BC. RGB value is (238,185,188). Sum of RGB (Red+Green+Blue) = 238+185+188=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9BC is #114643. Grayscale: #C9C9C9. Windows color (decimal): -1132100 or 12368366. OLE color: 12368366.

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

Color convert

RGB238185188-
CMYK00.220.210.07
HSL356.6º60.92%82.94%-
HSV(B)356.6º22.27%93.33%-
XYZ61.6956.5155.23-
YUV201.19120.56154.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 188 (73.83% from 255) = 30.77%
R=38.95%
G=30.28%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818518800.220.210.07356.660.9282.94
HexEEB9BC0161571653d53
Octal35627127402625754575123
Binary111011101011100110111100010110101011111011001011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB9BC; }

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

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

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

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

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

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

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

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