Shades of Lavender Rose #ED95D3
Tints of Lavender Rose #ED95D3
RGB
CMYK
RGB Variations
Color information
#ED95D3 (or 0xED95D3) is known color: Lavender Rose. HEX triplet: ED, 95 and D3. RGB value is (237,149,211). Sum of RGB (Red+Green+Blue) = 237+149+211=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED95D3 is #126A2C. Grayscale: #B6B6B6. Windows color (decimal): -1206829 or 13866477. OLE color: 13866477.
HSL color Cylindrical-coordinate representation of color #ED95D3: hue angle of 317.73º 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 #ED95D3 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 211 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.07 |
| HSL | 317.73º | 0.71% | 0.76% | - |
| HSV(B) | 317.73º | 0.37% | 0.93% | - |
| XYZ | 57.43 | 44.2 | 67.13 | - |
| YUV | 182.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 211 | 0 | 0.37 | 0.11 | 0.07 | 317.73 | 0.71 | 0.76 |
| Hex | ED | 95 | D3 | 0 | 25 | B | 7 | 13E | 47 | 4C |
| Octal | 355 | 225 | 323 | 0 | 45 | 13 | 7 | 476 | 107 | 114 |
| Binary | 11101101 | 10010101 | 11010011 | 0 | 100101 | 1011 | 111 | 100111110 | 1000111 | 1001100 |
Color Harmonies of #ED95D3
Complementary color
Monochromatic Colors of #ED95D3
Black with #ED95D3
Text Example
Text Example
White with #ED95D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95D3; }
p { color: rgb(237,149,211); }
H1.HeaderClassName
{
color: #ED95D3;
}
.AnyTagClassName
{
color: #ED95D3;
}
</style>
background-color css
<style>
a { background-color: #ED95D3; }
a { background-color: rgb(237,149,211); }
div.DivClassName
{
background-color: #ED95D3;
}
.BgClassName
{
background-color: #ED95D3;
}
</style>
border-color css
<style>
span { border-color: #ED95D3; }
span { border-color: rgb(237,149,211); }
td.TdClassName
{
border-color: #ED95D3;
}
.TagClassName
{
border-color: #ED95D3;
}
</style>