Shades of Cavern Pink #E3AEAD
Tints of Cavern Pink #E3AEAD
RGB
CMYK
RGB Variations
Color information
#E3AEAD (or 0xE3AEAD) is known color: Cavern Pink. HEX triplet: E3, AE and AD. RGB value is (227,174,173). Sum of RGB (Red+Green+Blue) = 227+174+173=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AEAD is #1C5152. Grayscale: #BDBDBD. Windows color (decimal): -1855827 or 11382499. OLE color: 11382499.
HSL color Cylindrical-coordinate representation of color #E3AEAD: hue angle of 1.11º 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 #E3AEAD is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 174 | 173 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.11 |
| HSL | 1.11º | 0.49% | 0.78% | - |
| HSV(B) | 1.11º | 0.24% | 0.89% | - |
| XYZ | 54.36 | 49.62 | 46.25 | - |
| YUV | 189.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 174 | 173 | 0 | 0.23 | 0.24 | 0.11 | 1.11 | 0.49 | 0.78 |
| Hex | E3 | AE | AD | 0 | 17 | 18 | B | 1 | 31 | 4E |
| Octal | 343 | 256 | 255 | 0 | 27 | 30 | 13 | 1 | 61 | 116 |
| Binary | 11100011 | 10101110 | 10101101 | 0 | 10111 | 11000 | 1011 | 1 | 110001 | 1001110 |
Color Harmonies of #E3AEAD
Complementary color
Monochromatic Colors of #E3AEAD
Black with #E3AEAD
Text Example
Text Example
White with #E3AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AEAD; }
p { color: rgb(227,174,173); }
H1.HeaderClassName
{
color: #E3AEAD;
}
.AnyTagClassName
{
color: #E3AEAD;
}
</style>
background-color css
<style>
a { background-color: #E3AEAD; }
a { background-color: rgb(227,174,173); }
div.DivClassName
{
background-color: #E3AEAD;
}
.BgClassName
{
background-color: #E3AEAD;
}
</style>
border-color css
<style>
span { border-color: #E3AEAD; }
span { border-color: rgb(227,174,173); }
td.TdClassName
{
border-color: #E3AEAD;
}
.TagClassName
{
border-color: #E3AEAD;
}
</style>