Shades of Cavern Pink #E7BBB1
Tints of Cavern Pink #E7BBB1
RGB
CMYK
RGB Variations
Color information
#E7BBB1 (or 0xE7BBB1) is known color: Cavern Pink. HEX triplet: E7, BB and B1. RGB value is (231,187,177). Sum of RGB (Red+Green+Blue) = 231+187+177=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 177 (69.53% from 255 or 29.75% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BBB1 is #18444E. Grayscale: #C7C7C7. Windows color (decimal): -1590351 or 11647975. OLE color: 11647975.
HSL color Cylindrical-coordinate representation of color #E7BBB1: hue angle of 11.11º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7BBB1 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 187 | 177 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.09 |
| HSL | 11.11º | 0.53% | 0.8% | - |
| HSV(B) | 11.11º | 0.23% | 0.91% | - |
| XYZ | 58.66 | 55.7 | 49.26 | - |
| YUV | 199.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 187 | 177 | 0 | 0.19 | 0.23 | 0.09 | 11.11 | 0.53 | 0.8 |
| Hex | E7 | BB | B1 | 0 | 13 | 17 | 9 | B | 35 | 50 |
| Octal | 347 | 273 | 261 | 0 | 23 | 27 | 11 | 13 | 65 | 120 |
| Binary | 11100111 | 10111011 | 10110001 | 0 | 10011 | 10111 | 1001 | 1011 | 110101 | 1010000 |
Color Harmonies of #E7BBB1
Complementary color
Monochromatic Colors of #E7BBB1
Black with #E7BBB1
Text Example
Text Example
White with #E7BBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BBB1; }
p { color: rgb(231,187,177); }
H1.HeaderClassName
{
color: #E7BBB1;
}
.AnyTagClassName
{
color: #E7BBB1;
}
</style>
background-color css
<style>
a { background-color: #E7BBB1; }
a { background-color: rgb(231,187,177); }
div.DivClassName
{
background-color: #E7BBB1;
}
.BgClassName
{
background-color: #E7BBB1;
}
</style>
border-color css
<style>
span { border-color: #E7BBB1; }
span { border-color: rgb(231,187,177); }
td.TdClassName
{
border-color: #E7BBB1;
}
.TagClassName
{
border-color: #E7BBB1;
}
</style>