Shades of Rose #E2A399
Tints of Rose #E2A399
RGB
CMYK
RGB Variations
Color information
#E2A399 (or 0xE2A399) is known color: Rose. HEX triplet: E2, A3 and 99. RGB value is (226,163,153). Sum of RGB (Red+Green+Blue) = 226+163+153=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A399 is #1D5C66. Grayscale: #B4B4B4. Windows color (decimal): -1924199 or 10068962. OLE color: 10068962.
HSL color Cylindrical-coordinate representation of color #E2A399: hue angle of 8.22º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2A399 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 163 | 153 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.11 |
| HSL | 8.22º | 0.56% | 0.74% | - |
| HSV(B) | 8.22º | 0.32% | 0.89% | - |
| XYZ | 50.21 | 44.66 | 36.11 | - |
| YUV | 180.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 163 | 153 | 0 | 0.28 | 0.32 | 0.11 | 8.22 | 0.56 | 0.74 |
| Hex | E2 | A3 | 99 | 0 | 1C | 20 | B | 8 | 38 | 4A |
| Octal | 342 | 243 | 231 | 0 | 34 | 40 | 13 | 10 | 70 | 112 |
| Binary | 11100010 | 10100011 | 10011001 | 0 | 11100 | 100000 | 1011 | 1000 | 111000 | 1001010 |
Color Harmonies of #E2A399
Complementary color
Monochromatic Colors of #E2A399
Black with #E2A399
Text Example
Text Example
White with #E2A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A399; }
p { color: rgb(226,163,153); }
H1.HeaderClassName
{
color: #E2A399;
}
.AnyTagClassName
{
color: #E2A399;
}
</style>
background-color css
<style>
a { background-color: #E2A399; }
a { background-color: rgb(226,163,153); }
div.DivClassName
{
background-color: #E2A399;
}
.BgClassName
{
background-color: #E2A399;
}
</style>
border-color css
<style>
span { border-color: #E2A399; }
span { border-color: rgb(226,163,153); }
td.TdClassName
{
border-color: #E2A399;
}
.TagClassName
{
border-color: #E2A399;
}
</style>