Shades of Cavern Pink #E1B2AF
Tints of Cavern Pink #E1B2AF
RGB
CMYK
RGB Variations
Color information
#E1B2AF (or 0xE1B2AF) is known color: Cavern Pink. HEX triplet: E1, B2 and AF. RGB value is (225,178,175). Sum of RGB (Red+Green+Blue) = 225+178+175=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1B2AF is #1E4D50. Grayscale: #BFBFBF. Windows color (decimal): -1985873 or 11514593. OLE color: 11514593.
HSL color Cylindrical-coordinate representation of color #E1B2AF: hue angle of 3.6º 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 #E1B2AF is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 175 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.12 |
| HSL | 3.6º | 0.45% | 0.78% | - |
| HSV(B) | 3.6º | 0.22% | 0.88% | - |
| XYZ | 54.71 | 50.94 | 47.51 | - |
| YUV | 191.71 | 118.57 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 175 | 0 | 0.21 | 0.22 | 0.12 | 3.6 | 0.45 | 0.78 |
| Hex | E1 | B2 | AF | 0 | 15 | 16 | C | 4 | 2D | 4E |
| Octal | 341 | 262 | 257 | 0 | 25 | 26 | 14 | 4 | 55 | 116 |
| Binary | 11100001 | 10110010 | 10101111 | 0 | 10101 | 10110 | 1100 | 100 | 101101 | 1001110 |
Color Harmonies of #E1B2AF
Complementary color
Monochromatic Colors of #E1B2AF
Black with #E1B2AF
Text Example
Text Example
White with #E1B2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B2AF; }
p { color: rgb(225,178,175); }
H1.HeaderClassName
{
color: #E1B2AF;
}
.AnyTagClassName
{
color: #E1B2AF;
}
</style>
background-color css
<style>
a { background-color: #E1B2AF; }
a { background-color: rgb(225,178,175); }
div.DivClassName
{
background-color: #E1B2AF;
}
.BgClassName
{
background-color: #E1B2AF;
}
</style>
border-color css
<style>
span { border-color: #E1B2AF; }
span { border-color: rgb(225,178,175); }
td.TdClassName
{
border-color: #E1B2AF;
}
.TagClassName
{
border-color: #E1B2AF;
}
</style>