Shades of Cavern Pink #E0BAB0
Tints of Cavern Pink #E0BAB0
RGB
CMYK
RGB Variations
Color information
#E0BAB0 (or 0xE0BAB0) is known color: Cavern Pink. HEX triplet: E0, BA and B0. RGB value is (224,186,176). Sum of RGB (Red+Green+Blue) = 224+186+176=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BAB0 is #1F454F. Grayscale: #C4C4C4. Windows color (decimal): -2049360 or 11582176. OLE color: 11582176.
HSL color Cylindrical-coordinate representation of color #E0BAB0: hue angle of 12.5º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0BAB0 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 176 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.12 |
| HSL | 12.5º | 0.44% | 0.78% | - |
| HSV(B) | 12.5º | 0.21% | 0.88% | - |
| XYZ | 56.14 | 54.1 | 48.56 | - |
| YUV | 196.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 176 | 0 | 0.17 | 0.21 | 0.12 | 12.5 | 0.44 | 0.78 |
| Hex | E0 | BA | B0 | 0 | 11 | 15 | C | C | 2C | 4E |
| Octal | 340 | 272 | 260 | 0 | 21 | 25 | 14 | 14 | 54 | 116 |
| Binary | 11100000 | 10111010 | 10110000 | 0 | 10001 | 10101 | 1100 | 1100 | 101100 | 1001110 |
Color Harmonies of #E0BAB0
Complementary color
Monochromatic Colors of #E0BAB0
Black with #E0BAB0
Text Example
Text Example
White with #E0BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BAB0; }
p { color: rgb(224,186,176); }
H1.HeaderClassName
{
color: #E0BAB0;
}
.AnyTagClassName
{
color: #E0BAB0;
}
</style>
background-color css
<style>
a { background-color: #E0BAB0; }
a { background-color: rgb(224,186,176); }
div.DivClassName
{
background-color: #E0BAB0;
}
.BgClassName
{
background-color: #E0BAB0;
}
</style>
border-color css
<style>
span { border-color: #E0BAB0; }
span { border-color: rgb(224,186,176); }
td.TdClassName
{
border-color: #E0BAB0;
}
.TagClassName
{
border-color: #E0BAB0;
}
</style>