Shades of Cavern Pink #E0B1AB
Tints of Cavern Pink #E0B1AB
RGB
CMYK
RGB Variations
Color information
#E0B1AB (or 0xE0B1AB) is known color: Cavern Pink. HEX triplet: E0, B1 and AB. RGB value is (224,177,171). Sum of RGB (Red+Green+Blue) = 224+177+171=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B1AB is #1F4E54. Grayscale: #BEBEBE. Windows color (decimal): -2051669 or 11252192. OLE color: 11252192.
HSL color Cylindrical-coordinate representation of color #E0B1AB: hue angle of 6.79º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0B1AB is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 177 | 171 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.12 |
| HSL | 6.79º | 0.46% | 0.77% | - |
| HSV(B) | 6.79º | 0.24% | 0.88% | - |
| XYZ | 53.81 | 50.23 | 45.39 | - |
| YUV | 190.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 171 | 0 | 0.21 | 0.24 | 0.12 | 6.79 | 0.46 | 0.77 |
| Hex | E0 | B1 | AB | 0 | 15 | 18 | C | 7 | 2E | 4D |
| Octal | 340 | 261 | 253 | 0 | 25 | 30 | 14 | 7 | 56 | 115 |
| Binary | 11100000 | 10110001 | 10101011 | 0 | 10101 | 11000 | 1100 | 111 | 101110 | 1001101 |
Color Harmonies of #E0B1AB
Complementary color
Monochromatic Colors of #E0B1AB
Black with #E0B1AB
Text Example
Text Example
White with #E0B1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B1AB; }
p { color: rgb(224,177,171); }
H1.HeaderClassName
{
color: #E0B1AB;
}
.AnyTagClassName
{
color: #E0B1AB;
}
</style>
background-color css
<style>
a { background-color: #E0B1AB; }
a { background-color: rgb(224,177,171); }
div.DivClassName
{
background-color: #E0B1AB;
}
.BgClassName
{
background-color: #E0B1AB;
}
</style>
border-color css
<style>
span { border-color: #E0B1AB; }
span { border-color: rgb(224,177,171); }
td.TdClassName
{
border-color: #E0B1AB;
}
.TagClassName
{
border-color: #E0B1AB;
}
</style>