Shades of Cavern Pink #E0B8B1
Tints of Cavern Pink #E0B8B1
RGB
CMYK
RGB Variations
Color information
#E0B8B1 (or 0xE0B8B1) is known color: Cavern Pink. HEX triplet: E0, B8 and B1. RGB value is (224,184,177). Sum of RGB (Red+Green+Blue) = 224+184+177=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0B8B1 is #1F474E. Grayscale: #C3C3C3. Windows color (decimal): -2049871 or 11647200. OLE color: 11647200.
HSL color Cylindrical-coordinate representation of color #E0B8B1: hue angle of 8.94º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B8B1 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 177 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.12 |
| HSL | 8.94º | 0.43% | 0.79% | - |
| HSV(B) | 8.94º | 0.21% | 0.88% | - |
| XYZ | 55.82 | 53.3 | 48.94 | - |
| YUV | 195.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 177 | 0 | 0.18 | 0.21 | 0.12 | 8.94 | 0.43 | 0.79 |
| Hex | E0 | B8 | B1 | 0 | 12 | 15 | C | 9 | 2B | 4F |
| Octal | 340 | 270 | 261 | 0 | 22 | 25 | 14 | 11 | 53 | 117 |
| Binary | 11100000 | 10111000 | 10110001 | 0 | 10010 | 10101 | 1100 | 1001 | 101011 | 1001111 |
Color Harmonies of #E0B8B1
Complementary color
Monochromatic Colors of #E0B8B1
Black with #E0B8B1
Text Example
Text Example
White with #E0B8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B8B1; }
p { color: rgb(224,184,177); }
H1.HeaderClassName
{
color: #E0B8B1;
}
.AnyTagClassName
{
color: #E0B8B1;
}
</style>
background-color css
<style>
a { background-color: #E0B8B1; }
a { background-color: rgb(224,184,177); }
div.DivClassName
{
background-color: #E0B8B1;
}
.BgClassName
{
background-color: #E0B8B1;
}
</style>
border-color css
<style>
span { border-color: #E0B8B1; }
span { border-color: rgb(224,184,177); }
td.TdClassName
{
border-color: #E0B8B1;
}
.TagClassName
{
border-color: #E0B8B1;
}
</style>