Shades of Lavender Rose #ED99E2
Tints of Lavender Rose #ED99E2
RGB
CMYK
RGB Variations
Color information
#ED99E2 (or 0xED99E2) is known color: Lavender Rose. HEX triplet: ED, 99 and E2. RGB value is (237,153,226). Sum of RGB (Red+Green+Blue) = 237+153+226=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99E2 is #12661D. Grayscale: #BABABA. Windows color (decimal): -1205790 or 14850541. OLE color: 14850541.
HSL color Cylindrical-coordinate representation of color #ED99E2: hue angle of 307.86º 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 #ED99E2 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 226 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.07 |
| HSL | 307.86º | 0.7% | 0.76% | - |
| HSV(B) | 307.86º | 0.35% | 0.93% | - |
| XYZ | 60.04 | 46.28 | 77.72 | - |
| YUV | 186.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 226 | 0 | 0.35 | 0.05 | 0.07 | 307.86 | 0.7 | 0.76 |
| Hex | ED | 99 | E2 | 0 | 23 | 5 | 7 | 134 | 46 | 4C |
| Octal | 355 | 231 | 342 | 0 | 43 | 5 | 7 | 464 | 106 | 114 |
| Binary | 11101101 | 10011001 | 11100010 | 0 | 100011 | 101 | 111 | 100110100 | 1000110 | 1001100 |
Color Harmonies of #ED99E2
Complementary color
Monochromatic Colors of #ED99E2
Black with #ED99E2
Text Example
Text Example
White with #ED99E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99E2; }
p { color: rgb(237,153,226); }
H1.HeaderClassName
{
color: #ED99E2;
}
.AnyTagClassName
{
color: #ED99E2;
}
</style>
background-color css
<style>
a { background-color: #ED99E2; }
a { background-color: rgb(237,153,226); }
div.DivClassName
{
background-color: #ED99E2;
}
.BgClassName
{
background-color: #ED99E2;
}
</style>
border-color css
<style>
span { border-color: #ED99E2; }
span { border-color: rgb(237,153,226); }
td.TdClassName
{
border-color: #ED99E2;
}
.TagClassName
{
border-color: #ED99E2;
}
</style>