Shades of Rose #E1A495
Tints of Rose #E1A495
RGB
CMYK
RGB Variations
Color information
#E1A495 (or 0xE1A495) is known color: Rose. HEX triplet: E1, A4 and 95. RGB value is (225,164,149). Sum of RGB (Red+Green+Blue) = 225+164+149=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A495 is #1E5B6A. Grayscale: #B4B4B4. Windows color (decimal): -1989483 or 9807073. OLE color: 9807073.
HSL color Cylindrical-coordinate representation of color #E1A495: hue angle of 11.84º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1A495 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 164 | 149 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.12 |
| HSL | 11.84º | 0.56% | 0.73% | - |
| HSV(B) | 11.84º | 0.34% | 0.88% | - |
| XYZ | 49.75 | 44.73 | 34.45 | - |
| YUV | 180.53 | 110.21 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 149 | 0 | 0.27 | 0.34 | 0.12 | 11.84 | 0.56 | 0.73 |
| Hex | E1 | A4 | 95 | 0 | 1B | 22 | C | C | 38 | 49 |
| Octal | 341 | 244 | 225 | 0 | 33 | 42 | 14 | 14 | 70 | 111 |
| Binary | 11100001 | 10100100 | 10010101 | 0 | 11011 | 100010 | 1100 | 1100 | 111000 | 1001001 |
Color Harmonies of #E1A495
Complementary color
Monochromatic Colors of #E1A495
Black with #E1A495
Text Example
Text Example
White with #E1A495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A495; }
p { color: rgb(225,164,149); }
H1.HeaderClassName
{
color: #E1A495;
}
.AnyTagClassName
{
color: #E1A495;
}
</style>
background-color css
<style>
a { background-color: #E1A495; }
a { background-color: rgb(225,164,149); }
div.DivClassName
{
background-color: #E1A495;
}
.BgClassName
{
background-color: #E1A495;
}
</style>
border-color css
<style>
span { border-color: #E1A495; }
span { border-color: rgb(225,164,149); }
td.TdClassName
{
border-color: #E1A495;
}
.TagClassName
{
border-color: #E1A495;
}
</style>