Shades of Lavender Rose #ED99E0
Tints of Lavender Rose #ED99E0
RGB
CMYK
RGB Variations
Color information
#ED99E0 (or 0xED99E0) is known color: Lavender Rose. HEX triplet: ED, 99 and E0. RGB value is (237,153,224). Sum of RGB (Red+Green+Blue) = 237+153+224=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99E0 is #12661F. Grayscale: #BABABA. Windows color (decimal): -1205792 or 14719469. OLE color: 14719469.
HSL color Cylindrical-coordinate representation of color #ED99E0: hue angle of 309.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 #ED99E0 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 224 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.07 |
| HSL | 309.29º | 0.7% | 0.76% | - |
| HSV(B) | 309.29º | 0.35% | 0.93% | - |
| XYZ | 59.77 | 46.17 | 76.28 | - |
| YUV | 186.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 224 | 0 | 0.35 | 0.05 | 0.07 | 309.29 | 0.7 | 0.76 |
| Hex | ED | 99 | E0 | 0 | 23 | 5 | 7 | 135 | 46 | 4C |
| Octal | 355 | 231 | 340 | 0 | 43 | 5 | 7 | 465 | 106 | 114 |
| Binary | 11101101 | 10011001 | 11100000 | 0 | 100011 | 101 | 111 | 100110101 | 1000110 | 1001100 |
Color Harmonies of #ED99E0
Complementary color
Monochromatic Colors of #ED99E0
Black with #ED99E0
Text Example
Text Example
White with #ED99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99E0; }
p { color: rgb(237,153,224); }
H1.HeaderClassName
{
color: #ED99E0;
}
.AnyTagClassName
{
color: #ED99E0;
}
</style>
background-color css
<style>
a { background-color: #ED99E0; }
a { background-color: rgb(237,153,224); }
div.DivClassName
{
background-color: #ED99E0;
}
.BgClassName
{
background-color: #ED99E0;
}
</style>
border-color css
<style>
span { border-color: #ED99E0; }
span { border-color: rgb(237,153,224); }
td.TdClassName
{
border-color: #ED99E0;
}
.TagClassName
{
border-color: #ED99E0;
}
</style>