Shades of Cavern Pink #E0BEBB
Tints of Cavern Pink #E0BEBB
RGB
CMYK
RGB Variations
Color information
#E0BEBB (or 0xE0BEBB) is known color: Cavern Pink. HEX triplet: E0, BE and BB. RGB value is (224,190,187). Sum of RGB (Red+Green+Blue) = 224+190+187=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEBB is #1F4144. Grayscale: #C7C7C7. Windows color (decimal): -2048325 or 12304096. OLE color: 12304096.
HSL color Cylindrical-coordinate representation of color #E0BEBB: hue angle of 4.86º degrees, saturation: 0.37, 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 #E0BEBB is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 187 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.12 |
| HSL | 4.86º | 0.37% | 0.81% | - |
| HSV(B) | 4.86º | 0.17% | 0.88% | - |
| XYZ | 58.12 | 56.26 | 54.81 | - |
| YUV | 199.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 187 | 0 | 0.15 | 0.17 | 0.12 | 4.86 | 0.37 | 0.81 |
| Hex | E0 | BE | BB | 0 | F | 11 | C | 5 | 25 | 51 |
| Octal | 340 | 276 | 273 | 0 | 17 | 21 | 14 | 5 | 45 | 121 |
| Binary | 11100000 | 10111110 | 10111011 | 0 | 1111 | 10001 | 1100 | 101 | 100101 | 1010001 |
Color Harmonies of #E0BEBB
Complementary color
Monochromatic Colors of #E0BEBB
Black with #E0BEBB
Text Example
Text Example
White with #E0BEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEBB; }
p { color: rgb(224,190,187); }
H1.HeaderClassName
{
color: #E0BEBB;
}
.AnyTagClassName
{
color: #E0BEBB;
}
</style>
background-color css
<style>
a { background-color: #E0BEBB; }
a { background-color: rgb(224,190,187); }
div.DivClassName
{
background-color: #E0BEBB;
}
.BgClassName
{
background-color: #E0BEBB;
}
</style>
border-color css
<style>
span { border-color: #E0BEBB; }
span { border-color: rgb(224,190,187); }
td.TdClassName
{
border-color: #E0BEBB;
}
.TagClassName
{
border-color: #E0BEBB;
}
</style>