Shades of Rose #E1A896
Tints of Rose #E1A896
RGB
CMYK
RGB Variations
Color information
#E1A896 (or 0xE1A896) is known color: Rose. HEX triplet: E1, A8 and 96. RGB value is (225,168,150). Sum of RGB (Red+Green+Blue) = 225+168+150=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A896 is #1E5769. Grayscale: #B7B7B7. Windows color (decimal): -1988458 or 9873633. OLE color: 9873633.
HSL color Cylindrical-coordinate representation of color #E1A896: hue angle of 14.4º 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 #E1A896 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 150 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.12 |
| HSL | 14.4º | 0.56% | 0.74% | - |
| HSV(B) | 14.4º | 0.33% | 0.88% | - |
| XYZ | 50.56 | 46.21 | 35.11 | - |
| YUV | 182.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 150 | 0 | 0.25 | 0.33 | 0.12 | 14.4 | 0.56 | 0.74 |
| Hex | E1 | A8 | 96 | 0 | 19 | 21 | C | E | 38 | 4A |
| Octal | 341 | 250 | 226 | 0 | 31 | 41 | 14 | 16 | 70 | 112 |
| Binary | 11100001 | 10101000 | 10010110 | 0 | 11001 | 100001 | 1100 | 1110 | 111000 | 1001010 |
Color Harmonies of #E1A896
Complementary color
Monochromatic Colors of #E1A896
Black with #E1A896
Text Example
Text Example
White with #E1A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A896; }
p { color: rgb(225,168,150); }
H1.HeaderClassName
{
color: #E1A896;
}
.AnyTagClassName
{
color: #E1A896;
}
</style>
background-color css
<style>
a { background-color: #E1A896; }
a { background-color: rgb(225,168,150); }
div.DivClassName
{
background-color: #E1A896;
}
.BgClassName
{
background-color: #E1A896;
}
</style>
border-color css
<style>
span { border-color: #E1A896; }
span { border-color: rgb(225,168,150); }
td.TdClassName
{
border-color: #E1A896;
}
.TagClassName
{
border-color: #E1A896;
}
</style>