Shades of Lavender Rose #E99FDA
Tints of Lavender Rose #E99FDA
RGB
CMYK
RGB Variations
Color information
#E99FDA (or 0xE99FDA) is known color: Lavender Rose. HEX triplet: E9, 9F and DA. RGB value is (233,159,218). Sum of RGB (Red+Green+Blue) = 233+159+218=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E99FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99FDA is #166025. Grayscale: #BBBBBB. Windows color (decimal): -1466406 or 14327785. OLE color: 14327785.
HSL color Cylindrical-coordinate representation of color #E99FDA: hue angle of 312.16º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E99FDA is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 218 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.09 |
| HSL | 312.16º | 0.63% | 0.77% | - |
| HSV(B) | 312.16º | 0.32% | 0.91% | - |
| XYZ | 58.66 | 47.18 | 72.35 | - |
| YUV | 187.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 218 | 0 | 0.32 | 0.06 | 0.09 | 312.16 | 0.63 | 0.77 |
| Hex | E9 | 9F | DA | 0 | 20 | 6 | 9 | 138 | 3F | 4D |
| Octal | 351 | 237 | 332 | 0 | 40 | 6 | 11 | 470 | 77 | 115 |
| Binary | 11101001 | 10011111 | 11011010 | 0 | 100000 | 110 | 1001 | 100111000 | 111111 | 1001101 |
Color Harmonies of #E99FDA
Complementary color
Monochromatic Colors of #E99FDA
Black with #E99FDA
Text Example
Text Example
White with #E99FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99FDA; }
p { color: rgb(233,159,218); }
H1.HeaderClassName
{
color: #E99FDA;
}
.AnyTagClassName
{
color: #E99FDA;
}
</style>
background-color css
<style>
a { background-color: #E99FDA; }
a { background-color: rgb(233,159,218); }
div.DivClassName
{
background-color: #E99FDA;
}
.BgClassName
{
background-color: #E99FDA;
}
</style>
border-color css
<style>
span { border-color: #E99FDA; }
span { border-color: rgb(233,159,218); }
td.TdClassName
{
border-color: #E99FDA;
}
.TagClassName
{
border-color: #E99FDA;
}
</style>