Shades of Cavern Pink #E1BBB6
Tints of Cavern Pink #E1BBB6
RGB
CMYK
RGB Variations
Color information
#E1BBB6 (or 0xE1BBB6) is known color: Cavern Pink. HEX triplet: E1, BB and B6. RGB value is (225,187,182). Sum of RGB (Red+Green+Blue) = 225+187+182=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BBB6 is #1E4449. Grayscale: #C5C5C5. Windows color (decimal): -1983562 or 11975649. OLE color: 11975649.
HSL color Cylindrical-coordinate representation of color #E1BBB6: hue angle of 6.98º 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 #E1BBB6 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 182 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.12 |
| HSL | 6.98º | 0.42% | 0.8% | - |
| HSV(B) | 6.98º | 0.19% | 0.88% | - |
| XYZ | 57.27 | 54.93 | 51.84 | - |
| YUV | 197.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 182 | 0 | 0.17 | 0.19 | 0.12 | 6.98 | 0.42 | 0.8 |
| Hex | E1 | BB | B6 | 0 | 11 | 13 | C | 7 | 2A | 50 |
| Octal | 341 | 273 | 266 | 0 | 21 | 23 | 14 | 7 | 52 | 120 |
| Binary | 11100001 | 10111011 | 10110110 | 0 | 10001 | 10011 | 1100 | 111 | 101010 | 1010000 |
Color Harmonies of #E1BBB6
Complementary color
Monochromatic Colors of #E1BBB6
Black with #E1BBB6
Text Example
Text Example
White with #E1BBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BBB6; }
p { color: rgb(225,187,182); }
H1.HeaderClassName
{
color: #E1BBB6;
}
.AnyTagClassName
{
color: #E1BBB6;
}
</style>
background-color css
<style>
a { background-color: #E1BBB6; }
a { background-color: rgb(225,187,182); }
div.DivClassName
{
background-color: #E1BBB6;
}
.BgClassName
{
background-color: #E1BBB6;
}
</style>
border-color css
<style>
span { border-color: #E1BBB6; }
span { border-color: rgb(225,187,182); }
td.TdClassName
{
border-color: #E1BBB6;
}
.TagClassName
{
border-color: #E1BBB6;
}
</style>