Shades of Cavern Pink #E2BFBA
Tints of Cavern Pink #E2BFBA
RGB
CMYK
RGB Variations
Color information
#E2BFBA (or 0xE2BFBA) is known color: Cavern Pink. HEX triplet: E2, BF and BA. RGB value is (226,191,186). Sum of RGB (Red+Green+Blue) = 226+191+186=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFBA is #1D4045. Grayscale: #C8C8C8. Windows color (decimal): -1916998 or 12238818. OLE color: 12238818.
HSL color Cylindrical-coordinate representation of color #E2BFBA: hue angle of 7.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BFBA is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 186 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.11 |
| HSL | 7.5º | 0.41% | 0.81% | - |
| HSV(B) | 7.5º | 0.18% | 0.89% | - |
| XYZ | 58.86 | 56.98 | 54.35 | - |
| YUV | 200.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 186 | 0 | 0.15 | 0.18 | 0.11 | 7.5 | 0.41 | 0.81 |
| Hex | E2 | BF | BA | 0 | F | 12 | B | 8 | 29 | 51 |
| Octal | 342 | 277 | 272 | 0 | 17 | 22 | 13 | 10 | 51 | 121 |
| Binary | 11100010 | 10111111 | 10111010 | 0 | 1111 | 10010 | 1011 | 1000 | 101001 | 1010001 |
Color Harmonies of #E2BFBA
Complementary color
Monochromatic Colors of #E2BFBA
Black with #E2BFBA
Text Example
Text Example
White with #E2BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFBA; }
p { color: rgb(226,191,186); }
H1.HeaderClassName
{
color: #E2BFBA;
}
.AnyTagClassName
{
color: #E2BFBA;
}
</style>
background-color css
<style>
a { background-color: #E2BFBA; }
a { background-color: rgb(226,191,186); }
div.DivClassName
{
background-color: #E2BFBA;
}
.BgClassName
{
background-color: #E2BFBA;
}
</style>
border-color css
<style>
span { border-color: #E2BFBA; }
span { border-color: rgb(226,191,186); }
td.TdClassName
{
border-color: #E2BFBA;
}
.TagClassName
{
border-color: #E2BFBA;
}
</style>