Shades of Cavern Pink #E0BABA
Tints of Cavern Pink #E0BABA
RGB
CMYK
RGB Variations
Color information
#E0BABA (or 0xE0BABA) is known color: Cavern Pink. HEX triplet: E0, BA and BA. RGB value is (224,186,186). Sum of RGB (Red+Green+Blue) = 224+186+186=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BABA is #1F4545. Grayscale: #C5C5C5. Windows color (decimal): -2049350 or 12237536. OLE color: 12237536.
HSL color Cylindrical-coordinate representation of color #E0BABA: hue angle of 0º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BABA is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 186 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.12 |
| HSL | 0º | 0.38% | 0.8% | - |
| HSV(B) | 0º | 0.17% | 0.88% | - |
| XYZ | 57.16 | 54.51 | 53.96 | - |
| YUV | 197.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 186 | 0 | 0.17 | 0.17 | 0.12 | 0 | 0.38 | 0.8 |
| Hex | E0 | BA | BA | 0 | 11 | 11 | C | 0 | 26 | 50 |
| Octal | 340 | 272 | 272 | 0 | 21 | 21 | 14 | 0 | 46 | 120 |
| Binary | 11100000 | 10111010 | 10111010 | 0 | 10001 | 10001 | 1100 | 0 | 100110 | 1010000 |
Color Harmonies of #E0BABA
Complementary color
Monochromatic Colors of #E0BABA
Black with #E0BABA
Text Example
Text Example
White with #E0BABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BABA; }
p { color: rgb(224,186,186); }
H1.HeaderClassName
{
color: #E0BABA;
}
.AnyTagClassName
{
color: #E0BABA;
}
</style>
background-color css
<style>
a { background-color: #E0BABA; }
a { background-color: rgb(224,186,186); }
div.DivClassName
{
background-color: #E0BABA;
}
.BgClassName
{
background-color: #E0BABA;
}
</style>
border-color css
<style>
span { border-color: #E0BABA; }
span { border-color: rgb(224,186,186); }
td.TdClassName
{
border-color: #E0BABA;
}
.TagClassName
{
border-color: #E0BABA;
}
</style>