Shades of Lavender Rose #E799D3
Tints of Lavender Rose #E799D3
RGB
CMYK
RGB Variations
Color information
#E799D3 (or 0xE799D3) is known color: Lavender Rose. HEX triplet: E7, 99 and D3. RGB value is (231,153,211). Sum of RGB (Red+Green+Blue) = 231+153+211=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E799D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E799D3 is #18662C. Grayscale: #B6B6B6. Windows color (decimal): -1599021 or 13867495. OLE color: 13867495.
HSL color Cylindrical-coordinate representation of color #E799D3: hue angle of 315.38º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E799D3 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 153 | 211 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.09 |
| HSL | 315.38º | 0.62% | 0.75% | - |
| HSV(B) | 315.38º | 0.34% | 0.91% | - |
| XYZ | 56.1 | 44.47 | 67.26 | - |
| YUV | 182.93 | 143.84 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 153 | 211 | 0 | 0.34 | 0.09 | 0.09 | 315.38 | 0.62 | 0.75 |
| Hex | E7 | 99 | D3 | 0 | 22 | 9 | 9 | 13B | 3E | 4B |
| Octal | 347 | 231 | 323 | 0 | 42 | 11 | 11 | 473 | 76 | 113 |
| Binary | 11100111 | 10011001 | 11010011 | 0 | 100010 | 1001 | 1001 | 100111011 | 111110 | 1001011 |
Color Harmonies of #E799D3
Complementary color
Monochromatic Colors of #E799D3
Black with #E799D3
Text Example
Text Example
White with #E799D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E799D3; }
p { color: rgb(231,153,211); }
H1.HeaderClassName
{
color: #E799D3;
}
.AnyTagClassName
{
color: #E799D3;
}
</style>
background-color css
<style>
a { background-color: #E799D3; }
a { background-color: rgb(231,153,211); }
div.DivClassName
{
background-color: #E799D3;
}
.BgClassName
{
background-color: #E799D3;
}
</style>
border-color css
<style>
span { border-color: #E799D3; }
span { border-color: rgb(231,153,211); }
td.TdClassName
{
border-color: #E799D3;
}
.TagClassName
{
border-color: #E799D3;
}
</style>