Shades of Lavender Rose #ED99D9
Tints of Lavender Rose #ED99D9
RGB
CMYK
RGB Variations
Color information
#ED99D9 (or 0xED99D9) is known color: Lavender Rose. HEX triplet: ED, 99 and D9. RGB value is (237,153,217). Sum of RGB (Red+Green+Blue) = 237+153+217=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99D9 is #126626. Grayscale: #B9B9B9. Windows color (decimal): -1205799 or 14260717. OLE color: 14260717.
HSL color Cylindrical-coordinate representation of color #ED99D9: hue angle of 314.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED99D9 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 217 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.07 |
| HSL | 314.29º | 0.7% | 0.76% | - |
| HSV(B) | 314.29º | 0.35% | 0.93% | - |
| XYZ | 58.84 | 45.8 | 71.38 | - |
| YUV | 185.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 217 | 0 | 0.35 | 0.08 | 0.07 | 314.29 | 0.7 | 0.76 |
| Hex | ED | 99 | D9 | 0 | 23 | 8 | 7 | 13A | 46 | 4C |
| Octal | 355 | 231 | 331 | 0 | 43 | 10 | 7 | 472 | 106 | 114 |
| Binary | 11101101 | 10011001 | 11011001 | 0 | 100011 | 1000 | 111 | 100111010 | 1000110 | 1001100 |
Color Harmonies of #ED99D9
Complementary color
Monochromatic Colors of #ED99D9
Black with #ED99D9
Text Example
Text Example
White with #ED99D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99D9; }
p { color: rgb(237,153,217); }
H1.HeaderClassName
{
color: #ED99D9;
}
.AnyTagClassName
{
color: #ED99D9;
}
</style>
background-color css
<style>
a { background-color: #ED99D9; }
a { background-color: rgb(237,153,217); }
div.DivClassName
{
background-color: #ED99D9;
}
.BgClassName
{
background-color: #ED99D9;
}
</style>
border-color css
<style>
span { border-color: #ED99D9; }
span { border-color: rgb(237,153,217); }
td.TdClassName
{
border-color: #ED99D9;
}
.TagClassName
{
border-color: #ED99D9;
}
</style>