Shades of Cavern Pink #E1BAB6
Tints of Cavern Pink #E1BAB6
RGB
CMYK
RGB Variations
Color information
#E1BAB6 (or 0xE1BAB6) is known color: Cavern Pink. HEX triplet: E1, BA and B6. RGB value is (225,186,182). Sum of RGB (Red+Green+Blue) = 225+186+182=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BAB6 is #1E4549. Grayscale: #C5C5C5. Windows color (decimal): -1983818 or 11975393. OLE color: 11975393.
HSL color Cylindrical-coordinate representation of color #E1BAB6: hue angle of 5.58º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1BAB6 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 182 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.12 |
| HSL | 5.58º | 0.42% | 0.8% | - |
| HSV(B) | 5.58º | 0.19% | 0.88% | - |
| XYZ | 57.05 | 54.5 | 51.77 | - |
| YUV | 197.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 182 | 0 | 0.17 | 0.19 | 0.12 | 5.58 | 0.42 | 0.8 |
| Hex | E1 | BA | B6 | 0 | 11 | 13 | C | 6 | 2A | 50 |
| Octal | 341 | 272 | 266 | 0 | 21 | 23 | 14 | 6 | 52 | 120 |
| Binary | 11100001 | 10111010 | 10110110 | 0 | 10001 | 10011 | 1100 | 110 | 101010 | 1010000 |
Color Harmonies of #E1BAB6
Complementary color
Monochromatic Colors of #E1BAB6
Black with #E1BAB6
Text Example
Text Example
White with #E1BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BAB6; }
p { color: rgb(225,186,182); }
H1.HeaderClassName
{
color: #E1BAB6;
}
.AnyTagClassName
{
color: #E1BAB6;
}
</style>
background-color css
<style>
a { background-color: #E1BAB6; }
a { background-color: rgb(225,186,182); }
div.DivClassName
{
background-color: #E1BAB6;
}
.BgClassName
{
background-color: #E1BAB6;
}
</style>
border-color css
<style>
span { border-color: #E1BAB6; }
span { border-color: rgb(225,186,182); }
td.TdClassName
{
border-color: #E1BAB6;
}
.TagClassName
{
border-color: #E1BAB6;
}
</style>