Shades of Azalea #EEB7BB
Tints of Azalea #EEB7BB
RGB
CMYK
RGB Variations
Color information
#EEB7BB (or 0xEEB7BB) is known color: Azalea. HEX triplet: EE, B7 and BB. RGB value is (238,183,187). Sum of RGB (Red+Green+Blue) = 238+183+187=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB7BB is #114844. Grayscale: #C7C7C7. Windows color (decimal): -1132613 or 12302318. OLE color: 12302318.
HSL color Cylindrical-coordinate representation of color #EEB7BB: hue angle of 355.64º 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 #EEB7BB is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 187 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.07 |
| HSL | 355.64º | 0.62% | 0.83% | - |
| HSV(B) | 355.64º | 0.23% | 0.93% | - |
| XYZ | 61.16 | 55.63 | 54.53 | - |
| YUV | 199.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 187 | 0 | 0.23 | 0.21 | 0.07 | 355.64 | 0.62 | 0.83 |
| Hex | EE | B7 | BB | 0 | 17 | 15 | 7 | 164 | 3E | 53 |
| Octal | 356 | 267 | 273 | 0 | 27 | 25 | 7 | 544 | 76 | 123 |
| Binary | 11101110 | 10110111 | 10111011 | 0 | 10111 | 10101 | 111 | 101100100 | 111110 | 1010011 |
Color Harmonies of #EEB7BB
Complementary color
Monochromatic Colors of #EEB7BB
Black with #EEB7BB
Text Example
Text Example
White with #EEB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB7BB; }
p { color: rgb(238,183,187); }
H1.HeaderClassName
{
color: #EEB7BB;
}
.AnyTagClassName
{
color: #EEB7BB;
}
</style>
background-color css
<style>
a { background-color: #EEB7BB; }
a { background-color: rgb(238,183,187); }
div.DivClassName
{
background-color: #EEB7BB;
}
.BgClassName
{
background-color: #EEB7BB;
}
</style>
border-color css
<style>
span { border-color: #EEB7BB; }
span { border-color: rgb(238,183,187); }
td.TdClassName
{
border-color: #EEB7BB;
}
.TagClassName
{
border-color: #EEB7BB;
}
</style>