Shades of Cavern Pink #E0B1AE
Tints of Cavern Pink #E0B1AE
RGB
CMYK
RGB Variations
Color information
#E0B1AE (or 0xE0B1AE) is known color: Cavern Pink. HEX triplet: E0, B1 and AE. RGB value is (224,177,174). Sum of RGB (Red+Green+Blue) = 224+177+174=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B1AE is #1F4E51. Grayscale: #BEBEBE. Windows color (decimal): -2051666 or 11448800. OLE color: 11448800.
HSL color Cylindrical-coordinate representation of color #E0B1AE: hue angle of 3.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0B1AE is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 177 | 174 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.12 |
| HSL | 3.6º | 0.45% | 0.78% | - |
| HSV(B) | 3.6º | 0.22% | 0.88% | - |
| XYZ | 54.1 | 50.35 | 46.91 | - |
| YUV | 190.71 | 118.57 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 174 | 0 | 0.21 | 0.22 | 0.12 | 3.6 | 0.45 | 0.78 |
| Hex | E0 | B1 | AE | 0 | 15 | 16 | C | 4 | 2D | 4E |
| Octal | 340 | 261 | 256 | 0 | 25 | 26 | 14 | 4 | 55 | 116 |
| Binary | 11100000 | 10110001 | 10101110 | 0 | 10101 | 10110 | 1100 | 100 | 101101 | 1001110 |
Color Harmonies of #E0B1AE
Complementary color
Monochromatic Colors of #E0B1AE
Black with #E0B1AE
Text Example
Text Example
White with #E0B1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B1AE; }
p { color: rgb(224,177,174); }
H1.HeaderClassName
{
color: #E0B1AE;
}
.AnyTagClassName
{
color: #E0B1AE;
}
</style>
background-color css
<style>
a { background-color: #E0B1AE; }
a { background-color: rgb(224,177,174); }
div.DivClassName
{
background-color: #E0B1AE;
}
.BgClassName
{
background-color: #E0B1AE;
}
</style>
border-color css
<style>
span { border-color: #E0B1AE; }
span { border-color: rgb(224,177,174); }
td.TdClassName
{
border-color: #E0B1AE;
}
.TagClassName
{
border-color: #E0B1AE;
}
</style>