Shades of Rose #E0A89A
Tints of Rose #E0A89A
RGB
CMYK
RGB Variations
Color information
#E0A89A (or 0xE0A89A) is known color: Rose. HEX triplet: E0, A8 and 9A. RGB value is (224,168,154). Sum of RGB (Red+Green+Blue) = 224+168+154=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A89A is #1F5765. Grayscale: #B7B7B7. Windows color (decimal): -2053990 or 10135776. OLE color: 10135776.
HSL color Cylindrical-coordinate representation of color #E0A89A: hue angle of 12º 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 #E0A89A is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 168 | 154 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.12 |
| HSL | 12º | 0.53% | 0.74% | - |
| HSV(B) | 12º | 0.31% | 0.88% | - |
| XYZ | 50.58 | 46.19 | 36.82 | - |
| YUV | 183.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 154 | 0 | 0.25 | 0.31 | 0.12 | 12 | 0.53 | 0.74 |
| Hex | E0 | A8 | 9A | 0 | 19 | 1F | C | C | 35 | 4A |
| Octal | 340 | 250 | 232 | 0 | 31 | 37 | 14 | 14 | 65 | 112 |
| Binary | 11100000 | 10101000 | 10011010 | 0 | 11001 | 11111 | 1100 | 1100 | 110101 | 1001010 |
Color Harmonies of #E0A89A
Complementary color
Monochromatic Colors of #E0A89A
Black with #E0A89A
Text Example
Text Example
White with #E0A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A89A; }
p { color: rgb(224,168,154); }
H1.HeaderClassName
{
color: #E0A89A;
}
.AnyTagClassName
{
color: #E0A89A;
}
</style>
background-color css
<style>
a { background-color: #E0A89A; }
a { background-color: rgb(224,168,154); }
div.DivClassName
{
background-color: #E0A89A;
}
.BgClassName
{
background-color: #E0A89A;
}
</style>
border-color css
<style>
span { border-color: #E0A89A; }
span { border-color: rgb(224,168,154); }
td.TdClassName
{
border-color: #E0A89A;
}
.TagClassName
{
border-color: #E0A89A;
}
</style>