Shades of Lavender Rose #ED90D2
Tints of Lavender Rose #ED90D2
RGB
CMYK
RGB Variations
Color information
#ED90D2 (or 0xED90D2) is known color: Lavender Rose. HEX triplet: ED, 90 and D2. RGB value is (237,144,210). Sum of RGB (Red+Green+Blue) = 237+144+210=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90D2 is #126F2D. Grayscale: #B3B3B3. Windows color (decimal): -1208110 or 13799661. OLE color: 13799661.
HSL color Cylindrical-coordinate representation of color #ED90D2: hue angle of 317.42º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED90D2 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 210 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.07 |
| HSL | 317.42º | 0.72% | 0.75% | - |
| HSV(B) | 317.42º | 0.39% | 0.93% | - |
| XYZ | 56.53 | 42.6 | 66.22 | - |
| YUV | 179.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 210 | 0 | 0.39 | 0.11 | 0.07 | 317.42 | 0.72 | 0.75 |
| Hex | ED | 90 | D2 | 0 | 27 | B | 7 | 13D | 48 | 4B |
| Octal | 355 | 220 | 322 | 0 | 47 | 13 | 7 | 475 | 110 | 113 |
| Binary | 11101101 | 10010000 | 11010010 | 0 | 100111 | 1011 | 111 | 100111101 | 1001000 | 1001011 |
Color Harmonies of #ED90D2
Complementary color
Monochromatic Colors of #ED90D2
Black with #ED90D2
Text Example
Text Example
White with #ED90D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90D2; }
p { color: rgb(237,144,210); }
H1.HeaderClassName
{
color: #ED90D2;
}
.AnyTagClassName
{
color: #ED90D2;
}
</style>
background-color css
<style>
a { background-color: #ED90D2; }
a { background-color: rgb(237,144,210); }
div.DivClassName
{
background-color: #ED90D2;
}
.BgClassName
{
background-color: #ED90D2;
}
</style>
border-color css
<style>
span { border-color: #ED90D2; }
span { border-color: rgb(237,144,210); }
td.TdClassName
{
border-color: #ED90D2;
}
.TagClassName
{
border-color: #ED90D2;
}
</style>