Shades of Cavern Pink #E0AFAD
Tints of Cavern Pink #E0AFAD
RGB
CMYK
RGB Variations
Color information
#E0AFAD (or 0xE0AFAD) is known color: Cavern Pink. HEX triplet: E0, AF and AD. RGB value is (224,175,173). Sum of RGB (Red+Green+Blue) = 224+175+173=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AFAD is #1F5052. Grayscale: #BDBDBD. Windows color (decimal): -2052179 or 11382752. OLE color: 11382752.
HSL color Cylindrical-coordinate representation of color #E0AFAD: hue angle of 2.35º degrees, saturation: 0.45, 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 #E0AFAD is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 173 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.12 |
| HSL | 2.35º | 0.45% | 0.78% | - |
| HSV(B) | 2.35º | 0.23% | 0.88% | - |
| XYZ | 53.61 | 49.52 | 46.27 | - |
| YUV | 189.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 173 | 0 | 0.22 | 0.23 | 0.12 | 2.35 | 0.45 | 0.78 |
| Hex | E0 | AF | AD | 0 | 16 | 17 | C | 2 | 2D | 4E |
| Octal | 340 | 257 | 255 | 0 | 26 | 27 | 14 | 2 | 55 | 116 |
| Binary | 11100000 | 10101111 | 10101101 | 0 | 10110 | 10111 | 1100 | 10 | 101101 | 1001110 |
Color Harmonies of #E0AFAD
Complementary color
Monochromatic Colors of #E0AFAD
Black with #E0AFAD
Text Example
Text Example
White with #E0AFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AFAD; }
p { color: rgb(224,175,173); }
H1.HeaderClassName
{
color: #E0AFAD;
}
.AnyTagClassName
{
color: #E0AFAD;
}
</style>
background-color css
<style>
a { background-color: #E0AFAD; }
a { background-color: rgb(224,175,173); }
div.DivClassName
{
background-color: #E0AFAD;
}
.BgClassName
{
background-color: #E0AFAD;
}
</style>
border-color css
<style>
span { border-color: #E0AFAD; }
span { border-color: rgb(224,175,173); }
td.TdClassName
{
border-color: #E0AFAD;
}
.TagClassName
{
border-color: #E0AFAD;
}
</style>