Shades of Cavern Pink #E3AFAC
Tints of Cavern Pink #E3AFAC
RGB
CMYK
RGB Variations
Color information
#E3AFAC (or 0xE3AFAC) is known color: Cavern Pink. HEX triplet: E3, AF and AC. RGB value is (227,175,172). Sum of RGB (Red+Green+Blue) = 227+175+172=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AFAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AFAC is #1C5053. Grayscale: #BEBEBE. Windows color (decimal): -1855572 or 11317219. OLE color: 11317219.
HSL color Cylindrical-coordinate representation of color #E3AFAC: hue angle of 3.27º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3AFAC is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 172 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.11 |
| HSL | 3.27º | 0.5% | 0.78% | - |
| HSV(B) | 3.27º | 0.24% | 0.89% | - |
| XYZ | 54.45 | 49.97 | 45.8 | - |
| YUV | 190.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 172 | 0 | 0.23 | 0.24 | 0.11 | 3.27 | 0.5 | 0.78 |
| Hex | E3 | AF | AC | 0 | 17 | 18 | B | 3 | 32 | 4E |
| Octal | 343 | 257 | 254 | 0 | 27 | 30 | 13 | 3 | 62 | 116 |
| Binary | 11100011 | 10101111 | 10101100 | 0 | 10111 | 11000 | 1011 | 11 | 110010 | 1001110 |
Color Harmonies of #E3AFAC
Complementary color
Monochromatic Colors of #E3AFAC
Black with #E3AFAC
Text Example
Text Example
White with #E3AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFAC; }
p { color: rgb(227,175,172); }
H1.HeaderClassName
{
color: #E3AFAC;
}
.AnyTagClassName
{
color: #E3AFAC;
}
</style>
background-color css
<style>
a { background-color: #E3AFAC; }
a { background-color: rgb(227,175,172); }
div.DivClassName
{
background-color: #E3AFAC;
}
.BgClassName
{
background-color: #E3AFAC;
}
</style>
border-color css
<style>
span { border-color: #E3AFAC; }
span { border-color: rgb(227,175,172); }
td.TdClassName
{
border-color: #E3AFAC;
}
.TagClassName
{
border-color: #E3AFAC;
}
</style>