Shades of Rose #E0A995
Tints of Rose #E0A995
RGB
CMYK
RGB Variations
Color information
#E0A995 (or 0xE0A995) is known color: Rose. HEX triplet: E0, A9 and 95. RGB value is (224,169,149). Sum of RGB (Red+Green+Blue) = 224+169+149=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A995 is #1F566A. Grayscale: #B7B7B7. Windows color (decimal): -2053739 or 9808352. OLE color: 9808352.
HSL color Cylindrical-coordinate representation of color #E0A995: hue angle of 16º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0A995 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 169 | 149 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.12 |
| HSL | 16º | 0.55% | 0.73% | - |
| HSV(B) | 16º | 0.33% | 0.88% | - |
| XYZ | 50.35 | 46.39 | 34.73 | - |
| YUV | 183.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 169 | 149 | 0 | 0.25 | 0.33 | 0.12 | 16 | 0.55 | 0.73 |
| Hex | E0 | A9 | 95 | 0 | 19 | 21 | C | 10 | 37 | 49 |
| Octal | 340 | 251 | 225 | 0 | 31 | 41 | 14 | 20 | 67 | 111 |
| Binary | 11100000 | 10101001 | 10010101 | 0 | 11001 | 100001 | 1100 | 10000 | 110111 | 1001001 |
Color Harmonies of #E0A995
Complementary color
Monochromatic Colors of #E0A995
Black with #E0A995
Text Example
Text Example
White with #E0A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A995; }
p { color: rgb(224,169,149); }
H1.HeaderClassName
{
color: #E0A995;
}
.AnyTagClassName
{
color: #E0A995;
}
</style>
background-color css
<style>
a { background-color: #E0A995; }
a { background-color: rgb(224,169,149); }
div.DivClassName
{
background-color: #E0A995;
}
.BgClassName
{
background-color: #E0A995;
}
</style>
border-color css
<style>
span { border-color: #E0A995; }
span { border-color: rgb(224,169,149); }
td.TdClassName
{
border-color: #E0A995;
}
.TagClassName
{
border-color: #E0A995;
}
</style>