Shades of Cavern Pink #E2AEAD
Tints of Cavern Pink #E2AEAD
RGB
CMYK
RGB Variations
Color information
#E2AEAD (or 0xE2AEAD) is known color: Cavern Pink. HEX triplet: E2, AE and AD. RGB value is (226,174,173). Sum of RGB (Red+Green+Blue) = 226+174+173=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AEAD is #1D5152. Grayscale: #BDBDBD. Windows color (decimal): -1921363 or 11382498. OLE color: 11382498.
HSL color Cylindrical-coordinate representation of color #E2AEAD: hue angle of 1.13º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AEAD is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 173 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.11 |
| HSL | 1.13º | 0.48% | 0.78% | - |
| HSV(B) | 1.13º | 0.23% | 0.89% | - |
| XYZ | 54.04 | 49.46 | 46.23 | - |
| YUV | 189.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 173 | 0 | 0.23 | 0.23 | 0.11 | 1.13 | 0.48 | 0.78 |
| Hex | E2 | AE | AD | 0 | 17 | 17 | B | 1 | 30 | 4E |
| Octal | 342 | 256 | 255 | 0 | 27 | 27 | 13 | 1 | 60 | 116 |
| Binary | 11100010 | 10101110 | 10101101 | 0 | 10111 | 10111 | 1011 | 1 | 110000 | 1001110 |
Color Harmonies of #E2AEAD
Complementary color
Monochromatic Colors of #E2AEAD
Black with #E2AEAD
Text Example
Text Example
White with #E2AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AEAD; }
p { color: rgb(226,174,173); }
H1.HeaderClassName
{
color: #E2AEAD;
}
.AnyTagClassName
{
color: #E2AEAD;
}
</style>
background-color css
<style>
a { background-color: #E2AEAD; }
a { background-color: rgb(226,174,173); }
div.DivClassName
{
background-color: #E2AEAD;
}
.BgClassName
{
background-color: #E2AEAD;
}
</style>
border-color css
<style>
span { border-color: #E2AEAD; }
span { border-color: rgb(226,174,173); }
td.TdClassName
{
border-color: #E2AEAD;
}
.TagClassName
{
border-color: #E2AEAD;
}
</style>