Shades of Azalea #EAC8CB
Tints of Azalea #EAC8CB
RGB
CMYK
RGB Variations
Color information
#EAC8CB (or 0xEAC8CB) is known color: Azalea. HEX triplet: EA, C8 and CB. RGB value is (234,200,203). Sum of RGB (Red+Green+Blue) = 234+200+203=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC8CB is #153734. Grayscale: #D2D2D2. Windows color (decimal): -1390389 or 13355242. OLE color: 13355242.
HSL color Cylindrical-coordinate representation of color #EAC8CB: hue angle of 354.71º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAC8CB is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 203 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.08 |
| HSL | 354.71º | 0.45% | 0.85% | - |
| HSV(B) | 354.71º | 0.15% | 0.92% | - |
| XYZ | 65.37 | 63.11 | 65.24 | - |
| YUV | 210.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 203 | 0 | 0.15 | 0.13 | 0.08 | 354.71 | 0.45 | 0.85 |
| Hex | EA | C8 | CB | 0 | F | D | 8 | 163 | 2D | 55 |
| Octal | 352 | 310 | 313 | 0 | 17 | 15 | 10 | 543 | 55 | 125 |
| Binary | 11101010 | 11001000 | 11001011 | 0 | 1111 | 1101 | 1000 | 101100011 | 101101 | 1010101 |
Color Harmonies of #EAC8CB
Complementary color
Monochromatic Colors of #EAC8CB
Black with #EAC8CB
Text Example
Text Example
White with #EAC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC8CB; }
p { color: rgb(234,200,203); }
H1.HeaderClassName
{
color: #EAC8CB;
}
.AnyTagClassName
{
color: #EAC8CB;
}
</style>
background-color css
<style>
a { background-color: #EAC8CB; }
a { background-color: rgb(234,200,203); }
div.DivClassName
{
background-color: #EAC8CB;
}
.BgClassName
{
background-color: #EAC8CB;
}
</style>
border-color css
<style>
span { border-color: #EAC8CB; }
span { border-color: rgb(234,200,203); }
td.TdClassName
{
border-color: #EAC8CB;
}
.TagClassName
{
border-color: #EAC8CB;
}
</style>