Shades of Cavern Pink #E2B0AD
Tints of Cavern Pink #E2B0AD
RGB
CMYK
RGB Variations
Color information
#E2B0AD (or 0xE2B0AD) is known color: Cavern Pink. HEX triplet: E2, B0 and AD. RGB value is (226,176,173). Sum of RGB (Red+Green+Blue) = 226+176+173=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B0AD is #1D4F52. Grayscale: #BEBEBE. Windows color (decimal): -1920851 or 11383010. OLE color: 11383010.
HSL color Cylindrical-coordinate representation of color #E2B0AD: hue angle of 3.4º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2B0AD is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 173 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.11 |
| HSL | 3.4º | 0.48% | 0.78% | - |
| HSV(B) | 3.4º | 0.23% | 0.89% | - |
| XYZ | 54.43 | 50.24 | 46.36 | - |
| YUV | 190.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 173 | 0 | 0.22 | 0.23 | 0.11 | 3.4 | 0.48 | 0.78 |
| Hex | E2 | B0 | AD | 0 | 16 | 17 | B | 3 | 30 | 4E |
| Octal | 342 | 260 | 255 | 0 | 26 | 27 | 13 | 3 | 60 | 116 |
| Binary | 11100010 | 10110000 | 10101101 | 0 | 10110 | 10111 | 1011 | 11 | 110000 | 1001110 |
Color Harmonies of #E2B0AD
Complementary color
Monochromatic Colors of #E2B0AD
Black with #E2B0AD
Text Example
Text Example
White with #E2B0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B0AD; }
p { color: rgb(226,176,173); }
H1.HeaderClassName
{
color: #E2B0AD;
}
.AnyTagClassName
{
color: #E2B0AD;
}
</style>
background-color css
<style>
a { background-color: #E2B0AD; }
a { background-color: rgb(226,176,173); }
div.DivClassName
{
background-color: #E2B0AD;
}
.BgClassName
{
background-color: #E2B0AD;
}
</style>
border-color css
<style>
span { border-color: #E2B0AD; }
span { border-color: rgb(226,176,173); }
td.TdClassName
{
border-color: #E2B0AD;
}
.TagClassName
{
border-color: #E2B0AD;
}
</style>