Shades of Cavern Pink #E0B2AD
Tints of Cavern Pink #E0B2AD
RGB
CMYK
RGB Variations
Color information
#E0B2AD (or 0xE0B2AD) is known color: Cavern Pink. HEX triplet: E0, B2 and AD. RGB value is (224,178,173). Sum of RGB (Red+Green+Blue) = 224+178+173=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0B2AD is #1F4D52. Grayscale: #BFBFBF. Windows color (decimal): -2051411 or 11383520. OLE color: 11383520.
HSL color Cylindrical-coordinate representation of color #E0B2AD: hue angle of 5.88º degrees, saturation: 0.45, 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 #E0B2AD is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 178 | 173 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.12 |
| HSL | 5.88º | 0.45% | 0.78% | - |
| HSV(B) | 5.88º | 0.23% | 0.88% | - |
| XYZ | 54.2 | 50.71 | 46.47 | - |
| YUV | 191.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 178 | 173 | 0 | 0.21 | 0.23 | 0.12 | 5.88 | 0.45 | 0.78 |
| Hex | E0 | B2 | AD | 0 | 15 | 17 | C | 6 | 2D | 4E |
| Octal | 340 | 262 | 255 | 0 | 25 | 27 | 14 | 6 | 55 | 116 |
| Binary | 11100000 | 10110010 | 10101101 | 0 | 10101 | 10111 | 1100 | 110 | 101101 | 1001110 |
Color Harmonies of #E0B2AD
Complementary color
Monochromatic Colors of #E0B2AD
Black with #E0B2AD
Text Example
Text Example
White with #E0B2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B2AD; }
p { color: rgb(224,178,173); }
H1.HeaderClassName
{
color: #E0B2AD;
}
.AnyTagClassName
{
color: #E0B2AD;
}
</style>
background-color css
<style>
a { background-color: #E0B2AD; }
a { background-color: rgb(224,178,173); }
div.DivClassName
{
background-color: #E0B2AD;
}
.BgClassName
{
background-color: #E0B2AD;
}
</style>
border-color css
<style>
span { border-color: #E0B2AD; }
span { border-color: rgb(224,178,173); }
td.TdClassName
{
border-color: #E0B2AD;
}
.TagClassName
{
border-color: #E0B2AD;
}
</style>