Shades of Lavender Rose #ED99E1
Tints of Lavender Rose #ED99E1
RGB
CMYK
RGB Variations
Color information
#ED99E1 (or 0xED99E1) is known color: Lavender Rose. HEX triplet: ED, 99 and E1. RGB value is (237,153,225). Sum of RGB (Red+Green+Blue) = 237+153+225=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 153 (60.16% from 255 or 24.88% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99E1 is #12661E. Grayscale: #BABABA. Windows color (decimal): -1205791 or 14785005. OLE color: 14785005.
HSL color Cylindrical-coordinate representation of color #ED99E1: hue angle of 308.57º 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 #ED99E1 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 225 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.07 |
| HSL | 308.57º | 0.7% | 0.76% | - |
| HSV(B) | 308.57º | 0.35% | 0.93% | - |
| XYZ | 59.91 | 46.22 | 77 | - |
| YUV | 186.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 225 | 0 | 0.35 | 0.05 | 0.07 | 308.57 | 0.7 | 0.76 |
| Hex | ED | 99 | E1 | 0 | 23 | 5 | 7 | 135 | 46 | 4C |
| Octal | 355 | 231 | 341 | 0 | 43 | 5 | 7 | 465 | 106 | 114 |
| Binary | 11101101 | 10011001 | 11100001 | 0 | 100011 | 101 | 111 | 100110101 | 1000110 | 1001100 |
Color Harmonies of #ED99E1
Complementary color
Monochromatic Colors of #ED99E1
Black with #ED99E1
Text Example
Text Example
White with #ED99E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99E1; }
p { color: rgb(237,153,225); }
H1.HeaderClassName
{
color: #ED99E1;
}
.AnyTagClassName
{
color: #ED99E1;
}
</style>
background-color css
<style>
a { background-color: #ED99E1; }
a { background-color: rgb(237,153,225); }
div.DivClassName
{
background-color: #ED99E1;
}
.BgClassName
{
background-color: #ED99E1;
}
</style>
border-color css
<style>
span { border-color: #ED99E1; }
span { border-color: rgb(237,153,225); }
td.TdClassName
{
border-color: #ED99E1;
}
.TagClassName
{
border-color: #ED99E1;
}
</style>