Shades of Lavender Rose #ED91D3
Tints of Lavender Rose #ED91D3
RGB
CMYK
RGB Variations
Color information
#ED91D3 (or 0xED91D3) is known color: Lavender Rose. HEX triplet: ED, 91 and D3. RGB value is (237,145,211). Sum of RGB (Red+Green+Blue) = 237+145+211=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91D3 is #126E2C. Grayscale: #B3B3B3. Windows color (decimal): -1207853 or 13865453. OLE color: 13865453.
HSL color Cylindrical-coordinate representation of color #ED91D3: hue angle of 316.96º 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 #ED91D3 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 211 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.07 |
| HSL | 316.96º | 0.72% | 0.75% | - |
| HSV(B) | 316.96º | 0.39% | 0.93% | - |
| XYZ | 56.81 | 42.96 | 66.93 | - |
| YUV | 180.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 211 | 0 | 0.39 | 0.11 | 0.07 | 316.96 | 0.72 | 0.75 |
| Hex | ED | 91 | D3 | 0 | 27 | B | 7 | 13D | 48 | 4B |
| Octal | 355 | 221 | 323 | 0 | 47 | 13 | 7 | 475 | 110 | 113 |
| Binary | 11101101 | 10010001 | 11010011 | 0 | 100111 | 1011 | 111 | 100111101 | 1001000 | 1001011 |
Color Harmonies of #ED91D3
Complementary color
Monochromatic Colors of #ED91D3
Black with #ED91D3
Text Example
Text Example
White with #ED91D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91D3; }
p { color: rgb(237,145,211); }
H1.HeaderClassName
{
color: #ED91D3;
}
.AnyTagClassName
{
color: #ED91D3;
}
</style>
background-color css
<style>
a { background-color: #ED91D3; }
a { background-color: rgb(237,145,211); }
div.DivClassName
{
background-color: #ED91D3;
}
.BgClassName
{
background-color: #ED91D3;
}
</style>
border-color css
<style>
span { border-color: #ED91D3; }
span { border-color: rgb(237,145,211); }
td.TdClassName
{
border-color: #ED91D3;
}
.TagClassName
{
border-color: #ED91D3;
}
</style>