Shades of Rose #E2A395
Tints of Rose #E2A395
RGB
CMYK
RGB Variations
Color information
#E2A395 (or 0xE2A395) is known color: Rose. HEX triplet: E2, A3 and 95. RGB value is (226,163,149). Sum of RGB (Red+Green+Blue) = 226+163+149=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A395 is #1D5C6A. Grayscale: #B4B4B4. Windows color (decimal): -1924203 or 9806818. OLE color: 9806818.
HSL color Cylindrical-coordinate representation of color #E2A395: hue angle of 10.91º 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 #E2A395 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 163 | 149 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.11 |
| HSL | 10.91º | 0.57% | 0.74% | - |
| HSV(B) | 10.91º | 0.34% | 0.89% | - |
| XYZ | 49.89 | 44.53 | 34.4 | - |
| YUV | 180.24 | 110.37 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 163 | 149 | 0 | 0.28 | 0.34 | 0.11 | 10.91 | 0.57 | 0.74 |
| Hex | E2 | A3 | 95 | 0 | 1C | 22 | B | B | 39 | 4A |
| Octal | 342 | 243 | 225 | 0 | 34 | 42 | 13 | 13 | 71 | 112 |
| Binary | 11100010 | 10100011 | 10010101 | 0 | 11100 | 100010 | 1011 | 1011 | 111001 | 1001010 |
Color Harmonies of #E2A395
Complementary color
Monochromatic Colors of #E2A395
Black with #E2A395
Text Example
Text Example
White with #E2A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A395; }
p { color: rgb(226,163,149); }
H1.HeaderClassName
{
color: #E2A395;
}
.AnyTagClassName
{
color: #E2A395;
}
</style>
background-color css
<style>
a { background-color: #E2A395; }
a { background-color: rgb(226,163,149); }
div.DivClassName
{
background-color: #E2A395;
}
.BgClassName
{
background-color: #E2A395;
}
</style>
border-color css
<style>
span { border-color: #E2A395; }
span { border-color: rgb(226,163,149); }
td.TdClassName
{
border-color: #E2A395;
}
.TagClassName
{
border-color: #E2A395;
}
</style>