Shades of Cavern Pink #E1BBAF
Tints of Cavern Pink #E1BBAF
RGB
CMYK
RGB Variations
Color information
#E1BBAF (or 0xE1BBAF) is known color: Cavern Pink. HEX triplet: E1, BB and AF. RGB value is (225,187,175). Sum of RGB (Red+Green+Blue) = 225+187+175=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BBAF is #1E4450. Grayscale: #C5C5C5. Windows color (decimal): -1983569 or 11516897. OLE color: 11516897.
HSL color Cylindrical-coordinate representation of color #E1BBAF: hue angle of 14.4º degrees, saturation: 0.45, 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 #E1BBAF is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 175 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.12 |
| HSL | 14.4º | 0.45% | 0.78% | - |
| HSV(B) | 14.4º | 0.22% | 0.88% | - |
| XYZ | 56.56 | 54.64 | 48.12 | - |
| YUV | 196.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 175 | 0 | 0.17 | 0.22 | 0.12 | 14.4 | 0.45 | 0.78 |
| Hex | E1 | BB | AF | 0 | 11 | 16 | C | E | 2D | 4E |
| Octal | 341 | 273 | 257 | 0 | 21 | 26 | 14 | 16 | 55 | 116 |
| Binary | 11100001 | 10111011 | 10101111 | 0 | 10001 | 10110 | 1100 | 1110 | 101101 | 1001110 |
Color Harmonies of #E1BBAF
Complementary color
Monochromatic Colors of #E1BBAF
Black with #E1BBAF
Text Example
Text Example
White with #E1BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBAF; }
p { color: rgb(225,187,175); }
H1.HeaderClassName
{
color: #E1BBAF;
}
.AnyTagClassName
{
color: #E1BBAF;
}
</style>
background-color css
<style>
a { background-color: #E1BBAF; }
a { background-color: rgb(225,187,175); }
div.DivClassName
{
background-color: #E1BBAF;
}
.BgClassName
{
background-color: #E1BBAF;
}
</style>
border-color css
<style>
span { border-color: #E1BBAF; }
span { border-color: rgb(225,187,175); }
td.TdClassName
{
border-color: #E1BBAF;
}
.TagClassName
{
border-color: #E1BBAF;
}
</style>