Shades of Lavender Rose #ED95DF
Tints of Lavender Rose #ED95DF
RGB
CMYK
RGB Variations
Color information
#ED95DF (or 0xED95DF) is known color: Lavender Rose. HEX triplet: ED, 95 and DF. RGB value is (237,149,223). Sum of RGB (Red+Green+Blue) = 237+149+223=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED95DF is #126A20. Grayscale: #B7B7B7. Windows color (decimal): -1206817 or 14652909. OLE color: 14652909.
HSL color Cylindrical-coordinate representation of color #ED95DF: hue angle of 309.55º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED95DF is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 223 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.07 |
| HSL | 309.55º | 0.71% | 0.76% | - |
| HSV(B) | 309.55º | 0.37% | 0.93% | - |
| XYZ | 58.99 | 44.83 | 75.36 | - |
| YUV | 183.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 223 | 0 | 0.37 | 0.06 | 0.07 | 309.55 | 0.71 | 0.76 |
| Hex | ED | 95 | DF | 0 | 25 | 6 | 7 | 136 | 47 | 4C |
| Octal | 355 | 225 | 337 | 0 | 45 | 6 | 7 | 466 | 107 | 114 |
| Binary | 11101101 | 10010101 | 11011111 | 0 | 100101 | 110 | 111 | 100110110 | 1000111 | 1001100 |
Color Harmonies of #ED95DF
Complementary color
Monochromatic Colors of #ED95DF
Black with #ED95DF
Text Example
Text Example
White with #ED95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95DF; }
p { color: rgb(237,149,223); }
H1.HeaderClassName
{
color: #ED95DF;
}
.AnyTagClassName
{
color: #ED95DF;
}
</style>
background-color css
<style>
a { background-color: #ED95DF; }
a { background-color: rgb(237,149,223); }
div.DivClassName
{
background-color: #ED95DF;
}
.BgClassName
{
background-color: #ED95DF;
}
</style>
border-color css
<style>
span { border-color: #ED95DF; }
span { border-color: rgb(237,149,223); }
td.TdClassName
{
border-color: #ED95DF;
}
.TagClassName
{
border-color: #ED95DF;
}
</style>