Shades of Lavender Rose #ED9ED5
Tints of Lavender Rose #ED9ED5
RGB
CMYK
RGB Variations
Color information
#ED9ED5 (or 0xED9ED5) is known color: Lavender Rose. HEX triplet: ED, 9E and D5. RGB value is (237,158,213). Sum of RGB (Red+Green+Blue) = 237+158+213=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ED5 is #12612A. Grayscale: #BBBBBB. Windows color (decimal): -1204523 or 13999853. OLE color: 13999853.
HSL color Cylindrical-coordinate representation of color #ED9ED5: hue angle of 318.23º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9ED5 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 213 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.07 |
| HSL | 318.23º | 0.69% | 0.77% | - |
| HSV(B) | 318.23º | 0.33% | 0.93% | - |
| XYZ | 59.16 | 47.26 | 68.96 | - |
| YUV | 187.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 213 | 0 | 0.33 | 0.10 | 0.07 | 318.23 | 0.69 | 0.77 |
| Hex | ED | 9E | D5 | 0 | 21 | A | 7 | 13E | 45 | 4D |
| Octal | 355 | 236 | 325 | 0 | 41 | 12 | 7 | 476 | 105 | 115 |
| Binary | 11101101 | 10011110 | 11010101 | 0 | 100001 | 1010 | 111 | 100111110 | 1000101 | 1001101 |
Color Harmonies of #ED9ED5
Complementary color
Monochromatic Colors of #ED9ED5
Black with #ED9ED5
Text Example
Text Example
White with #ED9ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9ED5; }
p { color: rgb(237,158,213); }
H1.HeaderClassName
{
color: #ED9ED5;
}
.AnyTagClassName
{
color: #ED9ED5;
}
</style>
background-color css
<style>
a { background-color: #ED9ED5; }
a { background-color: rgb(237,158,213); }
div.DivClassName
{
background-color: #ED9ED5;
}
.BgClassName
{
background-color: #ED9ED5;
}
</style>
border-color css
<style>
span { border-color: #ED9ED5; }
span { border-color: rgb(237,158,213); }
td.TdClassName
{
border-color: #ED9ED5;
}
.TagClassName
{
border-color: #ED9ED5;
}
</style>