Shades of Rose #E1A796
Tints of Rose #E1A796
RGB
CMYK
RGB Variations
Color information
#E1A796 (or 0xE1A796) is known color: Rose. HEX triplet: E1, A7 and 96. RGB value is (225,167,150). Sum of RGB (Red+Green+Blue) = 225+167+150=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A796 is #1E5869. Grayscale: #B6B6B6. Windows color (decimal): -1988714 or 9873377. OLE color: 9873377.
HSL color Cylindrical-coordinate representation of color #E1A796: hue angle of 13.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1A796 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 150 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.12 |
| HSL | 13.6º | 0.56% | 0.74% | - |
| HSV(B) | 13.6º | 0.33% | 0.88% | - |
| XYZ | 50.38 | 45.85 | 35.05 | - |
| YUV | 182.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 150 | 0 | 0.26 | 0.33 | 0.12 | 13.6 | 0.56 | 0.74 |
| Hex | E1 | A7 | 96 | 0 | 1A | 21 | C | E | 38 | 4A |
| Octal | 341 | 247 | 226 | 0 | 32 | 41 | 14 | 16 | 70 | 112 |
| Binary | 11100001 | 10100111 | 10010110 | 0 | 11010 | 100001 | 1100 | 1110 | 111000 | 1001010 |
Color Harmonies of #E1A796
Complementary color
Monochromatic Colors of #E1A796
Black with #E1A796
Text Example
Text Example
White with #E1A796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A796; }
p { color: rgb(225,167,150); }
H1.HeaderClassName
{
color: #E1A796;
}
.AnyTagClassName
{
color: #E1A796;
}
</style>
background-color css
<style>
a { background-color: #E1A796; }
a { background-color: rgb(225,167,150); }
div.DivClassName
{
background-color: #E1A796;
}
.BgClassName
{
background-color: #E1A796;
}
</style>
border-color css
<style>
span { border-color: #E1A796; }
span { border-color: rgb(225,167,150); }
td.TdClassName
{
border-color: #E1A796;
}
.TagClassName
{
border-color: #E1A796;
}
</style>