Shades of Azalea #E9C8CA
Tints of Azalea #E9C8CA
RGB
CMYK
RGB Variations
Color information
#E9C8CA (or 0xE9C8CA) is known color: Azalea. HEX triplet: E9, C8 and CA. RGB value is (233,200,202). Sum of RGB (Red+Green+Blue) = 233+200+202=635 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.69% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8CA is #163735. Grayscale: #D2D2D2. Windows color (decimal): -1455926 or 13289705. OLE color: 13289705.
HSL color Cylindrical-coordinate representation of color #E9C8CA: hue angle of 356.36º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9C8CA is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 202 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.09 |
| HSL | 356.36º | 0.43% | 0.85% | - |
| HSV(B) | 356.36º | 0.14% | 0.91% | - |
| XYZ | 64.92 | 62.9 | 64.6 | - |
| YUV | 210.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 202 | 0 | 0.14 | 0.13 | 0.09 | 356.36 | 0.43 | 0.85 |
| Hex | E9 | C8 | CA | 0 | E | D | 9 | 164 | 2B | 55 |
| Octal | 351 | 310 | 312 | 0 | 16 | 15 | 11 | 544 | 53 | 125 |
| Binary | 11101001 | 11001000 | 11001010 | 0 | 1110 | 1101 | 1001 | 101100100 | 101011 | 1010101 |
Color Harmonies of #E9C8CA
Complementary color
Monochromatic Colors of #E9C8CA
Black with #E9C8CA
Text Example
Text Example
White with #E9C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C8CA; }
p { color: rgb(233,200,202); }
H1.HeaderClassName
{
color: #E9C8CA;
}
.AnyTagClassName
{
color: #E9C8CA;
}
</style>
background-color css
<style>
a { background-color: #E9C8CA; }
a { background-color: rgb(233,200,202); }
div.DivClassName
{
background-color: #E9C8CA;
}
.BgClassName
{
background-color: #E9C8CA;
}
</style>
border-color css
<style>
span { border-color: #E9C8CA; }
span { border-color: rgb(233,200,202); }
td.TdClassName
{
border-color: #E9C8CA;
}
.TagClassName
{
border-color: #E9C8CA;
}
</style>