Shades of Rose #E2A898
Tints of Rose #E2A898
RGB
CMYK
RGB Variations
Color information
#E2A898 (or 0xE2A898) is known color: Rose. HEX triplet: E2, A8 and 98. RGB value is (226,168,152). Sum of RGB (Red+Green+Blue) = 226+168+152=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A898 is #1D5767. Grayscale: #B7B7B7. Windows color (decimal): -1922920 or 10004706. OLE color: 10004706.
HSL color Cylindrical-coordinate representation of color #E2A898: hue angle of 12.97º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2A898 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 168 | 152 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.11 |
| HSL | 12.97º | 0.56% | 0.74% | - |
| HSV(B) | 12.97º | 0.33% | 0.89% | - |
| XYZ | 51.03 | 46.44 | 35.98 | - |
| YUV | 183.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 152 | 0 | 0.26 | 0.33 | 0.11 | 12.97 | 0.56 | 0.74 |
| Hex | E2 | A8 | 98 | 0 | 1A | 21 | B | D | 38 | 4A |
| Octal | 342 | 250 | 230 | 0 | 32 | 41 | 13 | 15 | 70 | 112 |
| Binary | 11100010 | 10101000 | 10011000 | 0 | 11010 | 100001 | 1011 | 1101 | 111000 | 1001010 |
Color Harmonies of #E2A898
Complementary color
Monochromatic Colors of #E2A898
Black with #E2A898
Text Example
Text Example
White with #E2A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A898; }
p { color: rgb(226,168,152); }
H1.HeaderClassName
{
color: #E2A898;
}
.AnyTagClassName
{
color: #E2A898;
}
</style>
background-color css
<style>
a { background-color: #E2A898; }
a { background-color: rgb(226,168,152); }
div.DivClassName
{
background-color: #E2A898;
}
.BgClassName
{
background-color: #E2A898;
}
</style>
border-color css
<style>
span { border-color: #E2A898; }
span { border-color: rgb(226,168,152); }
td.TdClassName
{
border-color: #E2A898;
}
.TagClassName
{
border-color: #E2A898;
}
</style>