Shades of Rose #E0A296
Tints of Rose #E0A296
RGB
CMYK
RGB Variations
Color information
#E0A296 (or 0xE0A296) is known color: Rose. HEX triplet: E0, A2 and 96. RGB value is (224,162,150). Sum of RGB (Red+Green+Blue) = 224+162+150=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A296 is #1F5D69. Grayscale: #B3B3B3. Windows color (decimal): -2055530 or 9872096. OLE color: 9872096.
HSL color Cylindrical-coordinate representation of color #E0A296: hue angle of 9.73º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0A296 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 150 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.12 |
| HSL | 9.73º | 0.54% | 0.73% | - |
| HSV(B) | 9.73º | 0.33% | 0.88% | - |
| XYZ | 49.17 | 43.89 | 34.73 | - |
| YUV | 179.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 150 | 0 | 0.28 | 0.33 | 0.12 | 9.73 | 0.54 | 0.73 |
| Hex | E0 | A2 | 96 | 0 | 1C | 21 | C | A | 36 | 49 |
| Octal | 340 | 242 | 226 | 0 | 34 | 41 | 14 | 12 | 66 | 111 |
| Binary | 11100000 | 10100010 | 10010110 | 0 | 11100 | 100001 | 1100 | 1010 | 110110 | 1001001 |
Color Harmonies of #E0A296
Complementary color
Monochromatic Colors of #E0A296
Black with #E0A296
Text Example
Text Example
White with #E0A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A296; }
p { color: rgb(224,162,150); }
H1.HeaderClassName
{
color: #E0A296;
}
.AnyTagClassName
{
color: #E0A296;
}
</style>
background-color css
<style>
a { background-color: #E0A296; }
a { background-color: rgb(224,162,150); }
div.DivClassName
{
background-color: #E0A296;
}
.BgClassName
{
background-color: #E0A296;
}
</style>
border-color css
<style>
span { border-color: #E0A296; }
span { border-color: rgb(224,162,150); }
td.TdClassName
{
border-color: #E0A296;
}
.TagClassName
{
border-color: #E0A296;
}
</style>