Shades of Cavern Pink #E3B2AE
Tints of Cavern Pink #E3B2AE
RGB
CMYK
RGB Variations
Color information
#E3B2AE (or 0xE3B2AE) is known color: Cavern Pink. HEX triplet: E3, B2 and AE. RGB value is (227,178,174). Sum of RGB (Red+Green+Blue) = 227+178+174=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3B2AE is #1C4D51. Grayscale: #C0C0C0. Windows color (decimal): -1854802 or 11449059. OLE color: 11449059.
HSL color Cylindrical-coordinate representation of color #E3B2AE: hue angle of 4.53º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3B2AE is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 178 | 174 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.11 |
| HSL | 4.53º | 0.49% | 0.79% | - |
| HSV(B) | 4.53º | 0.23% | 0.89% | - |
| XYZ | 55.24 | 51.23 | 47.02 | - |
| YUV | 192.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 178 | 174 | 0 | 0.22 | 0.23 | 0.11 | 4.53 | 0.49 | 0.79 |
| Hex | E3 | B2 | AE | 0 | 16 | 17 | B | 5 | 31 | 4F |
| Octal | 343 | 262 | 256 | 0 | 26 | 27 | 13 | 5 | 61 | 117 |
| Binary | 11100011 | 10110010 | 10101110 | 0 | 10110 | 10111 | 1011 | 101 | 110001 | 1001111 |
Color Harmonies of #E3B2AE
Complementary color
Monochromatic Colors of #E3B2AE
Black with #E3B2AE
Text Example
Text Example
White with #E3B2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B2AE; }
p { color: rgb(227,178,174); }
H1.HeaderClassName
{
color: #E3B2AE;
}
.AnyTagClassName
{
color: #E3B2AE;
}
</style>
background-color css
<style>
a { background-color: #E3B2AE; }
a { background-color: rgb(227,178,174); }
div.DivClassName
{
background-color: #E3B2AE;
}
.BgClassName
{
background-color: #E3B2AE;
}
</style>
border-color css
<style>
span { border-color: #E3B2AE; }
span { border-color: rgb(227,178,174); }
td.TdClassName
{
border-color: #E3B2AE;
}
.TagClassName
{
border-color: #E3B2AE;
}
</style>