Shades of Rose #E1A79A
Tints of Rose #E1A79A
RGB
CMYK
RGB Variations
Color information
#E1A79A (or 0xE1A79A) is known color: Rose. HEX triplet: E1, A7 and 9A. RGB value is (225,167,154). Sum of RGB (Red+Green+Blue) = 225+167+154=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A79A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A79A is #1E5865. Grayscale: #B6B6B6. Windows color (decimal): -1988710 or 10135521. OLE color: 10135521.
HSL color Cylindrical-coordinate representation of color #E1A79A: hue angle of 10.99º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1A79A is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 154 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.12 |
| HSL | 10.99º | 0.54% | 0.74% | - |
| HSV(B) | 10.99º | 0.32% | 0.88% | - |
| XYZ | 50.7 | 45.98 | 36.77 | - |
| YUV | 182.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 154 | 0 | 0.26 | 0.32 | 0.12 | 10.99 | 0.54 | 0.74 |
| Hex | E1 | A7 | 9A | 0 | 1A | 20 | C | B | 36 | 4A |
| Octal | 341 | 247 | 232 | 0 | 32 | 40 | 14 | 13 | 66 | 112 |
| Binary | 11100001 | 10100111 | 10011010 | 0 | 11010 | 100000 | 1100 | 1011 | 110110 | 1001010 |
Color Harmonies of #E1A79A
Complementary color
Monochromatic Colors of #E1A79A
Black with #E1A79A
Text Example
Text Example
White with #E1A79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A79A; }
p { color: rgb(225,167,154); }
H1.HeaderClassName
{
color: #E1A79A;
}
.AnyTagClassName
{
color: #E1A79A;
}
</style>
background-color css
<style>
a { background-color: #E1A79A; }
a { background-color: rgb(225,167,154); }
div.DivClassName
{
background-color: #E1A79A;
}
.BgClassName
{
background-color: #E1A79A;
}
</style>
border-color css
<style>
span { border-color: #E1A79A; }
span { border-color: rgb(225,167,154); }
td.TdClassName
{
border-color: #E1A79A;
}
.TagClassName
{
border-color: #E1A79A;
}
</style>