Shades of Cavern Pink #E1B5AF
Tints of Cavern Pink #E1B5AF
RGB
CMYK
RGB Variations
Color information
#E1B5AF (or 0xE1B5AF) is known color: Cavern Pink. HEX triplet: E1, B5 and AF. RGB value is (225,181,175). Sum of RGB (Red+Green+Blue) = 225+181+175=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 181 (71.09% from 255 or 31.15% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B5AF is #1E4A50. Grayscale: #C1C1C1. Windows color (decimal): -1985105 or 11515361. OLE color: 11515361.
HSL color Cylindrical-coordinate representation of color #E1B5AF: hue angle of 7.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1B5AF is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 175 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.12 |
| HSL | 7.2º | 0.45% | 0.78% | - |
| HSV(B) | 7.2º | 0.22% | 0.88% | - |
| XYZ | 55.31 | 52.15 | 47.71 | - |
| YUV | 193.47 | 117.58 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 175 | 0 | 0.20 | 0.22 | 0.12 | 7.2 | 0.45 | 0.78 |
| Hex | E1 | B5 | AF | 0 | 14 | 16 | C | 7 | 2D | 4E |
| Octal | 341 | 265 | 257 | 0 | 24 | 26 | 14 | 7 | 55 | 116 |
| Binary | 11100001 | 10110101 | 10101111 | 0 | 10100 | 10110 | 1100 | 111 | 101101 | 1001110 |
Color Harmonies of #E1B5AF
Complementary color
Monochromatic Colors of #E1B5AF
Black with #E1B5AF
Text Example
Text Example
White with #E1B5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5AF; }
p { color: rgb(225,181,175); }
H1.HeaderClassName
{
color: #E1B5AF;
}
.AnyTagClassName
{
color: #E1B5AF;
}
</style>
background-color css
<style>
a { background-color: #E1B5AF; }
a { background-color: rgb(225,181,175); }
div.DivClassName
{
background-color: #E1B5AF;
}
.BgClassName
{
background-color: #E1B5AF;
}
</style>
border-color css
<style>
span { border-color: #E1B5AF; }
span { border-color: rgb(225,181,175); }
td.TdClassName
{
border-color: #E1B5AF;
}
.TagClassName
{
border-color: #E1B5AF;
}
</style>