Shades of Cavern Pink #E1BBB9
Tints of Cavern Pink #E1BBB9
RGB
CMYK
RGB Variations
Color information
#E1BBB9 (or 0xE1BBB9) is known color: Cavern Pink. HEX triplet: E1, BB and B9. RGB value is (225,187,185). Sum of RGB (Red+Green+Blue) = 225+187+185=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBB9 is #1E4446. Grayscale: #C6C6C6. Windows color (decimal): -1983559 or 12172257. OLE color: 12172257.
HSL color Cylindrical-coordinate representation of color #E1BBB9: hue angle of 3º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1BBB9 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 185 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.12 |
| HSL | 3º | 0.4% | 0.8% | - |
| HSV(B) | 3º | 0.18% | 0.88% | - |
| XYZ | 57.58 | 55.05 | 53.49 | - |
| YUV | 198.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 185 | 0 | 0.17 | 0.18 | 0.12 | 3 | 0.4 | 0.8 |
| Hex | E1 | BB | B9 | 0 | 11 | 12 | C | 3 | 28 | 50 |
| Octal | 341 | 273 | 271 | 0 | 21 | 22 | 14 | 3 | 50 | 120 |
| Binary | 11100001 | 10111011 | 10111001 | 0 | 10001 | 10010 | 1100 | 11 | 101000 | 1010000 |
Color Harmonies of #E1BBB9
Complementary color
Monochromatic Colors of #E1BBB9
Black with #E1BBB9
Text Example
Text Example
White with #E1BBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBB9; }
p { color: rgb(225,187,185); }
H1.HeaderClassName
{
color: #E1BBB9;
}
.AnyTagClassName
{
color: #E1BBB9;
}
</style>
background-color css
<style>
a { background-color: #E1BBB9; }
a { background-color: rgb(225,187,185); }
div.DivClassName
{
background-color: #E1BBB9;
}
.BgClassName
{
background-color: #E1BBB9;
}
</style>
border-color css
<style>
span { border-color: #E1BBB9; }
span { border-color: rgb(225,187,185); }
td.TdClassName
{
border-color: #E1BBB9;
}
.TagClassName
{
border-color: #E1BBB9;
}
</style>