Shades of Cavern Pink #E2ADAC
Tints of Cavern Pink #E2ADAC
RGB
CMYK
RGB Variations
Color information
#E2ADAC (or 0xE2ADAC) is known color: Cavern Pink. HEX triplet: E2, AD and AC. RGB value is (226,173,172). Sum of RGB (Red+Green+Blue) = 226+173+172=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2ADAC is #1D5253. Grayscale: #BCBCBC. Windows color (decimal): -1921620 or 11316706. OLE color: 11316706.
HSL color Cylindrical-coordinate representation of color #E2ADAC: hue angle of 1.11º degrees, saturation: 0.48, 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 #E2ADAC is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 172 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.11 |
| HSL | 1.11º | 0.48% | 0.78% | - |
| HSV(B) | 1.11º | 0.24% | 0.89% | - |
| XYZ | 53.75 | 49.03 | 45.66 | - |
| YUV | 188.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 172 | 0 | 0.23 | 0.24 | 0.11 | 1.11 | 0.48 | 0.78 |
| Hex | E2 | AD | AC | 0 | 17 | 18 | B | 1 | 30 | 4E |
| Octal | 342 | 255 | 254 | 0 | 27 | 30 | 13 | 1 | 60 | 116 |
| Binary | 11100010 | 10101101 | 10101100 | 0 | 10111 | 11000 | 1011 | 1 | 110000 | 1001110 |
Color Harmonies of #E2ADAC
Complementary color
Monochromatic Colors of #E2ADAC
Black with #E2ADAC
Text Example
Text Example
White with #E2ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ADAC; }
p { color: rgb(226,173,172); }
H1.HeaderClassName
{
color: #E2ADAC;
}
.AnyTagClassName
{
color: #E2ADAC;
}
</style>
background-color css
<style>
a { background-color: #E2ADAC; }
a { background-color: rgb(226,173,172); }
div.DivClassName
{
background-color: #E2ADAC;
}
.BgClassName
{
background-color: #E2ADAC;
}
</style>
border-color css
<style>
span { border-color: #E2ADAC; }
span { border-color: rgb(226,173,172); }
td.TdClassName
{
border-color: #E2ADAC;
}
.TagClassName
{
border-color: #E2ADAC;
}
</style>