Shades of Cavern Pink #E1BEB9
Tints of Cavern Pink #E1BEB9
RGB
CMYK
RGB Variations
Color information
#E1BEB9 (or 0xE1BEB9) is known color: Cavern Pink. HEX triplet: E1, BE and B9. RGB value is (225,190,185). Sum of RGB (Red+Green+Blue) = 225+190+185=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BEB9 is #1E4146. Grayscale: #C7C7C7. Windows color (decimal): -1982791 or 12173025. OLE color: 12173025.
HSL color Cylindrical-coordinate representation of color #E1BEB9: hue angle of 7.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1BEB9 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 190 | 185 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.12 |
| HSL | 7.5º | 0.4% | 0.8% | - |
| HSV(B) | 7.5º | 0.18% | 0.88% | - |
| XYZ | 58.22 | 56.34 | 53.7 | - |
| YUV | 199.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 190 | 185 | 0 | 0.16 | 0.18 | 0.12 | 7.5 | 0.4 | 0.8 |
| Hex | E1 | BE | B9 | 0 | 10 | 12 | C | 8 | 28 | 50 |
| Octal | 341 | 276 | 271 | 0 | 20 | 22 | 14 | 10 | 50 | 120 |
| Binary | 11100001 | 10111110 | 10111001 | 0 | 10000 | 10010 | 1100 | 1000 | 101000 | 1010000 |
Color Harmonies of #E1BEB9
Complementary color
Monochromatic Colors of #E1BEB9
Black with #E1BEB9
Text Example
Text Example
White with #E1BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BEB9; }
p { color: rgb(225,190,185); }
H1.HeaderClassName
{
color: #E1BEB9;
}
.AnyTagClassName
{
color: #E1BEB9;
}
</style>
background-color css
<style>
a { background-color: #E1BEB9; }
a { background-color: rgb(225,190,185); }
div.DivClassName
{
background-color: #E1BEB9;
}
.BgClassName
{
background-color: #E1BEB9;
}
</style>
border-color css
<style>
span { border-color: #E1BEB9; }
span { border-color: rgb(225,190,185); }
td.TdClassName
{
border-color: #E1BEB9;
}
.TagClassName
{
border-color: #E1BEB9;
}
</style>