Shades of Cavern Pink #E3AFAF
Tints of Cavern Pink #E3AFAF
RGB
CMYK
RGB Variations
Color information
#E3AFAF (or 0xE3AFAF) is known color: Cavern Pink. HEX triplet: E3, AF and AF. RGB value is (227,175,175). Sum of RGB (Red+Green+Blue) = 227+175+175=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AFAF is #1C5050. Grayscale: #BEBEBE. Windows color (decimal): -1855569 or 11513827. OLE color: 11513827.
HSL color Cylindrical-coordinate representation of color #E3AFAF: hue angle of 0º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3AFAF is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 175 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.11 |
| HSL | 0º | 0.48% | 0.79% | - |
| HSV(B) | 0º | 0.23% | 0.89% | - |
| XYZ | 54.75 | 50.09 | 47.34 | - |
| YUV | 190.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 175 | 0 | 0.23 | 0.23 | 0.11 | 0 | 0.48 | 0.79 |
| Hex | E3 | AF | AF | 0 | 17 | 17 | B | 0 | 30 | 4F |
| Octal | 343 | 257 | 257 | 0 | 27 | 27 | 13 | 0 | 60 | 117 |
| Binary | 11100011 | 10101111 | 10101111 | 0 | 10111 | 10111 | 1011 | 0 | 110000 | 1001111 |
Color Harmonies of #E3AFAF
Complementary color
Monochromatic Colors of #E3AFAF
Black with #E3AFAF
Text Example
Text Example
White with #E3AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFAF; }
p { color: rgb(227,175,175); }
H1.HeaderClassName
{
color: #E3AFAF;
}
.AnyTagClassName
{
color: #E3AFAF;
}
</style>
background-color css
<style>
a { background-color: #E3AFAF; }
a { background-color: rgb(227,175,175); }
div.DivClassName
{
background-color: #E3AFAF;
}
.BgClassName
{
background-color: #E3AFAF;
}
</style>
border-color css
<style>
span { border-color: #E3AFAF; }
span { border-color: rgb(227,175,175); }
td.TdClassName
{
border-color: #E3AFAF;
}
.TagClassName
{
border-color: #E3AFAF;
}
</style>