Shades of Cavern Pink #E1BBAE
Tints of Cavern Pink #E1BBAE
RGB
CMYK
RGB Variations
Color information
#E1BBAE (or 0xE1BBAE) is known color: Cavern Pink. HEX triplet: E1, BB and AE. RGB value is (225,187,174). Sum of RGB (Red+Green+Blue) = 225+187+174=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BBAE is #1E4451. Grayscale: #C4C4C4. Windows color (decimal): -1983570 or 11451361. OLE color: 11451361.
HSL color Cylindrical-coordinate representation of color #E1BBAE: hue angle of 15.29º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1BBAE is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 174 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.12 |
| HSL | 15.29º | 0.46% | 0.78% | - |
| HSV(B) | 15.29º | 0.23% | 0.88% | - |
| XYZ | 56.46 | 54.6 | 47.61 | - |
| YUV | 196.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 174 | 0 | 0.17 | 0.23 | 0.12 | 15.29 | 0.46 | 0.78 |
| Hex | E1 | BB | AE | 0 | 11 | 17 | C | F | 2E | 4E |
| Octal | 341 | 273 | 256 | 0 | 21 | 27 | 14 | 17 | 56 | 116 |
| Binary | 11100001 | 10111011 | 10101110 | 0 | 10001 | 10111 | 1100 | 1111 | 101110 | 1001110 |
Color Harmonies of #E1BBAE
Complementary color
Monochromatic Colors of #E1BBAE
Black with #E1BBAE
Text Example
Text Example
White with #E1BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBAE; }
p { color: rgb(225,187,174); }
H1.HeaderClassName
{
color: #E1BBAE;
}
.AnyTagClassName
{
color: #E1BBAE;
}
</style>
background-color css
<style>
a { background-color: #E1BBAE; }
a { background-color: rgb(225,187,174); }
div.DivClassName
{
background-color: #E1BBAE;
}
.BgClassName
{
background-color: #E1BBAE;
}
</style>
border-color css
<style>
span { border-color: #E1BBAE; }
span { border-color: rgb(225,187,174); }
td.TdClassName
{
border-color: #E1BBAE;
}
.TagClassName
{
border-color: #E1BBAE;
}
</style>