Shades of Rose #E1A598
Tints of Rose #E1A598
RGB
CMYK
RGB Variations
Color information
#E1A598 (or 0xE1A598) is known color: Rose. HEX triplet: E1, A5 and 98. RGB value is (225,165,152). Sum of RGB (Red+Green+Blue) = 225+165+152=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A598 is #1E5A67. Grayscale: #B5B5B5. Windows color (decimal): -1989224 or 10003937. OLE color: 10003937.
HSL color Cylindrical-coordinate representation of color #E1A598: hue angle of 10.68º 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 #E1A598 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 152 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.12 |
| HSL | 10.68º | 0.55% | 0.74% | - |
| HSV(B) | 10.68º | 0.32% | 0.88% | - |
| XYZ | 50.17 | 45.18 | 35.78 | - |
| YUV | 181.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 152 | 0 | 0.27 | 0.32 | 0.12 | 10.68 | 0.55 | 0.74 |
| Hex | E1 | A5 | 98 | 0 | 1B | 20 | C | B | 37 | 4A |
| Octal | 341 | 245 | 230 | 0 | 33 | 40 | 14 | 13 | 67 | 112 |
| Binary | 11100001 | 10100101 | 10011000 | 0 | 11011 | 100000 | 1100 | 1011 | 110111 | 1001010 |
Color Harmonies of #E1A598
Complementary color
Monochromatic Colors of #E1A598
Black with #E1A598
Text Example
Text Example
White with #E1A598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A598; }
p { color: rgb(225,165,152); }
H1.HeaderClassName
{
color: #E1A598;
}
.AnyTagClassName
{
color: #E1A598;
}
</style>
background-color css
<style>
a { background-color: #E1A598; }
a { background-color: rgb(225,165,152); }
div.DivClassName
{
background-color: #E1A598;
}
.BgClassName
{
background-color: #E1A598;
}
</style>
border-color css
<style>
span { border-color: #E1A598; }
span { border-color: rgb(225,165,152); }
td.TdClassName
{
border-color: #E1A598;
}
.TagClassName
{
border-color: #E1A598;
}
</style>