Shades of Cavern Pink #E7BBAE
Tints of Cavern Pink #E7BBAE
RGB
CMYK
RGB Variations
Color information
#E7BBAE (or 0xE7BBAE) is known color: Cavern Pink. HEX triplet: E7, BB and AE. RGB value is (231,187,174). Sum of RGB (Red+Green+Blue) = 231+187+174=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BBAE is #184451. Grayscale: #C6C6C6. Windows color (decimal): -1590354 or 11451367. OLE color: 11451367.
HSL color Cylindrical-coordinate representation of color #E7BBAE: hue angle of 13.68º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BBAE is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 187 | 174 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.09 |
| HSL | 13.68º | 0.54% | 0.79% | - |
| HSV(B) | 13.68º | 0.25% | 0.91% | - |
| XYZ | 58.37 | 55.59 | 47.7 | - |
| YUV | 198.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 187 | 174 | 0 | 0.19 | 0.25 | 0.09 | 13.68 | 0.54 | 0.79 |
| Hex | E7 | BB | AE | 0 | 13 | 19 | 9 | E | 36 | 4F |
| Octal | 347 | 273 | 256 | 0 | 23 | 31 | 11 | 16 | 66 | 117 |
| Binary | 11100111 | 10111011 | 10101110 | 0 | 10011 | 11001 | 1001 | 1110 | 110110 | 1001111 |
Color Harmonies of #E7BBAE
Complementary color
Monochromatic Colors of #E7BBAE
Black with #E7BBAE
Text Example
Text Example
White with #E7BBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BBAE; }
p { color: rgb(231,187,174); }
H1.HeaderClassName
{
color: #E7BBAE;
}
.AnyTagClassName
{
color: #E7BBAE;
}
</style>
background-color css
<style>
a { background-color: #E7BBAE; }
a { background-color: rgb(231,187,174); }
div.DivClassName
{
background-color: #E7BBAE;
}
.BgClassName
{
background-color: #E7BBAE;
}
</style>
border-color css
<style>
span { border-color: #E7BBAE; }
span { border-color: rgb(231,187,174); }
td.TdClassName
{
border-color: #E7BBAE;
}
.TagClassName
{
border-color: #E7BBAE;
}
</style>