Shades of Cavern Pink #E1B5AB
Tints of Cavern Pink #E1B5AB
RGB
CMYK
RGB Variations
Color information
#E1B5AB (or 0xE1B5AB) is known color: Cavern Pink. HEX triplet: E1, B5 and AB. RGB value is (225,181,171). Sum of RGB (Red+Green+Blue) = 225+181+171=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B5AB is #1E4A54. Grayscale: #C1C1C1. Windows color (decimal): -1985109 or 11253217. OLE color: 11253217.
HSL color Cylindrical-coordinate representation of color #E1B5AB: hue angle of 11.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1B5AB is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 171 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.12 |
| HSL | 11.11º | 0.47% | 0.78% | - |
| HSV(B) | 11.11º | 0.24% | 0.88% | - |
| XYZ | 54.93 | 52 | 45.67 | - |
| YUV | 193.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 171 | 0 | 0.20 | 0.24 | 0.12 | 11.11 | 0.47 | 0.78 |
| Hex | E1 | B5 | AB | 0 | 14 | 18 | C | B | 2F | 4E |
| Octal | 341 | 265 | 253 | 0 | 24 | 30 | 14 | 13 | 57 | 116 |
| Binary | 11100001 | 10110101 | 10101011 | 0 | 10100 | 11000 | 1100 | 1011 | 101111 | 1001110 |
Color Harmonies of #E1B5AB
Complementary color
Monochromatic Colors of #E1B5AB
Black with #E1B5AB
Text Example
Text Example
White with #E1B5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5AB; }
p { color: rgb(225,181,171); }
H1.HeaderClassName
{
color: #E1B5AB;
}
.AnyTagClassName
{
color: #E1B5AB;
}
</style>
background-color css
<style>
a { background-color: #E1B5AB; }
a { background-color: rgb(225,181,171); }
div.DivClassName
{
background-color: #E1B5AB;
}
.BgClassName
{
background-color: #E1B5AB;
}
</style>
border-color css
<style>
span { border-color: #E1B5AB; }
span { border-color: rgb(225,181,171); }
td.TdClassName
{
border-color: #E1B5AB;
}
.TagClassName
{
border-color: #E1B5AB;
}
</style>