Shades of Lavender Rose #E79ED1
Tints of Lavender Rose #E79ED1
RGB
CMYK
RGB Variations
Color information
#E79ED1 (or 0xE79ED1) is known color: Lavender Rose. HEX triplet: E7, 9E and D1. RGB value is (231,158,209). Sum of RGB (Red+Green+Blue) = 231+158+209=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E79ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79ED1 is #18612E. Grayscale: #B9B9B9. Windows color (decimal): -1597743 or 13737703. OLE color: 13737703.
HSL color Cylindrical-coordinate representation of color #E79ED1: hue angle of 318.08º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79ED1 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 158 | 209 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.09 |
| HSL | 318.08º | 0.6% | 0.76% | - |
| HSV(B) | 318.08º | 0.32% | 0.91% | - |
| XYZ | 56.69 | 46.05 | 66.22 | - |
| YUV | 185.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 158 | 209 | 0 | 0.32 | 0.10 | 0.09 | 318.08 | 0.6 | 0.76 |
| Hex | E7 | 9E | D1 | 0 | 20 | A | 9 | 13E | 3C | 4C |
| Octal | 347 | 236 | 321 | 0 | 40 | 12 | 11 | 476 | 74 | 114 |
| Binary | 11100111 | 10011110 | 11010001 | 0 | 100000 | 1010 | 1001 | 100111110 | 111100 | 1001100 |
Color Harmonies of #E79ED1
Complementary color
Monochromatic Colors of #E79ED1
Black with #E79ED1
Text Example
Text Example
White with #E79ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79ED1; }
p { color: rgb(231,158,209); }
H1.HeaderClassName
{
color: #E79ED1;
}
.AnyTagClassName
{
color: #E79ED1;
}
</style>
background-color css
<style>
a { background-color: #E79ED1; }
a { background-color: rgb(231,158,209); }
div.DivClassName
{
background-color: #E79ED1;
}
.BgClassName
{
background-color: #E79ED1;
}
</style>
border-color css
<style>
span { border-color: #E79ED1; }
span { border-color: rgb(231,158,209); }
td.TdClassName
{
border-color: #E79ED1;
}
.TagClassName
{
border-color: #E79ED1;
}
</style>