Shades of Cavern Pink #E3BAB0
Tints of Cavern Pink #E3BAB0
RGB
CMYK
RGB Variations
Color information
#E3BAB0 (or 0xE3BAB0) is known color: Cavern Pink. HEX triplet: E3, BA and B0. RGB value is (227,186,176). Sum of RGB (Red+Green+Blue) = 227+186+176=589 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.54% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3BAB0 is #1C454F. Grayscale: #C5C5C5. Windows color (decimal): -1852752 or 11582179. OLE color: 11582179.
HSL color Cylindrical-coordinate representation of color #E3BAB0: hue angle of 11.76º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3BAB0 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 176 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.11 |
| HSL | 11.76º | 0.48% | 0.79% | - |
| HSV(B) | 11.76º | 0.22% | 0.89% | - |
| XYZ | 57.07 | 54.58 | 48.6 | - |
| YUV | 197.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 176 | 0 | 0.18 | 0.22 | 0.11 | 11.76 | 0.48 | 0.79 |
| Hex | E3 | BA | B0 | 0 | 12 | 16 | B | C | 30 | 4F |
| Octal | 343 | 272 | 260 | 0 | 22 | 26 | 13 | 14 | 60 | 117 |
| Binary | 11100011 | 10111010 | 10110000 | 0 | 10010 | 10110 | 1011 | 1100 | 110000 | 1001111 |
Color Harmonies of #E3BAB0
Complementary color
Monochromatic Colors of #E3BAB0
Black with #E3BAB0
Text Example
Text Example
White with #E3BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BAB0; }
p { color: rgb(227,186,176); }
H1.HeaderClassName
{
color: #E3BAB0;
}
.AnyTagClassName
{
color: #E3BAB0;
}
</style>
background-color css
<style>
a { background-color: #E3BAB0; }
a { background-color: rgb(227,186,176); }
div.DivClassName
{
background-color: #E3BAB0;
}
.BgClassName
{
background-color: #E3BAB0;
}
</style>
border-color css
<style>
span { border-color: #E3BAB0; }
span { border-color: rgb(227,186,176); }
td.TdClassName
{
border-color: #E3BAB0;
}
.TagClassName
{
border-color: #E3BAB0;
}
</style>