Shades of Lavender Rose #ED98DF
Tints of Lavender Rose #ED98DF
RGB
CMYK
RGB Variations
Color information
#ED98DF (or 0xED98DF) is known color: Lavender Rose. HEX triplet: ED, 98 and DF. RGB value is (237,152,223). Sum of RGB (Red+Green+Blue) = 237+152+223=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98DF is #126720. Grayscale: #B9B9B9. Windows color (decimal): -1206049 or 14653677. OLE color: 14653677.
HSL color Cylindrical-coordinate representation of color #ED98DF: hue angle of 309.88º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED98DF is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 223 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.07 |
| HSL | 309.88º | 0.7% | 0.76% | - |
| HSV(B) | 309.88º | 0.36% | 0.93% | - |
| XYZ | 59.47 | 45.79 | 75.52 | - |
| YUV | 185.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 223 | 0 | 0.36 | 0.06 | 0.07 | 309.88 | 0.7 | 0.76 |
| Hex | ED | 98 | DF | 0 | 24 | 6 | 7 | 136 | 46 | 4C |
| Octal | 355 | 230 | 337 | 0 | 44 | 6 | 7 | 466 | 106 | 114 |
| Binary | 11101101 | 10011000 | 11011111 | 0 | 100100 | 110 | 111 | 100110110 | 1000110 | 1001100 |
Color Harmonies of #ED98DF
Complementary color
Monochromatic Colors of #ED98DF
Black with #ED98DF
Text Example
Text Example
White with #ED98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98DF; }
p { color: rgb(237,152,223); }
H1.HeaderClassName
{
color: #ED98DF;
}
.AnyTagClassName
{
color: #ED98DF;
}
</style>
background-color css
<style>
a { background-color: #ED98DF; }
a { background-color: rgb(237,152,223); }
div.DivClassName
{
background-color: #ED98DF;
}
.BgClassName
{
background-color: #ED98DF;
}
</style>
border-color css
<style>
span { border-color: #ED98DF; }
span { border-color: rgb(237,152,223); }
td.TdClassName
{
border-color: #ED98DF;
}
.TagClassName
{
border-color: #ED98DF;
}
</style>