Shades of Cavern Pink #E3AFAD
Tints of Cavern Pink #E3AFAD
RGB
CMYK
RGB Variations
Color information
#E3AFAD (or 0xE3AFAD) is known color: Cavern Pink. HEX triplet: E3, AF and AD. RGB value is (227,175,173). Sum of RGB (Red+Green+Blue) = 227+175+173=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AFAD is #1C5052. Grayscale: #BEBEBE. Windows color (decimal): -1855571 or 11382755. OLE color: 11382755.
HSL color Cylindrical-coordinate representation of color #E3AFAD: hue angle of 2.22º degrees, saturation: 0.49, 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 #E3AFAD is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 173 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.11 |
| HSL | 2.22º | 0.49% | 0.78% | - |
| HSV(B) | 2.22º | 0.24% | 0.89% | - |
| XYZ | 54.55 | 50.01 | 46.31 | - |
| YUV | 190.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 173 | 0 | 0.23 | 0.24 | 0.11 | 2.22 | 0.49 | 0.78 |
| Hex | E3 | AF | AD | 0 | 17 | 18 | B | 2 | 31 | 4E |
| Octal | 343 | 257 | 255 | 0 | 27 | 30 | 13 | 2 | 61 | 116 |
| Binary | 11100011 | 10101111 | 10101101 | 0 | 10111 | 11000 | 1011 | 10 | 110001 | 1001110 |
Color Harmonies of #E3AFAD
Complementary color
Monochromatic Colors of #E3AFAD
Black with #E3AFAD
Text Example
Text Example
White with #E3AFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFAD; }
p { color: rgb(227,175,173); }
H1.HeaderClassName
{
color: #E3AFAD;
}
.AnyTagClassName
{
color: #E3AFAD;
}
</style>
background-color css
<style>
a { background-color: #E3AFAD; }
a { background-color: rgb(227,175,173); }
div.DivClassName
{
background-color: #E3AFAD;
}
.BgClassName
{
background-color: #E3AFAD;
}
</style>
border-color css
<style>
span { border-color: #E3AFAD; }
span { border-color: rgb(227,175,173); }
td.TdClassName
{
border-color: #E3AFAD;
}
.TagClassName
{
border-color: #E3AFAD;
}
</style>