Shades of Chantilly #EAB0BE
Tints of Chantilly #EAB0BE
RGB
CMYK
RGB Variations
Color information
#EAB0BE (or 0xEAB0BE) is known color: Chantilly. HEX triplet: EA, B0 and BE. RGB value is (234,176,190). Sum of RGB (Red+Green+Blue) = 234+176+190=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0BE is #154F41. Grayscale: #C2C2C2. Windows color (decimal): -1396546 or 12497130. OLE color: 12497130.
HSL color Cylindrical-coordinate representation of color #EAB0BE: hue angle of 345.52º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB0BE is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 190 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.08 |
| HSL | 345.52º | 0.58% | 0.8% | - |
| HSV(B) | 345.52º | 0.25% | 0.92% | - |
| XYZ | 58.75 | 52.26 | 55.71 | - |
| YUV | 194.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 190 | 0 | 0.25 | 0.19 | 0.08 | 345.52 | 0.58 | 0.8 |
| Hex | EA | B0 | BE | 0 | 19 | 13 | 8 | 15A | 3A | 50 |
| Octal | 352 | 260 | 276 | 0 | 31 | 23 | 10 | 532 | 72 | 120 |
| Binary | 11101010 | 10110000 | 10111110 | 0 | 11001 | 10011 | 1000 | 101011010 | 111010 | 1010000 |
Color Harmonies of #EAB0BE
Complementary color
Monochromatic Colors of #EAB0BE
Black with #EAB0BE
Text Example
Text Example
White with #EAB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0BE; }
p { color: rgb(234,176,190); }
H1.HeaderClassName
{
color: #EAB0BE;
}
.AnyTagClassName
{
color: #EAB0BE;
}
</style>
background-color css
<style>
a { background-color: #EAB0BE; }
a { background-color: rgb(234,176,190); }
div.DivClassName
{
background-color: #EAB0BE;
}
.BgClassName
{
background-color: #EAB0BE;
}
</style>
border-color css
<style>
span { border-color: #EAB0BE; }
span { border-color: rgb(234,176,190); }
td.TdClassName
{
border-color: #EAB0BE;
}
.TagClassName
{
border-color: #EAB0BE;
}
</style>