Shades of Rose #E2A995
Tints of Rose #E2A995
RGB
CMYK
RGB Variations
Color information
#E2A995 (or 0xE2A995) is known color: Rose. HEX triplet: E2, A9 and 95. RGB value is (226,169,149). Sum of RGB (Red+Green+Blue) = 226+169+149=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A995 is #1D566A. Grayscale: #B7B7B7. Windows color (decimal): -1922667 or 9808354. OLE color: 9808354.
HSL color Cylindrical-coordinate representation of color #E2A995: hue angle of 15.58º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2A995 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 149 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.11 |
| HSL | 15.58º | 0.57% | 0.74% | - |
| HSV(B) | 15.58º | 0.34% | 0.89% | - |
| XYZ | 50.98 | 46.71 | 34.76 | - |
| YUV | 183.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 149 | 0 | 0.25 | 0.34 | 0.11 | 15.58 | 0.57 | 0.74 |
| Hex | E2 | A9 | 95 | 0 | 19 | 22 | B | 10 | 39 | 4A |
| Octal | 342 | 251 | 225 | 0 | 31 | 42 | 13 | 20 | 71 | 112 |
| Binary | 11100010 | 10101001 | 10010101 | 0 | 11001 | 100010 | 1011 | 10000 | 111001 | 1001010 |
Color Harmonies of #E2A995
Complementary color
Monochromatic Colors of #E2A995
Black with #E2A995
Text Example
Text Example
White with #E2A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A995; }
p { color: rgb(226,169,149); }
H1.HeaderClassName
{
color: #E2A995;
}
.AnyTagClassName
{
color: #E2A995;
}
</style>
background-color css
<style>
a { background-color: #E2A995; }
a { background-color: rgb(226,169,149); }
div.DivClassName
{
background-color: #E2A995;
}
.BgClassName
{
background-color: #E2A995;
}
</style>
border-color css
<style>
span { border-color: #E2A995; }
span { border-color: rgb(226,169,149); }
td.TdClassName
{
border-color: #E2A995;
}
.TagClassName
{
border-color: #E2A995;
}
</style>