Shades of Cavern Pink #E1B6AF
Tints of Cavern Pink #E1B6AF
RGB
CMYK
RGB Variations
Color information
#E1B6AF (or 0xE1B6AF) is known color: Cavern Pink. HEX triplet: E1, B6 and AF. RGB value is (225,182,175). Sum of RGB (Red+Green+Blue) = 225+182+175=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B6AF is #1E4950. Grayscale: #C2C2C2. Windows color (decimal): -1984849 or 11515617. OLE color: 11515617.
HSL color Cylindrical-coordinate representation of color #E1B6AF: hue angle of 8.4º 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 #E1B6AF is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 175 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.12 |
| HSL | 8.4º | 0.45% | 0.78% | - |
| HSV(B) | 8.4º | 0.22% | 0.88% | - |
| XYZ | 55.52 | 52.56 | 47.78 | - |
| YUV | 194.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 175 | 0 | 0.19 | 0.22 | 0.12 | 8.4 | 0.45 | 0.78 |
| Hex | E1 | B6 | AF | 0 | 13 | 16 | C | 8 | 2D | 4E |
| Octal | 341 | 266 | 257 | 0 | 23 | 26 | 14 | 10 | 55 | 116 |
| Binary | 11100001 | 10110110 | 10101111 | 0 | 10011 | 10110 | 1100 | 1000 | 101101 | 1001110 |
Color Harmonies of #E1B6AF
Complementary color
Monochromatic Colors of #E1B6AF
Black with #E1B6AF
Text Example
Text Example
White with #E1B6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B6AF; }
p { color: rgb(225,182,175); }
H1.HeaderClassName
{
color: #E1B6AF;
}
.AnyTagClassName
{
color: #E1B6AF;
}
</style>
background-color css
<style>
a { background-color: #E1B6AF; }
a { background-color: rgb(225,182,175); }
div.DivClassName
{
background-color: #E1B6AF;
}
.BgClassName
{
background-color: #E1B6AF;
}
</style>
border-color css
<style>
span { border-color: #E1B6AF; }
span { border-color: rgb(225,182,175); }
td.TdClassName
{
border-color: #E1B6AF;
}
.TagClassName
{
border-color: #E1B6AF;
}
</style>