Shades of Azalea #EABCBD
Tints of Azalea #EABCBD
RGB
CMYK
RGB Variations
Color information
#EABCBD (or 0xEABCBD) is known color: Azalea. HEX triplet: EA, BC and BD. RGB value is (234,188,189). Sum of RGB (Red+Green+Blue) = 234+188+189=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCBD is #154342. Grayscale: #C9C9C9. Windows color (decimal): -1393475 or 12434666. OLE color: 12434666.
HSL color Cylindrical-coordinate representation of color #EABCBD: hue angle of 358.7º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EABCBD is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 189 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.08 |
| HSL | 358.7º | 0.52% | 0.83% | - |
| HSV(B) | 358.7º | 0.2% | 0.92% | - |
| XYZ | 61.1 | 57.13 | 55.95 | - |
| YUV | 201.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 189 | 0 | 0.20 | 0.19 | 0.08 | 358.7 | 0.52 | 0.83 |
| Hex | EA | BC | BD | 0 | 14 | 13 | 8 | 167 | 34 | 53 |
| Octal | 352 | 274 | 275 | 0 | 24 | 23 | 10 | 547 | 64 | 123 |
| Binary | 11101010 | 10111100 | 10111101 | 0 | 10100 | 10011 | 1000 | 101100111 | 110100 | 1010011 |
Color Harmonies of #EABCBD
Complementary color
Monochromatic Colors of #EABCBD
Black with #EABCBD
Text Example
Text Example
White with #EABCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCBD; }
p { color: rgb(234,188,189); }
H1.HeaderClassName
{
color: #EABCBD;
}
.AnyTagClassName
{
color: #EABCBD;
}
</style>
background-color css
<style>
a { background-color: #EABCBD; }
a { background-color: rgb(234,188,189); }
div.DivClassName
{
background-color: #EABCBD;
}
.BgClassName
{
background-color: #EABCBD;
}
</style>
border-color css
<style>
span { border-color: #EABCBD; }
span { border-color: rgb(234,188,189); }
td.TdClassName
{
border-color: #EABCBD;
}
.TagClassName
{
border-color: #EABCBD;
}
</style>