Shades of Cavern Pink #E1BFBB
Tints of Cavern Pink #E1BFBB
RGB
CMYK
RGB Variations
Color information
#E1BFBB (or 0xE1BFBB) is known color: Cavern Pink. HEX triplet: E1, BF and BB. RGB value is (225,191,187). Sum of RGB (Red+Green+Blue) = 225+191+187=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFBB is #1E4044. Grayscale: #C8C8C8. Windows color (decimal): -1982533 or 12304353. OLE color: 12304353.
HSL color Cylindrical-coordinate representation of color #E1BFBB: hue angle of 6.32º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BFBB is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 187 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.12 |
| HSL | 6.32º | 0.39% | 0.81% | - |
| HSV(B) | 6.32º | 0.17% | 0.88% | - |
| XYZ | 58.65 | 56.86 | 54.9 | - |
| YUV | 200.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 187 | 0 | 0.15 | 0.17 | 0.12 | 6.32 | 0.39 | 0.81 |
| Hex | E1 | BF | BB | 0 | F | 11 | C | 6 | 27 | 51 |
| Octal | 341 | 277 | 273 | 0 | 17 | 21 | 14 | 6 | 47 | 121 |
| Binary | 11100001 | 10111111 | 10111011 | 0 | 1111 | 10001 | 1100 | 110 | 100111 | 1010001 |
Color Harmonies of #E1BFBB
Complementary color
Monochromatic Colors of #E1BFBB
Black with #E1BFBB
Text Example
Text Example
White with #E1BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFBB; }
p { color: rgb(225,191,187); }
H1.HeaderClassName
{
color: #E1BFBB;
}
.AnyTagClassName
{
color: #E1BFBB;
}
</style>
background-color css
<style>
a { background-color: #E1BFBB; }
a { background-color: rgb(225,191,187); }
div.DivClassName
{
background-color: #E1BFBB;
}
.BgClassName
{
background-color: #E1BFBB;
}
</style>
border-color css
<style>
span { border-color: #E1BFBB; }
span { border-color: rgb(225,191,187); }
td.TdClassName
{
border-color: #E1BFBB;
}
.TagClassName
{
border-color: #E1BFBB;
}
</style>