Shades of Lavender Rose #ED9FDA
Tints of Lavender Rose #ED9FDA
RGB
CMYK
RGB Variations
Color information
#ED9FDA (or 0xED9FDA) is known color: Lavender Rose. HEX triplet: ED, 9F and DA. RGB value is (237,159,218). Sum of RGB (Red+Green+Blue) = 237+159+218=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FDA is #126025. Grayscale: #BCBCBC. Windows color (decimal): -1204262 or 14327789. OLE color: 14327789.
HSL color Cylindrical-coordinate representation of color #ED9FDA: hue angle of 314.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FDA is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 218 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.07 |
| HSL | 314.62º | 0.68% | 0.78% | - |
| HSV(B) | 314.62º | 0.33% | 0.93% | - |
| XYZ | 59.98 | 47.86 | 72.41 | - |
| YUV | 189.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 218 | 0 | 0.33 | 0.08 | 0.07 | 314.62 | 0.68 | 0.78 |
| Hex | ED | 9F | DA | 0 | 21 | 8 | 7 | 13B | 44 | 4E |
| Octal | 355 | 237 | 332 | 0 | 41 | 10 | 7 | 473 | 104 | 116 |
| Binary | 11101101 | 10011111 | 11011010 | 0 | 100001 | 1000 | 111 | 100111011 | 1000100 | 1001110 |
Color Harmonies of #ED9FDA
Complementary color
Monochromatic Colors of #ED9FDA
Black with #ED9FDA
Text Example
Text Example
White with #ED9FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FDA; }
p { color: rgb(237,159,218); }
H1.HeaderClassName
{
color: #ED9FDA;
}
.AnyTagClassName
{
color: #ED9FDA;
}
</style>
background-color css
<style>
a { background-color: #ED9FDA; }
a { background-color: rgb(237,159,218); }
div.DivClassName
{
background-color: #ED9FDA;
}
.BgClassName
{
background-color: #ED9FDA;
}
</style>
border-color css
<style>
span { border-color: #ED9FDA; }
span { border-color: rgb(237,159,218); }
td.TdClassName
{
border-color: #ED9FDA;
}
.TagClassName
{
border-color: #ED9FDA;
}
</style>