Shades of Cavern Pink #E2B2AC
Tints of Cavern Pink #E2B2AC
RGB
CMYK
RGB Variations
Color information
#E2B2AC (or 0xE2B2AC) is known color: Cavern Pink. HEX triplet: E2, B2 and AC. RGB value is (226,178,172). Sum of RGB (Red+Green+Blue) = 226+178+172=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2B2AC is #1D4D53. Grayscale: #BFBFBF. Windows color (decimal): -1920340 or 11317986. OLE color: 11317986.
HSL color Cylindrical-coordinate representation of color #E2B2AC: hue angle of 6.67º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2B2AC is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 172 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.11 |
| HSL | 6.67º | 0.48% | 0.78% | - |
| HSV(B) | 6.67º | 0.24% | 0.89% | - |
| XYZ | 54.73 | 50.99 | 45.99 | - |
| YUV | 191.67 | 116.9 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 172 | 0 | 0.21 | 0.24 | 0.11 | 6.67 | 0.48 | 0.78 |
| Hex | E2 | B2 | AC | 0 | 15 | 18 | B | 7 | 30 | 4E |
| Octal | 342 | 262 | 254 | 0 | 25 | 30 | 13 | 7 | 60 | 116 |
| Binary | 11100010 | 10110010 | 10101100 | 0 | 10101 | 11000 | 1011 | 111 | 110000 | 1001110 |
Color Harmonies of #E2B2AC
Complementary color
Monochromatic Colors of #E2B2AC
Black with #E2B2AC
Text Example
Text Example
White with #E2B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2AC; }
p { color: rgb(226,178,172); }
H1.HeaderClassName
{
color: #E2B2AC;
}
.AnyTagClassName
{
color: #E2B2AC;
}
</style>
background-color css
<style>
a { background-color: #E2B2AC; }
a { background-color: rgb(226,178,172); }
div.DivClassName
{
background-color: #E2B2AC;
}
.BgClassName
{
background-color: #E2B2AC;
}
</style>
border-color css
<style>
span { border-color: #E2B2AC; }
span { border-color: rgb(226,178,172); }
td.TdClassName
{
border-color: #E2B2AC;
}
.TagClassName
{
border-color: #E2B2AC;
}
</style>