Shades of Lavender Rose #ED98D1
Tints of Lavender Rose #ED98D1
RGB
CMYK
RGB Variations
Color information
#ED98D1 (or 0xED98D1) is known color: Lavender Rose. HEX triplet: ED, 98 and D1. RGB value is (237,152,209). Sum of RGB (Red+Green+Blue) = 237+152+209=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98D1 is #12672E. Grayscale: #B7B7B7. Windows color (decimal): -1206063 or 13736173. OLE color: 13736173.
HSL color Cylindrical-coordinate representation of color #ED98D1: hue angle of 319.76º 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 #ED98D1 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 209 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.07 |
| HSL | 319.76º | 0.7% | 0.76% | - |
| HSV(B) | 319.76º | 0.36% | 0.93% | - |
| XYZ | 57.66 | 45.06 | 65.98 | - |
| YUV | 183.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 209 | 0 | 0.36 | 0.12 | 0.07 | 319.76 | 0.7 | 0.76 |
| Hex | ED | 98 | D1 | 0 | 24 | C | 7 | 140 | 46 | 4C |
| Octal | 355 | 230 | 321 | 0 | 44 | 14 | 7 | 500 | 106 | 114 |
| Binary | 11101101 | 10011000 | 11010001 | 0 | 100100 | 1100 | 111 | 101000000 | 1000110 | 1001100 |
Color Harmonies of #ED98D1
Complementary color
Monochromatic Colors of #ED98D1
Black with #ED98D1
Text Example
Text Example
White with #ED98D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98D1; }
p { color: rgb(237,152,209); }
H1.HeaderClassName
{
color: #ED98D1;
}
.AnyTagClassName
{
color: #ED98D1;
}
</style>
background-color css
<style>
a { background-color: #ED98D1; }
a { background-color: rgb(237,152,209); }
div.DivClassName
{
background-color: #ED98D1;
}
.BgClassName
{
background-color: #ED98D1;
}
</style>
border-color css
<style>
span { border-color: #ED98D1; }
span { border-color: rgb(237,152,209); }
td.TdClassName
{
border-color: #ED98D1;
}
.TagClassName
{
border-color: #ED98D1;
}
</style>