Shades of Cavern Pink #E5BBAE
Tints of Cavern Pink #E5BBAE
RGB
CMYK
RGB Variations
Color information
#E5BBAE (or 0xE5BBAE) is known color: Cavern Pink. HEX triplet: E5, BB and AE. RGB value is (229,187,174). Sum of RGB (Red+Green+Blue) = 229+187+174=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BBAE is #1A4451. Grayscale: #C6C6C6. Windows color (decimal): -1721426 or 11451365. OLE color: 11451365.
HSL color Cylindrical-coordinate representation of color #E5BBAE: hue angle of 14.18º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5BBAE is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 174 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.10 |
| HSL | 14.18º | 0.51% | 0.79% | - |
| HSV(B) | 14.18º | 0.24% | 0.9% | - |
| XYZ | 57.72 | 55.25 | 47.67 | - |
| YUV | 198.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 174 | 0 | 0.18 | 0.24 | 0.10 | 14.18 | 0.51 | 0.79 |
| Hex | E5 | BB | AE | 0 | 12 | 18 | A | E | 33 | 4F |
| Octal | 345 | 273 | 256 | 0 | 22 | 30 | 12 | 16 | 63 | 117 |
| Binary | 11100101 | 10111011 | 10101110 | 0 | 10010 | 11000 | 1010 | 1110 | 110011 | 1001111 |
Color Harmonies of #E5BBAE
Complementary color
Monochromatic Colors of #E5BBAE
Black with #E5BBAE
Text Example
Text Example
White with #E5BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BBAE; }
p { color: rgb(229,187,174); }
H1.HeaderClassName
{
color: #E5BBAE;
}
.AnyTagClassName
{
color: #E5BBAE;
}
</style>
background-color css
<style>
a { background-color: #E5BBAE; }
a { background-color: rgb(229,187,174); }
div.DivClassName
{
background-color: #E5BBAE;
}
.BgClassName
{
background-color: #E5BBAE;
}
</style>
border-color css
<style>
span { border-color: #E5BBAE; }
span { border-color: rgb(229,187,174); }
td.TdClassName
{
border-color: #E5BBAE;
}
.TagClassName
{
border-color: #E5BBAE;
}
</style>