Shades of Cavern Pink #E0BBBA
Tints of Cavern Pink #E0BBBA
RGB
CMYK
RGB Variations
Color information
#E0BBBA (or 0xE0BBBA) is known color: Cavern Pink. HEX triplet: E0, BB and BA. RGB value is (224,187,186). Sum of RGB (Red+Green+Blue) = 224+187+186=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBBA is #1F4445. Grayscale: #C5C5C5. Windows color (decimal): -2049094 or 12237792. OLE color: 12237792.
HSL color Cylindrical-coordinate representation of color #E0BBBA: hue angle of 1.58º 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 #E0BBBA is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 186 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.12 |
| HSL | 1.58º | 0.38% | 0.8% | - |
| HSV(B) | 1.58º | 0.17% | 0.88% | - |
| XYZ | 57.37 | 54.93 | 54.03 | - |
| YUV | 197.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 186 | 0 | 0.17 | 0.17 | 0.12 | 1.58 | 0.38 | 0.8 |
| Hex | E0 | BB | BA | 0 | 11 | 11 | C | 2 | 26 | 50 |
| Octal | 340 | 273 | 272 | 0 | 21 | 21 | 14 | 2 | 46 | 120 |
| Binary | 11100000 | 10111011 | 10111010 | 0 | 10001 | 10001 | 1100 | 10 | 100110 | 1010000 |
Color Harmonies of #E0BBBA
Complementary color
Monochromatic Colors of #E0BBBA
Black with #E0BBBA
Text Example
Text Example
White with #E0BBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BBBA; }
p { color: rgb(224,187,186); }
H1.HeaderClassName
{
color: #E0BBBA;
}
.AnyTagClassName
{
color: #E0BBBA;
}
</style>
background-color css
<style>
a { background-color: #E0BBBA; }
a { background-color: rgb(224,187,186); }
div.DivClassName
{
background-color: #E0BBBA;
}
.BgClassName
{
background-color: #E0BBBA;
}
</style>
border-color css
<style>
span { border-color: #E0BBBA; }
span { border-color: rgb(224,187,186); }
td.TdClassName
{
border-color: #E0BBBA;
}
.TagClassName
{
border-color: #E0BBBA;
}
</style>