Shades of Rose #E0A49A
Tints of Rose #E0A49A
RGB
CMYK
RGB Variations
Color information
#E0A49A (or 0xE0A49A) is known color: Rose. HEX triplet: E0, A4 and 9A. RGB value is (224,164,154). Sum of RGB (Red+Green+Blue) = 224+164+154=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A49A is #1F5B65. Grayscale: #B4B4B4. Windows color (decimal): -2055014 or 10134752. OLE color: 10134752.
HSL color Cylindrical-coordinate representation of color #E0A49A: hue angle of 8.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0A49A is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 154 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.12 |
| HSL | 8.57º | 0.53% | 0.74% | - |
| HSV(B) | 8.57º | 0.31% | 0.88% | - |
| XYZ | 49.85 | 44.73 | 36.58 | - |
| YUV | 180.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 154 | 0 | 0.27 | 0.31 | 0.12 | 8.57 | 0.53 | 0.74 |
| Hex | E0 | A4 | 9A | 0 | 1B | 1F | C | 9 | 35 | 4A |
| Octal | 340 | 244 | 232 | 0 | 33 | 37 | 14 | 11 | 65 | 112 |
| Binary | 11100000 | 10100100 | 10011010 | 0 | 11011 | 11111 | 1100 | 1001 | 110101 | 1001010 |
Color Harmonies of #E0A49A
Complementary color
Monochromatic Colors of #E0A49A
Black with #E0A49A
Text Example
Text Example
White with #E0A49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A49A; }
p { color: rgb(224,164,154); }
H1.HeaderClassName
{
color: #E0A49A;
}
.AnyTagClassName
{
color: #E0A49A;
}
</style>
background-color css
<style>
a { background-color: #E0A49A; }
a { background-color: rgb(224,164,154); }
div.DivClassName
{
background-color: #E0A49A;
}
.BgClassName
{
background-color: #E0A49A;
}
</style>
border-color css
<style>
span { border-color: #E0A49A; }
span { border-color: rgb(224,164,154); }
td.TdClassName
{
border-color: #E0A49A;
}
.TagClassName
{
border-color: #E0A49A;
}
</style>