Shades of Rose #E2A996
Tints of Rose #E2A996
RGB
CMYK
RGB Variations
Color information
#E2A996 (or 0xE2A996) is known color: Rose. HEX triplet: E2, A9 and 96. RGB value is (226,169,150). Sum of RGB (Red+Green+Blue) = 226+169+150=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A996 is #1D5669. Grayscale: #B8B8B8. Windows color (decimal): -1922666 or 9873890. OLE color: 9873890.
HSL color Cylindrical-coordinate representation of color #E2A996: hue angle of 15º 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 #E2A996 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 150 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.11 |
| HSL | 15º | 0.57% | 0.74% | - |
| HSV(B) | 15º | 0.34% | 0.89% | - |
| XYZ | 51.06 | 46.75 | 35.19 | - |
| YUV | 183.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 150 | 0 | 0.25 | 0.34 | 0.11 | 15 | 0.57 | 0.74 |
| Hex | E2 | A9 | 96 | 0 | 19 | 22 | B | F | 39 | 4A |
| Octal | 342 | 251 | 226 | 0 | 31 | 42 | 13 | 17 | 71 | 112 |
| Binary | 11100010 | 10101001 | 10010110 | 0 | 11001 | 100010 | 1011 | 1111 | 111001 | 1001010 |
Color Harmonies of #E2A996
Complementary color
Monochromatic Colors of #E2A996
Black with #E2A996
Text Example
Text Example
White with #E2A996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A996; }
p { color: rgb(226,169,150); }
H1.HeaderClassName
{
color: #E2A996;
}
.AnyTagClassName
{
color: #E2A996;
}
</style>
background-color css
<style>
a { background-color: #E2A996; }
a { background-color: rgb(226,169,150); }
div.DivClassName
{
background-color: #E2A996;
}
.BgClassName
{
background-color: #E2A996;
}
</style>
border-color css
<style>
span { border-color: #E2A996; }
span { border-color: rgb(226,169,150); }
td.TdClassName
{
border-color: #E2A996;
}
.TagClassName
{
border-color: #E2A996;
}
</style>