Shades of Lavender Rose #EDA1DF
Tints of Lavender Rose #EDA1DF
RGB
CMYK
RGB Variations
Color information
#EDA1DF (or 0xEDA1DF) is known color: Lavender Rose. HEX triplet: ED, A1 and DF. RGB value is (237,161,223). Sum of RGB (Red+Green+Blue) = 237+161+223=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA1DF is #125E20. Grayscale: #BEBEBE. Windows color (decimal): -1203745 or 14655981. OLE color: 14655981.
HSL color Cylindrical-coordinate representation of color #EDA1DF: hue angle of 311.05º 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 #EDA1DF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 223 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.07 |
| HSL | 311.05º | 0.68% | 0.78% | - |
| HSV(B) | 311.05º | 0.32% | 0.93% | - |
| XYZ | 60.99 | 48.82 | 76.02 | - |
| YUV | 190.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 223 | 0 | 0.32 | 0.06 | 0.07 | 311.05 | 0.68 | 0.78 |
| Hex | ED | A1 | DF | 0 | 20 | 6 | 7 | 137 | 44 | 4E |
| Octal | 355 | 241 | 337 | 0 | 40 | 6 | 7 | 467 | 104 | 116 |
| Binary | 11101101 | 10100001 | 11011111 | 0 | 100000 | 110 | 111 | 100110111 | 1000100 | 1001110 |
Color Harmonies of #EDA1DF
Complementary color
Monochromatic Colors of #EDA1DF
Black with #EDA1DF
Text Example
Text Example
White with #EDA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1DF; }
p { color: rgb(237,161,223); }
H1.HeaderClassName
{
color: #EDA1DF;
}
.AnyTagClassName
{
color: #EDA1DF;
}
</style>
background-color css
<style>
a { background-color: #EDA1DF; }
a { background-color: rgb(237,161,223); }
div.DivClassName
{
background-color: #EDA1DF;
}
.BgClassName
{
background-color: #EDA1DF;
}
</style>
border-color css
<style>
span { border-color: #EDA1DF; }
span { border-color: rgb(237,161,223); }
td.TdClassName
{
border-color: #EDA1DF;
}
.TagClassName
{
border-color: #EDA1DF;
}
</style>