Shades of Cavern Pink #E1ADAC
Tints of Cavern Pink #E1ADAC
RGB
CMYK
RGB Variations
Color information
#E1ADAC (or 0xE1ADAC) is known color: Cavern Pink. HEX triplet: E1, AD and AC. RGB value is (225,173,172). Sum of RGB (Red+Green+Blue) = 225+173+172=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ADAC is #1E5253. Grayscale: #BCBCBC. Windows color (decimal): -1987156 or 11316705. OLE color: 11316705.
HSL color Cylindrical-coordinate representation of color #E1ADAC: hue angle of 1.13º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ADAC is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 172 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.12 |
| HSL | 1.13º | 0.47% | 0.78% | - |
| HSV(B) | 1.13º | 0.24% | 0.88% | - |
| XYZ | 53.44 | 48.87 | 45.65 | - |
| YUV | 188.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 172 | 0 | 0.23 | 0.24 | 0.12 | 1.13 | 0.47 | 0.78 |
| Hex | E1 | AD | AC | 0 | 17 | 18 | C | 1 | 2F | 4E |
| Octal | 341 | 255 | 254 | 0 | 27 | 30 | 14 | 1 | 57 | 116 |
| Binary | 11100001 | 10101101 | 10101100 | 0 | 10111 | 11000 | 1100 | 1 | 101111 | 1001110 |
Color Harmonies of #E1ADAC
Complementary color
Monochromatic Colors of #E1ADAC
Black with #E1ADAC
Text Example
Text Example
White with #E1ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ADAC; }
p { color: rgb(225,173,172); }
H1.HeaderClassName
{
color: #E1ADAC;
}
.AnyTagClassName
{
color: #E1ADAC;
}
</style>
background-color css
<style>
a { background-color: #E1ADAC; }
a { background-color: rgb(225,173,172); }
div.DivClassName
{
background-color: #E1ADAC;
}
.BgClassName
{
background-color: #E1ADAC;
}
</style>
border-color css
<style>
span { border-color: #E1ADAC; }
span { border-color: rgb(225,173,172); }
td.TdClassName
{
border-color: #E1ADAC;
}
.TagClassName
{
border-color: #E1ADAC;
}
</style>