Shades of Lavender Rose #ED9FDC
Tints of Lavender Rose #ED9FDC
RGB
CMYK
RGB Variations
Color information
#ED9FDC (or 0xED9FDC) is known color: Lavender Rose. HEX triplet: ED, 9F and DC. RGB value is (237,159,220). Sum of RGB (Red+Green+Blue) = 237+159+220=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FDC is #126023. Grayscale: #BDBDBD. Windows color (decimal): -1204260 or 14458861. OLE color: 14458861.
HSL color Cylindrical-coordinate representation of color #ED9FDC: hue angle of 313.08º 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 #ED9FDC is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 220 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.07 |
| HSL | 313.08º | 0.68% | 0.78% | - |
| HSV(B) | 313.08º | 0.33% | 0.93% | - |
| XYZ | 60.24 | 47.97 | 73.79 | - |
| YUV | 189.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 220 | 0 | 0.33 | 0.07 | 0.07 | 313.08 | 0.68 | 0.78 |
| Hex | ED | 9F | DC | 0 | 21 | 7 | 7 | 139 | 44 | 4E |
| Octal | 355 | 237 | 334 | 0 | 41 | 7 | 7 | 471 | 104 | 116 |
| Binary | 11101101 | 10011111 | 11011100 | 0 | 100001 | 111 | 111 | 100111001 | 1000100 | 1001110 |
Color Harmonies of #ED9FDC
Complementary color
Monochromatic Colors of #ED9FDC
Black with #ED9FDC
Text Example
Text Example
White with #ED9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FDC; }
p { color: rgb(237,159,220); }
H1.HeaderClassName
{
color: #ED9FDC;
}
.AnyTagClassName
{
color: #ED9FDC;
}
</style>
background-color css
<style>
a { background-color: #ED9FDC; }
a { background-color: rgb(237,159,220); }
div.DivClassName
{
background-color: #ED9FDC;
}
.BgClassName
{
background-color: #ED9FDC;
}
</style>
border-color css
<style>
span { border-color: #ED9FDC; }
span { border-color: rgb(237,159,220); }
td.TdClassName
{
border-color: #ED9FDC;
}
.TagClassName
{
border-color: #ED9FDC;
}
</style>