Shades of Lavender Rose #EC9DDF
Tints of Lavender Rose #EC9DDF
RGB
CMYK
RGB Variations
Color information
#EC9DDF (or 0xEC9DDF) is known color: Lavender Rose. HEX triplet: EC, 9D and DF. RGB value is (236,157,223). Sum of RGB (Red+Green+Blue) = 236+157+223=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DDF is #136220. Grayscale: #BBBBBB. Windows color (decimal): -1270305 or 14654956. OLE color: 14654956.
HSL color Cylindrical-coordinate representation of color #EC9DDF: hue angle of 309.87º degrees, saturation: 0.68, 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 #EC9DDF is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 223 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.07 |
| HSL | 309.87º | 0.68% | 0.77% | - |
| HSV(B) | 309.87º | 0.33% | 0.93% | - |
| XYZ | 59.97 | 47.27 | 75.78 | - |
| YUV | 188.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 223 | 0 | 0.33 | 0.06 | 0.07 | 309.87 | 0.68 | 0.77 |
| Hex | EC | 9D | DF | 0 | 21 | 6 | 7 | 136 | 44 | 4D |
| Octal | 354 | 235 | 337 | 0 | 41 | 6 | 7 | 466 | 104 | 115 |
| Binary | 11101100 | 10011101 | 11011111 | 0 | 100001 | 110 | 111 | 100110110 | 1000100 | 1001101 |
Color Harmonies of #EC9DDF
Complementary color
Monochromatic Colors of #EC9DDF
Black with #EC9DDF
Text Example
Text Example
White with #EC9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DDF; }
p { color: rgb(236,157,223); }
H1.HeaderClassName
{
color: #EC9DDF;
}
.AnyTagClassName
{
color: #EC9DDF;
}
</style>
background-color css
<style>
a { background-color: #EC9DDF; }
a { background-color: rgb(236,157,223); }
div.DivClassName
{
background-color: #EC9DDF;
}
.BgClassName
{
background-color: #EC9DDF;
}
</style>
border-color css
<style>
span { border-color: #EC9DDF; }
span { border-color: rgb(236,157,223); }
td.TdClassName
{
border-color: #EC9DDF;
}
.TagClassName
{
border-color: #EC9DDF;
}
</style>