Shades of Cavern Pink #E2BBAD
Tints of Cavern Pink #E2BBAD
RGB
CMYK
RGB Variations
Color information
#E2BBAD (or 0xE2BBAD) is known color: Cavern Pink. HEX triplet: E2, BB and AD. RGB value is (226,187,173). Sum of RGB (Red+Green+Blue) = 226+187+173=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2BBAD is #1D4452. Grayscale: #C5C5C5. Windows color (decimal): -1918035 or 11385826. OLE color: 11385826.
HSL color Cylindrical-coordinate representation of color #E2BBAD: hue angle of 15.85º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2BBAD is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 173 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.11 |
| HSL | 15.85º | 0.48% | 0.78% | - |
| HSV(B) | 15.85º | 0.23% | 0.89% | - |
| XYZ | 56.68 | 54.73 | 47.11 | - |
| YUV | 197.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 173 | 0 | 0.17 | 0.23 | 0.11 | 15.85 | 0.48 | 0.78 |
| Hex | E2 | BB | AD | 0 | 11 | 17 | B | 10 | 30 | 4E |
| Octal | 342 | 273 | 255 | 0 | 21 | 27 | 13 | 20 | 60 | 116 |
| Binary | 11100010 | 10111011 | 10101101 | 0 | 10001 | 10111 | 1011 | 10000 | 110000 | 1001110 |
Color Harmonies of #E2BBAD
Complementary color
Monochromatic Colors of #E2BBAD
Black with #E2BBAD
Text Example
Text Example
White with #E2BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BBAD; }
p { color: rgb(226,187,173); }
H1.HeaderClassName
{
color: #E2BBAD;
}
.AnyTagClassName
{
color: #E2BBAD;
}
</style>
background-color css
<style>
a { background-color: #E2BBAD; }
a { background-color: rgb(226,187,173); }
div.DivClassName
{
background-color: #E2BBAD;
}
.BgClassName
{
background-color: #E2BBAD;
}
</style>
border-color css
<style>
span { border-color: #E2BBAD; }
span { border-color: rgb(226,187,173); }
td.TdClassName
{
border-color: #E2BBAD;
}
.TagClassName
{
border-color: #E2BBAD;
}
</style>