Shades of Chantilly #EAB0BF
Tints of Chantilly #EAB0BF
RGB
CMYK
RGB Variations
Color information
#EAB0BF (or 0xEAB0BF) is known color: Chantilly. HEX triplet: EA, B0 and BF. RGB value is (234,176,191). Sum of RGB (Red+Green+Blue) = 234+176+191=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0BF is #154F40. Grayscale: #C3C3C3. Windows color (decimal): -1396545 or 12562666. OLE color: 12562666.
HSL color Cylindrical-coordinate representation of color #EAB0BF: hue angle of 344.48º 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 #EAB0BF is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 191 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.08 |
| HSL | 344.48º | 0.58% | 0.8% | - |
| HSV(B) | 344.48º | 0.25% | 0.92% | - |
| XYZ | 58.86 | 52.3 | 56.28 | - |
| YUV | 195.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 191 | 0 | 0.25 | 0.18 | 0.08 | 344.48 | 0.58 | 0.8 |
| Hex | EA | B0 | BF | 0 | 19 | 12 | 8 | 158 | 3A | 50 |
| Octal | 352 | 260 | 277 | 0 | 31 | 22 | 10 | 530 | 72 | 120 |
| Binary | 11101010 | 10110000 | 10111111 | 0 | 11001 | 10010 | 1000 | 101011000 | 111010 | 1010000 |
Color Harmonies of #EAB0BF
Complementary color
Monochromatic Colors of #EAB0BF
Black with #EAB0BF
Text Example
Text Example
White with #EAB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0BF; }
p { color: rgb(234,176,191); }
H1.HeaderClassName
{
color: #EAB0BF;
}
.AnyTagClassName
{
color: #EAB0BF;
}
</style>
background-color css
<style>
a { background-color: #EAB0BF; }
a { background-color: rgb(234,176,191); }
div.DivClassName
{
background-color: #EAB0BF;
}
.BgClassName
{
background-color: #EAB0BF;
}
</style>
border-color css
<style>
span { border-color: #EAB0BF; }
span { border-color: rgb(234,176,191); }
td.TdClassName
{
border-color: #EAB0BF;
}
.TagClassName
{
border-color: #EAB0BF;
}
</style>