Shades of Rose #E2A496
Tints of Rose #E2A496
RGB
CMYK
RGB Variations
Color information
#E2A496 (or 0xE2A496) is known color: Rose. HEX triplet: E2, A4 and 96. RGB value is (226,164,150). Sum of RGB (Red+Green+Blue) = 226+164+150=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A496 is #1D5B69. Grayscale: #B5B5B5. Windows color (decimal): -1923946 or 9872610. OLE color: 9872610.
HSL color Cylindrical-coordinate representation of color #E2A496: hue angle of 11.05º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2A496 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 164 | 150 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.11 |
| HSL | 11.05º | 0.57% | 0.74% | - |
| HSV(B) | 11.05º | 0.34% | 0.89% | - |
| XYZ | 50.14 | 44.92 | 34.88 | - |
| YUV | 180.94 | 110.54 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 150 | 0 | 0.27 | 0.34 | 0.11 | 11.05 | 0.57 | 0.74 |
| Hex | E2 | A4 | 96 | 0 | 1B | 22 | B | B | 39 | 4A |
| Octal | 342 | 244 | 226 | 0 | 33 | 42 | 13 | 13 | 71 | 112 |
| Binary | 11100010 | 10100100 | 10010110 | 0 | 11011 | 100010 | 1011 | 1011 | 111001 | 1001010 |
Color Harmonies of #E2A496
Complementary color
Monochromatic Colors of #E2A496
Black with #E2A496
Text Example
Text Example
White with #E2A496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A496; }
p { color: rgb(226,164,150); }
H1.HeaderClassName
{
color: #E2A496;
}
.AnyTagClassName
{
color: #E2A496;
}
</style>
background-color css
<style>
a { background-color: #E2A496; }
a { background-color: rgb(226,164,150); }
div.DivClassName
{
background-color: #E2A496;
}
.BgClassName
{
background-color: #E2A496;
}
</style>
border-color css
<style>
span { border-color: #E2A496; }
span { border-color: rgb(226,164,150); }
td.TdClassName
{
border-color: #E2A496;
}
.TagClassName
{
border-color: #E2A496;
}
</style>