Shades of Rose #E1A494
Tints of Rose #E1A494
RGB
CMYK
RGB Variations
Color information
#E1A494 (or 0xE1A494) is known color: Rose. HEX triplet: E1, A4 and 94. RGB value is (225,164,148). Sum of RGB (Red+Green+Blue) = 225+164+148=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A494 is #1E5B6B. Grayscale: #B4B4B4. Windows color (decimal): -1989484 or 9741537. OLE color: 9741537.
HSL color Cylindrical-coordinate representation of color #E1A494: hue angle of 12.47º 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 #E1A494 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 164 | 148 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.12 |
| HSL | 12.47º | 0.56% | 0.73% | - |
| HSV(B) | 12.47º | 0.34% | 0.88% | - |
| XYZ | 49.67 | 44.7 | 34.03 | - |
| YUV | 180.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 148 | 0 | 0.27 | 0.34 | 0.12 | 12.47 | 0.56 | 0.73 |
| Hex | E1 | A4 | 94 | 0 | 1B | 22 | C | C | 38 | 49 |
| Octal | 341 | 244 | 224 | 0 | 33 | 42 | 14 | 14 | 70 | 111 |
| Binary | 11100001 | 10100100 | 10010100 | 0 | 11011 | 100010 | 1100 | 1100 | 111000 | 1001001 |
Color Harmonies of #E1A494
Complementary color
Monochromatic Colors of #E1A494
Black with #E1A494
Text Example
Text Example
White with #E1A494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A494; }
p { color: rgb(225,164,148); }
H1.HeaderClassName
{
color: #E1A494;
}
.AnyTagClassName
{
color: #E1A494;
}
</style>
background-color css
<style>
a { background-color: #E1A494; }
a { background-color: rgb(225,164,148); }
div.DivClassName
{
background-color: #E1A494;
}
.BgClassName
{
background-color: #E1A494;
}
</style>
border-color css
<style>
span { border-color: #E1A494; }
span { border-color: rgb(225,164,148); }
td.TdClassName
{
border-color: #E1A494;
}
.TagClassName
{
border-color: #E1A494;
}
</style>