Shades of Cavern Pink #E5B1AD
Tints of Cavern Pink #E5B1AD
RGB
CMYK
RGB Variations
Color information
#E5B1AD (or 0xE5B1AD) is known color: Cavern Pink. HEX triplet: E5, B1 and AD. RGB value is (229,177,173). Sum of RGB (Red+Green+Blue) = 229+177+173=579 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.55% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B1AD is #1A4E52. Grayscale: #C0C0C0. Windows color (decimal): -1723987 or 11383269. OLE color: 11383269.
HSL color Cylindrical-coordinate representation of color #E5B1AD: hue angle of 4.29º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5B1AD is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 173 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.10 |
| HSL | 4.29º | 0.52% | 0.79% | - |
| HSV(B) | 4.29º | 0.24% | 0.9% | - |
| XYZ | 55.58 | 51.12 | 46.47 | - |
| YUV | 192.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 173 | 0 | 0.23 | 0.24 | 0.10 | 4.29 | 0.52 | 0.79 |
| Hex | E5 | B1 | AD | 0 | 17 | 18 | A | 4 | 34 | 4F |
| Octal | 345 | 261 | 255 | 0 | 27 | 30 | 12 | 4 | 64 | 117 |
| Binary | 11100101 | 10110001 | 10101101 | 0 | 10111 | 11000 | 1010 | 100 | 110100 | 1001111 |
Color Harmonies of #E5B1AD
Complementary color
Monochromatic Colors of #E5B1AD
Black with #E5B1AD
Text Example
Text Example
White with #E5B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B1AD; }
p { color: rgb(229,177,173); }
H1.HeaderClassName
{
color: #E5B1AD;
}
.AnyTagClassName
{
color: #E5B1AD;
}
</style>
background-color css
<style>
a { background-color: #E5B1AD; }
a { background-color: rgb(229,177,173); }
div.DivClassName
{
background-color: #E5B1AD;
}
.BgClassName
{
background-color: #E5B1AD;
}
</style>
border-color css
<style>
span { border-color: #E5B1AD; }
span { border-color: rgb(229,177,173); }
td.TdClassName
{
border-color: #E5B1AD;
}
.TagClassName
{
border-color: #E5B1AD;
}
</style>