Shades of Lavender Rose #E79DD1
Tints of Lavender Rose #E79DD1
RGB
CMYK
RGB Variations
Color information
#E79DD1 (or 0xE79DD1) is known color: Lavender Rose. HEX triplet: E7, 9D and D1. RGB value is (231,157,209). Sum of RGB (Red+Green+Blue) = 231+157+209=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E79DD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79DD1 is #18622E. Grayscale: #B8B8B8. Windows color (decimal): -1597999 or 13737447. OLE color: 13737447.
HSL color Cylindrical-coordinate representation of color #E79DD1: hue angle of 317.84º degrees, saturation: 0.61, 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 #E79DD1 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 209 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.09 |
| HSL | 317.84º | 0.61% | 0.76% | - |
| HSV(B) | 317.84º | 0.32% | 0.91% | - |
| XYZ | 56.52 | 45.71 | 66.16 | - |
| YUV | 185.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 209 | 0 | 0.32 | 0.10 | 0.09 | 317.84 | 0.61 | 0.76 |
| Hex | E7 | 9D | D1 | 0 | 20 | A | 9 | 13E | 3D | 4C |
| Octal | 347 | 235 | 321 | 0 | 40 | 12 | 11 | 476 | 75 | 114 |
| Binary | 11100111 | 10011101 | 11010001 | 0 | 100000 | 1010 | 1001 | 100111110 | 111101 | 1001100 |
Color Harmonies of #E79DD1
Complementary color
Monochromatic Colors of #E79DD1
Black with #E79DD1
Text Example
Text Example
White with #E79DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79DD1; }
p { color: rgb(231,157,209); }
H1.HeaderClassName
{
color: #E79DD1;
}
.AnyTagClassName
{
color: #E79DD1;
}
</style>
background-color css
<style>
a { background-color: #E79DD1; }
a { background-color: rgb(231,157,209); }
div.DivClassName
{
background-color: #E79DD1;
}
.BgClassName
{
background-color: #E79DD1;
}
</style>
border-color css
<style>
span { border-color: #E79DD1; }
span { border-color: rgb(231,157,209); }
td.TdClassName
{
border-color: #E79DD1;
}
.TagClassName
{
border-color: #E79DD1;
}
</style>