Shades of Lavender Rose #EDA0DD
Tints of Lavender Rose #EDA0DD
RGB
CMYK
RGB Variations
Color information
#EDA0DD (or 0xEDA0DD) is known color: Lavender Rose. HEX triplet: ED, A0 and DD. RGB value is (237,160,221). Sum of RGB (Red+Green+Blue) = 237+160+221=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA0DD is #125F22. Grayscale: #BDBDBD. Windows color (decimal): -1204003 or 14524653. OLE color: 14524653.
HSL color Cylindrical-coordinate representation of color #EDA0DD: hue angle of 312.47º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA0DD is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 160 | 221 | - |
CMYK | 0 | 0.32 | 0.07 | 0.07 |
HSL | 312.47º | 0.68% | 0.78% | - |
HSV(B) | 312.47º | 0.32% | 0.93% | - |
XYZ | 60.55 | 48.37 | 74.55 | - |
YUV | 189.98 | 145.51 | 161.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 160 | 221 | 0 | 0.32 | 0.07 | 0.07 | 312.47 | 0.68 | 0.78 |
Hex | ED | A0 | DD | 0 | 20 | 7 | 7 | 138 | 44 | 4E |
Octal | 355 | 240 | 335 | 0 | 40 | 7 | 7 | 470 | 104 | 116 |
Binary | 11101101 | 10100000 | 11011101 | 0 | 100000 | 111 | 111 | 100111000 | 1000100 | 1001110 |
Color Harmonies of #EDA0DD
Complementary color
Monochromatic Colors of #EDA0DD
Black with #EDA0DD
Text Example
Text Example
White with #EDA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA0DD; }
p { color: rgb(237,160,221); }
H1.HeaderClassName
{
color: #EDA0DD;
}
.AnyTagClassName
{
color: #EDA0DD;
}
</style>
background-color css
<style>
a { background-color: #EDA0DD; }
a { background-color: rgb(237,160,221); }
div.DivClassName
{
background-color: #EDA0DD;
}
.BgClassName
{
background-color: #EDA0DD;
}
</style>
border-color css
<style>
span { border-color: #EDA0DD; }
span { border-color: rgb(237,160,221); }
td.TdClassName
{
border-color: #EDA0DD;
}
.TagClassName
{
border-color: #EDA0DD;
}
</style>