Shades of Lavender Rose #E795D1
Tints of Lavender Rose #E795D1
RGB
CMYK
RGB Variations
Color information
#E795D1 (or 0xE795D1) is known color: Lavender Rose. HEX triplet: E7, 95 and D1. RGB value is (231,149,209). Sum of RGB (Red+Green+Blue) = 231+149+209=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E795D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E795D1 is #186A2E. Grayscale: #B4B4B4. Windows color (decimal): -1600047 or 13735399. OLE color: 13735399.
HSL color Cylindrical-coordinate representation of color #E795D1: hue angle of 316.1º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E795D1 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 149 | 209 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.09 |
| HSL | 316.1º | 0.63% | 0.75% | - |
| HSV(B) | 316.1º | 0.35% | 0.91% | - |
| XYZ | 55.21 | 43.09 | 65.73 | - |
| YUV | 180.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 209 | 0 | 0.35 | 0.10 | 0.09 | 316.1 | 0.63 | 0.75 |
| Hex | E7 | 95 | D1 | 0 | 23 | A | 9 | 13C | 3F | 4B |
| Octal | 347 | 225 | 321 | 0 | 43 | 12 | 11 | 474 | 77 | 113 |
| Binary | 11100111 | 10010101 | 11010001 | 0 | 100011 | 1010 | 1001 | 100111100 | 111111 | 1001011 |
Color Harmonies of #E795D1
Complementary color
Monochromatic Colors of #E795D1
Black with #E795D1
Text Example
Text Example
White with #E795D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E795D1; }
p { color: rgb(231,149,209); }
H1.HeaderClassName
{
color: #E795D1;
}
.AnyTagClassName
{
color: #E795D1;
}
</style>
background-color css
<style>
a { background-color: #E795D1; }
a { background-color: rgb(231,149,209); }
div.DivClassName
{
background-color: #E795D1;
}
.BgClassName
{
background-color: #E795D1;
}
</style>
border-color css
<style>
span { border-color: #E795D1; }
span { border-color: rgb(231,149,209); }
td.TdClassName
{
border-color: #E795D1;
}
.TagClassName
{
border-color: #E795D1;
}
</style>