Shades of Lavender Rose #EC9ED1
Tints of Lavender Rose #EC9ED1
RGB
CMYK
RGB Variations
Color information
#EC9ED1 (or 0xEC9ED1) is known color: Lavender Rose. HEX triplet: EC, 9E and D1. RGB value is (236,158,209). Sum of RGB (Red+Green+Blue) = 236+158+209=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 158 (62.11% from 255 or 26.20% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ED1 is #13612E. Grayscale: #BBBBBB. Windows color (decimal): -1270063 or 13737708. OLE color: 13737708.
HSL color Cylindrical-coordinate representation of color #EC9ED1: hue angle of 320.77º degrees, saturation: 0.67, 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 #EC9ED1 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 209 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.07 |
| HSL | 320.77º | 0.67% | 0.77% | - |
| HSV(B) | 320.77º | 0.33% | 0.93% | - |
| XYZ | 58.33 | 46.89 | 66.3 | - |
| YUV | 187.14 | 140.34 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 209 | 0 | 0.33 | 0.11 | 0.07 | 320.77 | 0.67 | 0.77 |
| Hex | EC | 9E | D1 | 0 | 21 | B | 7 | 141 | 43 | 4D |
| Octal | 354 | 236 | 321 | 0 | 41 | 13 | 7 | 501 | 103 | 115 |
| Binary | 11101100 | 10011110 | 11010001 | 0 | 100001 | 1011 | 111 | 101000001 | 1000011 | 1001101 |
Color Harmonies of #EC9ED1
Complementary color
Monochromatic Colors of #EC9ED1
Black with #EC9ED1
Text Example
Text Example
White with #EC9ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9ED1; }
p { color: rgb(236,158,209); }
H1.HeaderClassName
{
color: #EC9ED1;
}
.AnyTagClassName
{
color: #EC9ED1;
}
</style>
background-color css
<style>
a { background-color: #EC9ED1; }
a { background-color: rgb(236,158,209); }
div.DivClassName
{
background-color: #EC9ED1;
}
.BgClassName
{
background-color: #EC9ED1;
}
</style>
border-color css
<style>
span { border-color: #EC9ED1; }
span { border-color: rgb(236,158,209); }
td.TdClassName
{
border-color: #EC9ED1;
}
.TagClassName
{
border-color: #EC9ED1;
}
</style>