Shades of Azalea #EEB8BE
Tints of Azalea #EEB8BE
RGB
CMYK
RGB Variations
Color information
#EEB8BE (or 0xEEB8BE) is known color: Azalea. HEX triplet: EE, B8 and BE. RGB value is (238,184,190). Sum of RGB (Red+Green+Blue) = 238+184+190=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB8BE is #114741. Grayscale: #C8C8C8. Windows color (decimal): -1132354 or 12499182. OLE color: 12499182.
HSL color Cylindrical-coordinate representation of color #EEB8BE: hue angle of 353.33º 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 #EEB8BE is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 190 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.07 |
| HSL | 353.33º | 0.61% | 0.83% | - |
| HSV(B) | 353.33º | 0.23% | 0.93% | - |
| XYZ | 61.69 | 56.18 | 56.31 | - |
| YUV | 200.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 190 | 0 | 0.23 | 0.20 | 0.07 | 353.33 | 0.61 | 0.83 |
| Hex | EE | B8 | BE | 0 | 17 | 14 | 7 | 161 | 3D | 53 |
| Octal | 356 | 270 | 276 | 0 | 27 | 24 | 7 | 541 | 75 | 123 |
| Binary | 11101110 | 10111000 | 10111110 | 0 | 10111 | 10100 | 111 | 101100001 | 111101 | 1010011 |
Color Harmonies of #EEB8BE
Complementary color
Monochromatic Colors of #EEB8BE
Black with #EEB8BE
Text Example
Text Example
White with #EEB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB8BE; }
p { color: rgb(238,184,190); }
H1.HeaderClassName
{
color: #EEB8BE;
}
.AnyTagClassName
{
color: #EEB8BE;
}
</style>
background-color css
<style>
a { background-color: #EEB8BE; }
a { background-color: rgb(238,184,190); }
div.DivClassName
{
background-color: #EEB8BE;
}
.BgClassName
{
background-color: #EEB8BE;
}
</style>
border-color css
<style>
span { border-color: #EEB8BE; }
span { border-color: rgb(238,184,190); }
td.TdClassName
{
border-color: #EEB8BE;
}
.TagClassName
{
border-color: #EEB8BE;
}
</style>