Shades of Cavern Pink #E2BAAB
Tints of Cavern Pink #E2BAAB
RGB
CMYK
RGB Variations
Color information
#E2BAAB (or 0xE2BAAB) is known color: Cavern Pink. HEX triplet: E2, BA and AB. RGB value is (226,186,171). Sum of RGB (Red+Green+Blue) = 226+186+171=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BAAB is #1D4554. Grayscale: #C4C4C4. Windows color (decimal): -1918293 or 11254498. OLE color: 11254498.
HSL color Cylindrical-coordinate representation of color #E2BAAB: hue angle of 16.36º 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 #E2BAAB is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 171 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.11 |
| HSL | 16.36º | 0.49% | 0.78% | - |
| HSV(B) | 16.36º | 0.24% | 0.89% | - |
| XYZ | 56.27 | 54.23 | 46.03 | - |
| YUV | 196.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 171 | 0 | 0.18 | 0.24 | 0.11 | 16.36 | 0.49 | 0.78 |
| Hex | E2 | BA | AB | 0 | 12 | 18 | B | 10 | 31 | 4E |
| Octal | 342 | 272 | 253 | 0 | 22 | 30 | 13 | 20 | 61 | 116 |
| Binary | 11100010 | 10111010 | 10101011 | 0 | 10010 | 11000 | 1011 | 10000 | 110001 | 1001110 |
Color Harmonies of #E2BAAB
Complementary color
Monochromatic Colors of #E2BAAB
Black with #E2BAAB
Text Example
Text Example
White with #E2BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BAAB; }
p { color: rgb(226,186,171); }
H1.HeaderClassName
{
color: #E2BAAB;
}
.AnyTagClassName
{
color: #E2BAAB;
}
</style>
background-color css
<style>
a { background-color: #E2BAAB; }
a { background-color: rgb(226,186,171); }
div.DivClassName
{
background-color: #E2BAAB;
}
.BgClassName
{
background-color: #E2BAAB;
}
</style>
border-color css
<style>
span { border-color: #E2BAAB; }
span { border-color: rgb(226,186,171); }
td.TdClassName
{
border-color: #E2BAAB;
}
.TagClassName
{
border-color: #E2BAAB;
}
</style>