Shades of Cavern Pink #E1BCB7
Tints of Cavern Pink #E1BCB7
RGB
CMYK
RGB Variations
Color information
#E1BCB7 (or 0xE1BCB7) is known color: Cavern Pink. HEX triplet: E1, BC and B7. RGB value is (225,188,183). Sum of RGB (Red+Green+Blue) = 225+188+183=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BCB7 is #1E4348. Grayscale: #C6C6C6. Windows color (decimal): -1983305 or 12041441. OLE color: 12041441.
HSL color Cylindrical-coordinate representation of color #E1BCB7: hue angle of 7.14º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1BCB7 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 183 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.12 |
| HSL | 7.14º | 0.41% | 0.8% | - |
| HSV(B) | 7.14º | 0.19% | 0.88% | - |
| XYZ | 57.58 | 55.39 | 52.46 | - |
| YUV | 198.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 183 | 0 | 0.16 | 0.19 | 0.12 | 7.14 | 0.41 | 0.8 |
| Hex | E1 | BC | B7 | 0 | 10 | 13 | C | 7 | 29 | 50 |
| Octal | 341 | 274 | 267 | 0 | 20 | 23 | 14 | 7 | 51 | 120 |
| Binary | 11100001 | 10111100 | 10110111 | 0 | 10000 | 10011 | 1100 | 111 | 101001 | 1010000 |
Color Harmonies of #E1BCB7
Complementary color
Monochromatic Colors of #E1BCB7
Black with #E1BCB7
Text Example
Text Example
White with #E1BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCB7; }
p { color: rgb(225,188,183); }
H1.HeaderClassName
{
color: #E1BCB7;
}
.AnyTagClassName
{
color: #E1BCB7;
}
</style>
background-color css
<style>
a { background-color: #E1BCB7; }
a { background-color: rgb(225,188,183); }
div.DivClassName
{
background-color: #E1BCB7;
}
.BgClassName
{
background-color: #E1BCB7;
}
</style>
border-color css
<style>
span { border-color: #E1BCB7; }
span { border-color: rgb(225,188,183); }
td.TdClassName
{
border-color: #E1BCB7;
}
.TagClassName
{
border-color: #E1BCB7;
}
</style>