Shades of Cavern Pink #E1B4B0
Tints of Cavern Pink #E1B4B0
RGB
CMYK
RGB Variations
Color information
#E1B4B0 (or 0xE1B4B0) is known color: Cavern Pink. HEX triplet: E1, B4 and B0. RGB value is (225,180,176). Sum of RGB (Red+Green+Blue) = 225+180+176=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B4B0 is #1E4B4F. Grayscale: #C1C1C1. Windows color (decimal): -1985360 or 11580641. OLE color: 11580641.
HSL color Cylindrical-coordinate representation of color #E1B4B0: hue angle of 4.9º 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 #E1B4B0 is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 176 | - |
| CMYK | 0 | 0.2 | 0.22 | 0.12 |
| HSL | 4.9º | 0.45% | 0.79% | - |
| HSV(B) | 4.9º | 0.22% | 0.88% | - |
| XYZ | 55.21 | 51.78 | 48.16 | - |
| YUV | 193 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 176 | 0 | 0.2 | 0.22 | 0.12 | 4.9 | 0.45 | 0.79 |
| Hex | E1 | B4 | B0 | 0 | 14 | 16 | C | 5 | 2D | 4F |
| Octal | 341 | 264 | 260 | 0 | 24 | 26 | 14 | 5 | 55 | 117 |
| Binary | 11100001 | 10110100 | 10110000 | 0 | 10100 | 10110 | 1100 | 101 | 101101 | 1001111 |
Color Harmonies of #E1B4B0
Complementary color
Monochromatic Colors of #E1B4B0
Black with #E1B4B0
Text Example
Text Example
White with #E1B4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4B0; }
p { color: rgb(225,180,176); }
H1.HeaderClassName
{
color: #E1B4B0;
}
.AnyTagClassName
{
color: #E1B4B0;
}
</style>
background-color css
<style>
a { background-color: #E1B4B0; }
a { background-color: rgb(225,180,176); }
div.DivClassName
{
background-color: #E1B4B0;
}
.BgClassName
{
background-color: #E1B4B0;
}
</style>
border-color css
<style>
span { border-color: #E1B4B0; }
span { border-color: rgb(225,180,176); }
td.TdClassName
{
border-color: #E1B4B0;
}
.TagClassName
{
border-color: #E1B4B0;
}
</style>