Shades of Cavern Pink #E2BAAF
Tints of Cavern Pink #E2BAAF
RGB
CMYK
RGB Variations
Color information
#E2BAAF (or 0xE2BAAF) is known color: Cavern Pink. HEX triplet: E2, BA and AF. RGB value is (226,186,175). Sum of RGB (Red+Green+Blue) = 226+186+175=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BAAF is #1D4550. Grayscale: #C4C4C4. Windows color (decimal): -1918289 or 11516642. OLE color: 11516642.
HSL color Cylindrical-coordinate representation of color #E2BAAF: hue angle of 12.94º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2BAAF is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 175 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.11 |
| HSL | 12.94º | 0.47% | 0.79% | - |
| HSV(B) | 12.94º | 0.23% | 0.89% | - |
| XYZ | 56.66 | 54.38 | 48.07 | - |
| YUV | 196.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 175 | 0 | 0.18 | 0.23 | 0.11 | 12.94 | 0.47 | 0.79 |
| Hex | E2 | BA | AF | 0 | 12 | 17 | B | D | 2F | 4F |
| Octal | 342 | 272 | 257 | 0 | 22 | 27 | 13 | 15 | 57 | 117 |
| Binary | 11100010 | 10111010 | 10101111 | 0 | 10010 | 10111 | 1011 | 1101 | 101111 | 1001111 |
Color Harmonies of #E2BAAF
Complementary color
Monochromatic Colors of #E2BAAF
Black with #E2BAAF
Text Example
Text Example
White with #E2BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BAAF; }
p { color: rgb(226,186,175); }
H1.HeaderClassName
{
color: #E2BAAF;
}
.AnyTagClassName
{
color: #E2BAAF;
}
</style>
background-color css
<style>
a { background-color: #E2BAAF; }
a { background-color: rgb(226,186,175); }
div.DivClassName
{
background-color: #E2BAAF;
}
.BgClassName
{
background-color: #E2BAAF;
}
</style>
border-color css
<style>
span { border-color: #E2BAAF; }
span { border-color: rgb(226,186,175); }
td.TdClassName
{
border-color: #E2BAAF;
}
.TagClassName
{
border-color: #E2BAAF;
}
</style>