Shades of Cavern Pink #E1BCAF
Tints of Cavern Pink #E1BCAF
RGB
CMYK
RGB Variations
Color information
#E1BCAF (or 0xE1BCAF) is known color: Cavern Pink. HEX triplet: E1, BC and AF. RGB value is (225,188,175). Sum of RGB (Red+Green+Blue) = 225+188+175=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BCAF is #1E4350. Grayscale: #C5C5C5. Windows color (decimal): -1983313 or 11517153. OLE color: 11517153.
HSL color Cylindrical-coordinate representation of color #E1BCAF: hue angle of 15.6º 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 #E1BCAF is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 175 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.12 |
| HSL | 15.6º | 0.45% | 0.78% | - |
| HSV(B) | 15.6º | 0.22% | 0.88% | - |
| XYZ | 56.77 | 55.07 | 48.19 | - |
| YUV | 197.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 175 | 0 | 0.16 | 0.22 | 0.12 | 15.6 | 0.45 | 0.78 |
| Hex | E1 | BC | AF | 0 | 10 | 16 | C | 10 | 2D | 4E |
| Octal | 341 | 274 | 257 | 0 | 20 | 26 | 14 | 20 | 55 | 116 |
| Binary | 11100001 | 10111100 | 10101111 | 0 | 10000 | 10110 | 1100 | 10000 | 101101 | 1001110 |
Color Harmonies of #E1BCAF
Complementary color
Monochromatic Colors of #E1BCAF
Black with #E1BCAF
Text Example
Text Example
White with #E1BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCAF; }
p { color: rgb(225,188,175); }
H1.HeaderClassName
{
color: #E1BCAF;
}
.AnyTagClassName
{
color: #E1BCAF;
}
</style>
background-color css
<style>
a { background-color: #E1BCAF; }
a { background-color: rgb(225,188,175); }
div.DivClassName
{
background-color: #E1BCAF;
}
.BgClassName
{
background-color: #E1BCAF;
}
</style>
border-color css
<style>
span { border-color: #E1BCAF; }
span { border-color: rgb(225,188,175); }
td.TdClassName
{
border-color: #E1BCAF;
}
.TagClassName
{
border-color: #E1BCAF;
}
</style>