Shades of Azalea #EEB7BD
Tints of Azalea #EEB7BD
RGB
CMYK
RGB Variations
Color information
#EEB7BD (or 0xEEB7BD) is known color: Azalea. HEX triplet: EE, B7 and BD. RGB value is (238,183,189). Sum of RGB (Red+Green+Blue) = 238+183+189=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7BD is #114842. Grayscale: #C8C8C8. Windows color (decimal): -1132611 or 12433390. OLE color: 12433390.
HSL color Cylindrical-coordinate representation of color #EEB7BD: hue angle of 353.45º degrees, saturation: 0.62, 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 #EEB7BD is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 189 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.07 |
| HSL | 353.45º | 0.62% | 0.83% | - |
| HSV(B) | 353.45º | 0.23% | 0.93% | - |
| XYZ | 61.38 | 55.72 | 55.66 | - |
| YUV | 200.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 189 | 0 | 0.23 | 0.21 | 0.07 | 353.45 | 0.62 | 0.83 |
| Hex | EE | B7 | BD | 0 | 17 | 15 | 7 | 161 | 3E | 53 |
| Octal | 356 | 267 | 275 | 0 | 27 | 25 | 7 | 541 | 76 | 123 |
| Binary | 11101110 | 10110111 | 10111101 | 0 | 10111 | 10101 | 111 | 101100001 | 111110 | 1010011 |
Color Harmonies of #EEB7BD
Complementary color
Monochromatic Colors of #EEB7BD
Black with #EEB7BD
Text Example
Text Example
White with #EEB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7BD; }
p { color: rgb(238,183,189); }
H1.HeaderClassName
{
color: #EEB7BD;
}
.AnyTagClassName
{
color: #EEB7BD;
}
</style>
background-color css
<style>
a { background-color: #EEB7BD; }
a { background-color: rgb(238,183,189); }
div.DivClassName
{
background-color: #EEB7BD;
}
.BgClassName
{
background-color: #EEB7BD;
}
</style>
border-color css
<style>
span { border-color: #EEB7BD; }
span { border-color: rgb(238,183,189); }
td.TdClassName
{
border-color: #EEB7BD;
}
.TagClassName
{
border-color: #EEB7BD;
}
</style>