Shades of Lavender Rose #ED96D8
Tints of Lavender Rose #ED96D8
RGB
CMYK
RGB Variations
Color information
#ED96D8 (or 0xED96D8) is known color: Lavender Rose. HEX triplet: ED, 96 and D8. RGB value is (237,150,216). Sum of RGB (Red+Green+Blue) = 237+150+216=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96D8 is #126927. Grayscale: #B7B7B7. Windows color (decimal): -1206568 or 14194413. OLE color: 14194413.
HSL color Cylindrical-coordinate representation of color #ED96D8: hue angle of 314.48º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED96D8 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 216 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.07 |
| HSL | 314.48º | 0.71% | 0.76% | - |
| HSV(B) | 314.48º | 0.37% | 0.93% | - |
| XYZ | 58.23 | 44.78 | 70.54 | - |
| YUV | 183.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 216 | 0 | 0.37 | 0.09 | 0.07 | 314.48 | 0.71 | 0.76 |
| Hex | ED | 96 | D8 | 0 | 25 | 9 | 7 | 13A | 47 | 4C |
| Octal | 355 | 226 | 330 | 0 | 45 | 11 | 7 | 472 | 107 | 114 |
| Binary | 11101101 | 10010110 | 11011000 | 0 | 100101 | 1001 | 111 | 100111010 | 1000111 | 1001100 |
Color Harmonies of #ED96D8
Complementary color
Monochromatic Colors of #ED96D8
Black with #ED96D8
Text Example
Text Example
White with #ED96D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED96D8; }
p { color: rgb(237,150,216); }
H1.HeaderClassName
{
color: #ED96D8;
}
.AnyTagClassName
{
color: #ED96D8;
}
</style>
background-color css
<style>
a { background-color: #ED96D8; }
a { background-color: rgb(237,150,216); }
div.DivClassName
{
background-color: #ED96D8;
}
.BgClassName
{
background-color: #ED96D8;
}
</style>
border-color css
<style>
span { border-color: #ED96D8; }
span { border-color: rgb(237,150,216); }
td.TdClassName
{
border-color: #ED96D8;
}
.TagClassName
{
border-color: #ED96D8;
}
</style>