Shades of Cavern Pink #E0AEAC
Tints of Cavern Pink #E0AEAC
RGB
CMYK
RGB Variations
Color information
#E0AEAC (or 0xE0AEAC) is known color: Cavern Pink. HEX triplet: E0, AE and AC. RGB value is (224,174,172). Sum of RGB (Red+Green+Blue) = 224+174+172=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AEAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AEAC is #1F5153. Grayscale: #BCBCBC. Windows color (decimal): -2052436 or 11316960. OLE color: 11316960.
HSL color Cylindrical-coordinate representation of color #E0AEAC: hue angle of 2.31º 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 #E0AEAC is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 172 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.12 |
| HSL | 2.31º | 0.46% | 0.78% | - |
| HSV(B) | 2.31º | 0.23% | 0.88% | - |
| XYZ | 53.32 | 49.1 | 45.7 | - |
| YUV | 188.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 172 | 0 | 0.22 | 0.23 | 0.12 | 2.31 | 0.46 | 0.78 |
| Hex | E0 | AE | AC | 0 | 16 | 17 | C | 2 | 2E | 4E |
| Octal | 340 | 256 | 254 | 0 | 26 | 27 | 14 | 2 | 56 | 116 |
| Binary | 11100000 | 10101110 | 10101100 | 0 | 10110 | 10111 | 1100 | 10 | 101110 | 1001110 |
Color Harmonies of #E0AEAC
Complementary color
Monochromatic Colors of #E0AEAC
Black with #E0AEAC
Text Example
Text Example
White with #E0AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AEAC; }
p { color: rgb(224,174,172); }
H1.HeaderClassName
{
color: #E0AEAC;
}
.AnyTagClassName
{
color: #E0AEAC;
}
</style>
background-color css
<style>
a { background-color: #E0AEAC; }
a { background-color: rgb(224,174,172); }
div.DivClassName
{
background-color: #E0AEAC;
}
.BgClassName
{
background-color: #E0AEAC;
}
</style>
border-color css
<style>
span { border-color: #E0AEAC; }
span { border-color: rgb(224,174,172); }
td.TdClassName
{
border-color: #E0AEAC;
}
.TagClassName
{
border-color: #E0AEAC;
}
</style>