Shades of Cavern Pink #E0BBAF
Tints of Cavern Pink #E0BBAF
RGB
CMYK
RGB Variations
Color information
#E0BBAF (or 0xE0BBAF) is known color: Cavern Pink. HEX triplet: E0, BB and AF. RGB value is (224,187,175). Sum of RGB (Red+Green+Blue) = 224+187+175=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BBAF is #1F4450. Grayscale: #C4C4C4. Windows color (decimal): -2049105 or 11516896. OLE color: 11516896.
HSL color Cylindrical-coordinate representation of color #E0BBAF: hue angle of 14.69º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BBAF is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 175 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.12 |
| HSL | 14.69º | 0.44% | 0.78% | - |
| HSV(B) | 14.69º | 0.22% | 0.88% | - |
| XYZ | 56.25 | 54.48 | 48.11 | - |
| YUV | 196.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 175 | 0 | 0.17 | 0.22 | 0.12 | 14.69 | 0.44 | 0.78 |
| Hex | E0 | BB | AF | 0 | 11 | 16 | C | F | 2C | 4E |
| Octal | 340 | 273 | 257 | 0 | 21 | 26 | 14 | 17 | 54 | 116 |
| Binary | 11100000 | 10111011 | 10101111 | 0 | 10001 | 10110 | 1100 | 1111 | 101100 | 1001110 |
Color Harmonies of #E0BBAF
Complementary color
Monochromatic Colors of #E0BBAF
Black with #E0BBAF
Text Example
Text Example
White with #E0BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBAF; }
p { color: rgb(224,187,175); }
H1.HeaderClassName
{
color: #E0BBAF;
}
.AnyTagClassName
{
color: #E0BBAF;
}
</style>
background-color css
<style>
a { background-color: #E0BBAF; }
a { background-color: rgb(224,187,175); }
div.DivClassName
{
background-color: #E0BBAF;
}
.BgClassName
{
background-color: #E0BBAF;
}
</style>
border-color css
<style>
span { border-color: #E0BBAF; }
span { border-color: rgb(224,187,175); }
td.TdClassName
{
border-color: #E0BBAF;
}
.TagClassName
{
border-color: #E0BBAF;
}
</style>