Shades of Lavender Rose #ED91D5
Tints of Lavender Rose #ED91D5
RGB
CMYK
RGB Variations
Color information
#ED91D5 (or 0xED91D5) is known color: Lavender Rose. HEX triplet: ED, 91 and D5. RGB value is (237,145,213). Sum of RGB (Red+Green+Blue) = 237+145+213=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91D5 is #126E2A. Grayscale: #B4B4B4. Windows color (decimal): -1207851 or 13996525. OLE color: 13996525.
HSL color Cylindrical-coordinate representation of color #ED91D5: hue angle of 315.65º 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 #ED91D5 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 213 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.07 |
| HSL | 315.65º | 0.72% | 0.75% | - |
| HSV(B) | 315.65º | 0.39% | 0.93% | - |
| XYZ | 57.06 | 43.06 | 68.25 | - |
| YUV | 180.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 213 | 0 | 0.39 | 0.10 | 0.07 | 315.65 | 0.72 | 0.75 |
| Hex | ED | 91 | D5 | 0 | 27 | A | 7 | 13C | 48 | 4B |
| Octal | 355 | 221 | 325 | 0 | 47 | 12 | 7 | 474 | 110 | 113 |
| Binary | 11101101 | 10010001 | 11010101 | 0 | 100111 | 1010 | 111 | 100111100 | 1001000 | 1001011 |
Color Harmonies of #ED91D5
Complementary color
Monochromatic Colors of #ED91D5
Black with #ED91D5
Text Example
Text Example
White with #ED91D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91D5; }
p { color: rgb(237,145,213); }
H1.HeaderClassName
{
color: #ED91D5;
}
.AnyTagClassName
{
color: #ED91D5;
}
</style>
background-color css
<style>
a { background-color: #ED91D5; }
a { background-color: rgb(237,145,213); }
div.DivClassName
{
background-color: #ED91D5;
}
.BgClassName
{
background-color: #ED91D5;
}
</style>
border-color css
<style>
span { border-color: #ED91D5; }
span { border-color: rgb(237,145,213); }
td.TdClassName
{
border-color: #ED91D5;
}
.TagClassName
{
border-color: #ED91D5;
}
</style>