Shades of Cavern Pink #E1BCAE
Tints of Cavern Pink #E1BCAE
RGB
CMYK
RGB Variations
Color information
#E1BCAE (or 0xE1BCAE) is known color: Cavern Pink. HEX triplet: E1, BC and AE. RGB value is (225,188,174). Sum of RGB (Red+Green+Blue) = 225+188+174=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BCAE is #1E4351. Grayscale: #C5C5C5. Windows color (decimal): -1983314 or 11451617. OLE color: 11451617.
HSL color Cylindrical-coordinate representation of color #E1BCAE: hue angle of 16.47º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1BCAE is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 188 | 174 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.12 |
| HSL | 16.47º | 0.46% | 0.78% | - |
| HSV(B) | 16.47º | 0.23% | 0.88% | - |
| XYZ | 56.67 | 55.03 | 47.68 | - |
| YUV | 197.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 188 | 174 | 0 | 0.16 | 0.23 | 0.12 | 16.47 | 0.46 | 0.78 |
| Hex | E1 | BC | AE | 0 | 10 | 17 | C | 10 | 2E | 4E |
| Octal | 341 | 274 | 256 | 0 | 20 | 27 | 14 | 20 | 56 | 116 |
| Binary | 11100001 | 10111100 | 10101110 | 0 | 10000 | 10111 | 1100 | 10000 | 101110 | 1001110 |
Color Harmonies of #E1BCAE
Complementary color
Monochromatic Colors of #E1BCAE
Black with #E1BCAE
Text Example
Text Example
White with #E1BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BCAE; }
p { color: rgb(225,188,174); }
H1.HeaderClassName
{
color: #E1BCAE;
}
.AnyTagClassName
{
color: #E1BCAE;
}
</style>
background-color css
<style>
a { background-color: #E1BCAE; }
a { background-color: rgb(225,188,174); }
div.DivClassName
{
background-color: #E1BCAE;
}
.BgClassName
{
background-color: #E1BCAE;
}
</style>
border-color css
<style>
span { border-color: #E1BCAE; }
span { border-color: rgb(225,188,174); }
td.TdClassName
{
border-color: #E1BCAE;
}
.TagClassName
{
border-color: #E1BCAE;
}
</style>