Shades of Cavern Pink #E1AFAF
Tints of Cavern Pink #E1AFAF
RGB
CMYK
RGB Variations
Color information
#E1AFAF (or 0xE1AFAF) is known color: Cavern Pink. HEX triplet: E1, AF and AF. RGB value is (225,175,175). Sum of RGB (Red+Green+Blue) = 225+175+175=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AFAF is #1E5050. Grayscale: #BEBEBE. Windows color (decimal): -1986641 or 11513825. OLE color: 11513825.
HSL color Cylindrical-coordinate representation of color #E1AFAF: hue angle of 0º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1AFAF is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 175 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.12 |
| HSL | 0º | 0.45% | 0.78% | - |
| HSV(B) | 0º | 0.22% | 0.88% | - |
| XYZ | 54.12 | 49.76 | 47.31 | - |
| YUV | 189.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 175 | 0 | 0.22 | 0.22 | 0.12 | 0 | 0.45 | 0.78 |
| Hex | E1 | AF | AF | 0 | 16 | 16 | C | 0 | 2D | 4E |
| Octal | 341 | 257 | 257 | 0 | 26 | 26 | 14 | 0 | 55 | 116 |
| Binary | 11100001 | 10101111 | 10101111 | 0 | 10110 | 10110 | 1100 | 0 | 101101 | 1001110 |
Color Harmonies of #E1AFAF
Complementary color
Monochromatic Colors of #E1AFAF
Black with #E1AFAF
Text Example
Text Example
White with #E1AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFAF; }
p { color: rgb(225,175,175); }
H1.HeaderClassName
{
color: #E1AFAF;
}
.AnyTagClassName
{
color: #E1AFAF;
}
</style>
background-color css
<style>
a { background-color: #E1AFAF; }
a { background-color: rgb(225,175,175); }
div.DivClassName
{
background-color: #E1AFAF;
}
.BgClassName
{
background-color: #E1AFAF;
}
</style>
border-color css
<style>
span { border-color: #E1AFAF; }
span { border-color: rgb(225,175,175); }
td.TdClassName
{
border-color: #E1AFAF;
}
.TagClassName
{
border-color: #E1AFAF;
}
</style>