Shades of Lavender Rose #ED99E3
Tints of Lavender Rose #ED99E3
RGB
CMYK
RGB Variations
Color information
#ED99E3 (or 0xED99E3) is known color: Lavender Rose. HEX triplet: ED, 99 and E3. RGB value is (237,153,227). Sum of RGB (Red+Green+Blue) = 237+153+227=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #ED99E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED99E3 is #12661C. Grayscale: #BABABA. Windows color (decimal): -1205789 or 14916077. OLE color: 14916077.
HSL color Cylindrical-coordinate representation of color #ED99E3: hue angle of 307.14º 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 #ED99E3 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 227 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.07 |
| HSL | 307.14º | 0.7% | 0.76% | - |
| HSV(B) | 307.14º | 0.35% | 0.93% | - |
| XYZ | 60.18 | 46.33 | 78.44 | - |
| YUV | 186.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 227 | 0 | 0.35 | 0.04 | 0.07 | 307.14 | 0.7 | 0.76 |
| Hex | ED | 99 | E3 | 0 | 23 | 4 | 7 | 133 | 46 | 4C |
| Octal | 355 | 231 | 343 | 0 | 43 | 4 | 7 | 463 | 106 | 114 |
| Binary | 11101101 | 10011001 | 11100011 | 0 | 100011 | 100 | 111 | 100110011 | 1000110 | 1001100 |
Color Harmonies of #ED99E3
Complementary color
Monochromatic Colors of #ED99E3
Black with #ED99E3
Text Example
Text Example
White with #ED99E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99E3; }
p { color: rgb(237,153,227); }
H1.HeaderClassName
{
color: #ED99E3;
}
.AnyTagClassName
{
color: #ED99E3;
}
</style>
background-color css
<style>
a { background-color: #ED99E3; }
a { background-color: rgb(237,153,227); }
div.DivClassName
{
background-color: #ED99E3;
}
.BgClassName
{
background-color: #ED99E3;
}
</style>
border-color css
<style>
span { border-color: #ED99E3; }
span { border-color: rgb(237,153,227); }
td.TdClassName
{
border-color: #ED99E3;
}
.TagClassName
{
border-color: #ED99E3;
}
</style>