Shades of Cavern Pink #E1B2B0
Tints of Cavern Pink #E1B2B0
RGB
CMYK
RGB Variations
Color information
#E1B2B0 (or 0xE1B2B0) is known color: Cavern Pink. HEX triplet: E1, B2 and B0. RGB value is (225,178,176). Sum of RGB (Red+Green+Blue) = 225+178+176=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B2B0 is #1E4D4F. Grayscale: #BFBFBF. Windows color (decimal): -1985872 or 11580129. OLE color: 11580129.
HSL color Cylindrical-coordinate representation of color #E1B2B0: hue angle of 2.45º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B2B0 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 176 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.12 |
| HSL | 2.45º | 0.45% | 0.79% | - |
| HSV(B) | 2.45º | 0.22% | 0.88% | - |
| XYZ | 54.81 | 50.98 | 48.03 | - |
| YUV | 191.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 176 | 0 | 0.21 | 0.22 | 0.12 | 2.45 | 0.45 | 0.79 |
| Hex | E1 | B2 | B0 | 0 | 15 | 16 | C | 2 | 2D | 4F |
| Octal | 341 | 262 | 260 | 0 | 25 | 26 | 14 | 2 | 55 | 117 |
| Binary | 11100001 | 10110010 | 10110000 | 0 | 10101 | 10110 | 1100 | 10 | 101101 | 1001111 |
Color Harmonies of #E1B2B0
Complementary color
Monochromatic Colors of #E1B2B0
Black with #E1B2B0
Text Example
Text Example
White with #E1B2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B2B0; }
p { color: rgb(225,178,176); }
H1.HeaderClassName
{
color: #E1B2B0;
}
.AnyTagClassName
{
color: #E1B2B0;
}
</style>
background-color css
<style>
a { background-color: #E1B2B0; }
a { background-color: rgb(225,178,176); }
div.DivClassName
{
background-color: #E1B2B0;
}
.BgClassName
{
background-color: #E1B2B0;
}
</style>
border-color css
<style>
span { border-color: #E1B2B0; }
span { border-color: rgb(225,178,176); }
td.TdClassName
{
border-color: #E1B2B0;
}
.TagClassName
{
border-color: #E1B2B0;
}
</style>