Shades of Cavern Pink #E2AFAE
Tints of Cavern Pink #E2AFAE
RGB
CMYK
RGB Variations
Color information
#E2AFAE (or 0xE2AFAE) is known color: Cavern Pink. HEX triplet: E2, AF and AE. RGB value is (226,175,174). Sum of RGB (Red+Green+Blue) = 226+175+174=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AFAE is #1D5051. Grayscale: #BEBEBE. Windows color (decimal): -1921106 or 11448290. OLE color: 11448290.
HSL color Cylindrical-coordinate representation of color #E2AFAE: hue angle of 1.15º degrees, saturation: 0.47, 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 #E2AFAE is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 174 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.11 |
| HSL | 1.15º | 0.47% | 0.78% | - |
| HSV(B) | 1.15º | 0.23% | 0.89% | - |
| XYZ | 54.33 | 49.88 | 46.81 | - |
| YUV | 190.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 174 | 0 | 0.23 | 0.23 | 0.11 | 1.15 | 0.47 | 0.78 |
| Hex | E2 | AF | AE | 0 | 17 | 17 | B | 1 | 2F | 4E |
| Octal | 342 | 257 | 256 | 0 | 27 | 27 | 13 | 1 | 57 | 116 |
| Binary | 11100010 | 10101111 | 10101110 | 0 | 10111 | 10111 | 1011 | 1 | 101111 | 1001110 |
Color Harmonies of #E2AFAE
Complementary color
Monochromatic Colors of #E2AFAE
Black with #E2AFAE
Text Example
Text Example
White with #E2AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFAE; }
p { color: rgb(226,175,174); }
H1.HeaderClassName
{
color: #E2AFAE;
}
.AnyTagClassName
{
color: #E2AFAE;
}
</style>
background-color css
<style>
a { background-color: #E2AFAE; }
a { background-color: rgb(226,175,174); }
div.DivClassName
{
background-color: #E2AFAE;
}
.BgClassName
{
background-color: #E2AFAE;
}
</style>
border-color css
<style>
span { border-color: #E2AFAE; }
span { border-color: rgb(226,175,174); }
td.TdClassName
{
border-color: #E2AFAE;
}
.TagClassName
{
border-color: #E2AFAE;
}
</style>