Shades of Lavender Rose #ED95D1
Tints of Lavender Rose #ED95D1
RGB
CMYK
RGB Variations
Color information
#ED95D1 (or 0xED95D1) is known color: Lavender Rose. HEX triplet: ED, 95 and D1. RGB value is (237,149,209). Sum of RGB (Red+Green+Blue) = 237+149+209=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED95D1 is #126A2E. Grayscale: #B6B6B6. Windows color (decimal): -1206831 or 13735405. OLE color: 13735405.
HSL color Cylindrical-coordinate representation of color #ED95D1: hue angle of 319.09º 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 #ED95D1 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 209 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.07 |
| HSL | 319.09º | 0.71% | 0.76% | - |
| HSV(B) | 319.09º | 0.37% | 0.93% | - |
| XYZ | 57.18 | 44.1 | 65.82 | - |
| YUV | 182.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 209 | 0 | 0.37 | 0.12 | 0.07 | 319.09 | 0.71 | 0.76 |
| Hex | ED | 95 | D1 | 0 | 25 | C | 7 | 13F | 47 | 4C |
| Octal | 355 | 225 | 321 | 0 | 45 | 14 | 7 | 477 | 107 | 114 |
| Binary | 11101101 | 10010101 | 11010001 | 0 | 100101 | 1100 | 111 | 100111111 | 1000111 | 1001100 |
Color Harmonies of #ED95D1
Complementary color
Monochromatic Colors of #ED95D1
Black with #ED95D1
Text Example
Text Example
White with #ED95D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95D1; }
p { color: rgb(237,149,209); }
H1.HeaderClassName
{
color: #ED95D1;
}
.AnyTagClassName
{
color: #ED95D1;
}
</style>
background-color css
<style>
a { background-color: #ED95D1; }
a { background-color: rgb(237,149,209); }
div.DivClassName
{
background-color: #ED95D1;
}
.BgClassName
{
background-color: #ED95D1;
}
</style>
border-color css
<style>
span { border-color: #ED95D1; }
span { border-color: rgb(237,149,209); }
td.TdClassName
{
border-color: #ED95D1;
}
.TagClassName
{
border-color: #ED95D1;
}
</style>