Shades of Cavern Pink #E5B0AD
Tints of Cavern Pink #E5B0AD
RGB
CMYK
RGB Variations
Color information
#E5B0AD (or 0xE5B0AD) is known color: Cavern Pink. HEX triplet: E5, B0 and AD. RGB value is (229,176,173). Sum of RGB (Red+Green+Blue) = 229+176+173=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B0AD is #1A4F52. Grayscale: #BFBFBF. Windows color (decimal): -1724243 or 11383013. OLE color: 11383013.
HSL color Cylindrical-coordinate representation of color #E5B0AD: hue angle of 3.21º 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 #E5B0AD is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 173 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.10 |
| HSL | 3.21º | 0.52% | 0.79% | - |
| HSV(B) | 3.21º | 0.24% | 0.9% | - |
| XYZ | 55.38 | 50.73 | 46.41 | - |
| YUV | 191.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 173 | 0 | 0.23 | 0.24 | 0.10 | 3.21 | 0.52 | 0.79 |
| Hex | E5 | B0 | AD | 0 | 17 | 18 | A | 3 | 34 | 4F |
| Octal | 345 | 260 | 255 | 0 | 27 | 30 | 12 | 3 | 64 | 117 |
| Binary | 11100101 | 10110000 | 10101101 | 0 | 10111 | 11000 | 1010 | 11 | 110100 | 1001111 |
Color Harmonies of #E5B0AD
Complementary color
Monochromatic Colors of #E5B0AD
Black with #E5B0AD
Text Example
Text Example
White with #E5B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0AD; }
p { color: rgb(229,176,173); }
H1.HeaderClassName
{
color: #E5B0AD;
}
.AnyTagClassName
{
color: #E5B0AD;
}
</style>
background-color css
<style>
a { background-color: #E5B0AD; }
a { background-color: rgb(229,176,173); }
div.DivClassName
{
background-color: #E5B0AD;
}
.BgClassName
{
background-color: #E5B0AD;
}
</style>
border-color css
<style>
span { border-color: #E5B0AD; }
span { border-color: rgb(229,176,173); }
td.TdClassName
{
border-color: #E5B0AD;
}
.TagClassName
{
border-color: #E5B0AD;
}
</style>