Shades of Lavender Rose #ED96D3
Tints of Lavender Rose #ED96D3
RGB
CMYK
RGB Variations
Color information
#ED96D3 (or 0xED96D3) is known color: Lavender Rose. HEX triplet: ED, 96 and D3. RGB value is (237,150,211). Sum of RGB (Red+Green+Blue) = 237+150+211=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED96D3 is #12692C. Grayscale: #B6B6B6. Windows color (decimal): -1206573 or 13866733. OLE color: 13866733.
HSL color Cylindrical-coordinate representation of color #ED96D3: hue angle of 317.93º 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 #ED96D3 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 211 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.07 |
| HSL | 317.93º | 0.71% | 0.76% | - |
| HSV(B) | 317.93º | 0.37% | 0.93% | - |
| XYZ | 57.59 | 44.52 | 67.19 | - |
| YUV | 182.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 211 | 0 | 0.37 | 0.11 | 0.07 | 317.93 | 0.71 | 0.76 |
| Hex | ED | 96 | D3 | 0 | 25 | B | 7 | 13E | 47 | 4C |
| Octal | 355 | 226 | 323 | 0 | 45 | 13 | 7 | 476 | 107 | 114 |
| Binary | 11101101 | 10010110 | 11010011 | 0 | 100101 | 1011 | 111 | 100111110 | 1000111 | 1001100 |
Color Harmonies of #ED96D3
Complementary color
Monochromatic Colors of #ED96D3
Black with #ED96D3
Text Example
Text Example
White with #ED96D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED96D3; }
p { color: rgb(237,150,211); }
H1.HeaderClassName
{
color: #ED96D3;
}
.AnyTagClassName
{
color: #ED96D3;
}
</style>
background-color css
<style>
a { background-color: #ED96D3; }
a { background-color: rgb(237,150,211); }
div.DivClassName
{
background-color: #ED96D3;
}
.BgClassName
{
background-color: #ED96D3;
}
</style>
border-color css
<style>
span { border-color: #ED96D3; }
span { border-color: rgb(237,150,211); }
td.TdClassName
{
border-color: #ED96D3;
}
.TagClassName
{
border-color: #ED96D3;
}
</style>