Shades of Cavern Pink #E2BCAF
Tints of Cavern Pink #E2BCAF
RGB
CMYK
RGB Variations
Color information
#E2BCAF (or 0xE2BCAF) is known color: Cavern Pink. HEX triplet: E2, BC and AF. RGB value is (226,188,175). Sum of RGB (Red+Green+Blue) = 226+188+175=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BCAF is #1D4350. Grayscale: #C5C5C5. Windows color (decimal): -1917777 or 11517154. OLE color: 11517154.
HSL color Cylindrical-coordinate representation of color #E2BCAF: hue angle of 15.29º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2BCAF is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 175 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.11 |
| HSL | 15.29º | 0.47% | 0.79% | - |
| HSV(B) | 15.29º | 0.23% | 0.89% | - |
| XYZ | 57.09 | 55.23 | 48.21 | - |
| YUV | 197.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 175 | 0 | 0.17 | 0.23 | 0.11 | 15.29 | 0.47 | 0.79 |
| Hex | E2 | BC | AF | 0 | 11 | 17 | B | F | 2F | 4F |
| Octal | 342 | 274 | 257 | 0 | 21 | 27 | 13 | 17 | 57 | 117 |
| Binary | 11100010 | 10111100 | 10101111 | 0 | 10001 | 10111 | 1011 | 1111 | 101111 | 1001111 |
Color Harmonies of #E2BCAF
Complementary color
Monochromatic Colors of #E2BCAF
Black with #E2BCAF
Text Example
Text Example
White with #E2BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BCAF; }
p { color: rgb(226,188,175); }
H1.HeaderClassName
{
color: #E2BCAF;
}
.AnyTagClassName
{
color: #E2BCAF;
}
</style>
background-color css
<style>
a { background-color: #E2BCAF; }
a { background-color: rgb(226,188,175); }
div.DivClassName
{
background-color: #E2BCAF;
}
.BgClassName
{
background-color: #E2BCAF;
}
</style>
border-color css
<style>
span { border-color: #E2BCAF; }
span { border-color: rgb(226,188,175); }
td.TdClassName
{
border-color: #E2BCAF;
}
.TagClassName
{
border-color: #E2BCAF;
}
</style>