Shades of Chantilly #EAB4CA
Tints of Chantilly #EAB4CA
RGB
CMYK
RGB Variations
Color information
#EAB4CA (or 0xEAB4CA) is known color: Chantilly. HEX triplet: EA, B4 and CA. RGB value is (234,180,202). Sum of RGB (Red+Green+Blue) = 234+180+202=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4CA is #154B35. Grayscale: #C6C6C6. Windows color (decimal): -1395510 or 13284586. OLE color: 13284586.
HSL color Cylindrical-coordinate representation of color #EAB4CA: hue angle of 335.56º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB4CA is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 202 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.08 |
| HSL | 335.56º | 0.56% | 0.81% | - |
| HSV(B) | 335.56º | 0.23% | 0.92% | - |
| XYZ | 60.91 | 54.4 | 63.17 | - |
| YUV | 198.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 202 | 0 | 0.23 | 0.14 | 0.08 | 335.56 | 0.56 | 0.81 |
| Hex | EA | B4 | CA | 0 | 17 | E | 8 | 150 | 38 | 51 |
| Octal | 352 | 264 | 312 | 0 | 27 | 16 | 10 | 520 | 70 | 121 |
| Binary | 11101010 | 10110100 | 11001010 | 0 | 10111 | 1110 | 1000 | 101010000 | 111000 | 1010001 |
Color Harmonies of #EAB4CA
Complementary color
Monochromatic Colors of #EAB4CA
Black with #EAB4CA
Text Example
Text Example
White with #EAB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4CA; }
p { color: rgb(234,180,202); }
H1.HeaderClassName
{
color: #EAB4CA;
}
.AnyTagClassName
{
color: #EAB4CA;
}
</style>
background-color css
<style>
a { background-color: #EAB4CA; }
a { background-color: rgb(234,180,202); }
div.DivClassName
{
background-color: #EAB4CA;
}
.BgClassName
{
background-color: #EAB4CA;
}
</style>
border-color css
<style>
span { border-color: #EAB4CA; }
span { border-color: rgb(234,180,202); }
td.TdClassName
{
border-color: #EAB4CA;
}
.TagClassName
{
border-color: #EAB4CA;
}
</style>