Shades of Cavern Pink #E1BCB0
Tints of Cavern Pink #E1BCB0
RGB
CMYK
RGB Variations
Color information
#E1BCB0 (or 0xE1BCB0) is known color: Cavern Pink. HEX triplet: E1, BC and B0. RGB value is (225,188,176). Sum of RGB (Red+Green+Blue) = 225+188+176=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BCB0 is #1E434F. Grayscale: #C5C5C5. Windows color (decimal): -1983312 or 11582689. OLE color: 11582689.
HSL color Cylindrical-coordinate representation of color #E1BCB0: hue angle of 14.69º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1BCB0 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 176 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.12 |
| HSL | 14.69º | 0.45% | 0.79% | - |
| HSV(B) | 14.69º | 0.22% | 0.88% | - |
| XYZ | 56.87 | 55.11 | 48.71 | - |
| YUV | 197.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 176 | 0 | 0.16 | 0.22 | 0.12 | 14.69 | 0.45 | 0.79 |
| Hex | E1 | BC | B0 | 0 | 10 | 16 | C | F | 2D | 4F |
| Octal | 341 | 274 | 260 | 0 | 20 | 26 | 14 | 17 | 55 | 117 |
| Binary | 11100001 | 10111100 | 10110000 | 0 | 10000 | 10110 | 1100 | 1111 | 101101 | 1001111 |
Color Harmonies of #E1BCB0
Complementary color
Monochromatic Colors of #E1BCB0
Black with #E1BCB0
Text Example
Text Example
White with #E1BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCB0; }
p { color: rgb(225,188,176); }
H1.HeaderClassName
{
color: #E1BCB0;
}
.AnyTagClassName
{
color: #E1BCB0;
}
</style>
background-color css
<style>
a { background-color: #E1BCB0; }
a { background-color: rgb(225,188,176); }
div.DivClassName
{
background-color: #E1BCB0;
}
.BgClassName
{
background-color: #E1BCB0;
}
</style>
border-color css
<style>
span { border-color: #E1BCB0; }
span { border-color: rgb(225,188,176); }
td.TdClassName
{
border-color: #E1BCB0;
}
.TagClassName
{
border-color: #E1BCB0;
}
</style>