Shades of Cavern Pink #E8BAAE
Tints of Cavern Pink #E8BAAE
RGB
CMYK
RGB Variations
Color information
#E8BAAE (or 0xE8BAAE) is known color: Cavern Pink. HEX triplet: E8, BA and AE. RGB value is (232,186,174). Sum of RGB (Red+Green+Blue) = 232+186+174=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 174 (68.36% from 255 or 29.39% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BAAE is #174551. Grayscale: #C6C6C6. Windows color (decimal): -1525074 or 11451112. OLE color: 11451112.
HSL color Cylindrical-coordinate representation of color #E8BAAE: hue angle of 12.41º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8BAAE is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 174 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.09 |
| HSL | 12.41º | 0.56% | 0.8% | - |
| HSV(B) | 12.41º | 0.25% | 0.91% | - |
| XYZ | 58.48 | 55.33 | 47.64 | - |
| YUV | 198.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 174 | 0 | 0.20 | 0.25 | 0.09 | 12.41 | 0.56 | 0.8 |
| Hex | E8 | BA | AE | 0 | 14 | 19 | 9 | C | 38 | 50 |
| Octal | 350 | 272 | 256 | 0 | 24 | 31 | 11 | 14 | 70 | 120 |
| Binary | 11101000 | 10111010 | 10101110 | 0 | 10100 | 11001 | 1001 | 1100 | 111000 | 1010000 |
Color Harmonies of #E8BAAE
Complementary color
Monochromatic Colors of #E8BAAE
Black with #E8BAAE
Text Example
Text Example
White with #E8BAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BAAE; }
p { color: rgb(232,186,174); }
H1.HeaderClassName
{
color: #E8BAAE;
}
.AnyTagClassName
{
color: #E8BAAE;
}
</style>
background-color css
<style>
a { background-color: #E8BAAE; }
a { background-color: rgb(232,186,174); }
div.DivClassName
{
background-color: #E8BAAE;
}
.BgClassName
{
background-color: #E8BAAE;
}
</style>
border-color css
<style>
span { border-color: #E8BAAE; }
span { border-color: rgb(232,186,174); }
td.TdClassName
{
border-color: #E8BAAE;
}
.TagClassName
{
border-color: #E8BAAE;
}
</style>