Shades of Rose #E0A49B
Tints of Rose #E0A49B
RGB
CMYK
RGB Variations
Color information
#E0A49B (or 0xE0A49B) is known color: Rose. HEX triplet: E0, A4 and 9B. RGB value is (224,164,155). Sum of RGB (Red+Green+Blue) = 224+164+155=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A49B is #1F5B64. Grayscale: #B5B5B5. Windows color (decimal): -2055013 or 10200288. OLE color: 10200288.
HSL color Cylindrical-coordinate representation of color #E0A49B: hue angle of 7.83º 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 #E0A49B is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 164 | 155 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.12 |
| HSL | 7.83º | 0.53% | 0.74% | - |
| HSV(B) | 7.83º | 0.31% | 0.88% | - |
| XYZ | 49.93 | 44.76 | 37.02 | - |
| YUV | 180.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 155 | 0 | 0.27 | 0.31 | 0.12 | 7.83 | 0.53 | 0.74 |
| Hex | E0 | A4 | 9B | 0 | 1B | 1F | C | 8 | 35 | 4A |
| Octal | 340 | 244 | 233 | 0 | 33 | 37 | 14 | 10 | 65 | 112 |
| Binary | 11100000 | 10100100 | 10011011 | 0 | 11011 | 11111 | 1100 | 1000 | 110101 | 1001010 |
Color Harmonies of #E0A49B
Complementary color
Monochromatic Colors of #E0A49B
Black with #E0A49B
Text Example
Text Example
White with #E0A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A49B; }
p { color: rgb(224,164,155); }
H1.HeaderClassName
{
color: #E0A49B;
}
.AnyTagClassName
{
color: #E0A49B;
}
</style>
background-color css
<style>
a { background-color: #E0A49B; }
a { background-color: rgb(224,164,155); }
div.DivClassName
{
background-color: #E0A49B;
}
.BgClassName
{
background-color: #E0A49B;
}
</style>
border-color css
<style>
span { border-color: #E0A49B; }
span { border-color: rgb(224,164,155); }
td.TdClassName
{
border-color: #E0A49B;
}
.TagClassName
{
border-color: #E0A49B;
}
</style>