Shades of Rose #E1A898
Tints of Rose #E1A898
RGB
CMYK
RGB Variations
Color information
#E1A898 (or 0xE1A898) is known color: Rose. HEX triplet: E1, A8 and 98. RGB value is (225,168,152). Sum of RGB (Red+Green+Blue) = 225+168+152=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A898 is #1E5767. Grayscale: #B7B7B7. Windows color (decimal): -1988456 or 10004705. OLE color: 10004705.
HSL color Cylindrical-coordinate representation of color #E1A898: hue angle of 13.15º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1A898 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 152 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.12 |
| HSL | 13.15º | 0.55% | 0.74% | - |
| HSV(B) | 13.15º | 0.32% | 0.88% | - |
| XYZ | 50.72 | 46.28 | 35.97 | - |
| YUV | 183.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 152 | 0 | 0.25 | 0.32 | 0.12 | 13.15 | 0.55 | 0.74 |
| Hex | E1 | A8 | 98 | 0 | 19 | 20 | C | D | 37 | 4A |
| Octal | 341 | 250 | 230 | 0 | 31 | 40 | 14 | 15 | 67 | 112 |
| Binary | 11100001 | 10101000 | 10011000 | 0 | 11001 | 100000 | 1100 | 1101 | 110111 | 1001010 |
Color Harmonies of #E1A898
Complementary color
Monochromatic Colors of #E1A898
Black with #E1A898
Text Example
Text Example
White with #E1A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A898; }
p { color: rgb(225,168,152); }
H1.HeaderClassName
{
color: #E1A898;
}
.AnyTagClassName
{
color: #E1A898;
}
</style>
background-color css
<style>
a { background-color: #E1A898; }
a { background-color: rgb(225,168,152); }
div.DivClassName
{
background-color: #E1A898;
}
.BgClassName
{
background-color: #E1A898;
}
</style>
border-color css
<style>
span { border-color: #E1A898; }
span { border-color: rgb(225,168,152); }
td.TdClassName
{
border-color: #E1A898;
}
.TagClassName
{
border-color: #E1A898;
}
</style>