Shades of Lavender Rose #EC9CDF
Tints of Lavender Rose #EC9CDF
RGB
CMYK
RGB Variations
Color information
#EC9CDF (or 0xEC9CDF) is known color: Lavender Rose. HEX triplet: EC, 9C and DF. RGB value is (236,156,223). Sum of RGB (Red+Green+Blue) = 236+156+223=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CDF is #136320. Grayscale: #BBBBBB. Windows color (decimal): -1270561 or 14654700. OLE color: 14654700.
HSL color Cylindrical-coordinate representation of color #EC9CDF: hue angle of 309.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9CDF is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 223 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.07 |
| HSL | 309.75º | 0.68% | 0.77% | - |
| HSV(B) | 309.75º | 0.34% | 0.93% | - |
| XYZ | 59.8 | 46.94 | 75.72 | - |
| YUV | 187.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 223 | 0 | 0.34 | 0.06 | 0.07 | 309.75 | 0.68 | 0.77 |
| Hex | EC | 9C | DF | 0 | 22 | 6 | 7 | 136 | 44 | 4D |
| Octal | 354 | 234 | 337 | 0 | 42 | 6 | 7 | 466 | 104 | 115 |
| Binary | 11101100 | 10011100 | 11011111 | 0 | 100010 | 110 | 111 | 100110110 | 1000100 | 1001101 |
Color Harmonies of #EC9CDF
Complementary color
Monochromatic Colors of #EC9CDF
Black with #EC9CDF
Text Example
Text Example
White with #EC9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CDF; }
p { color: rgb(236,156,223); }
H1.HeaderClassName
{
color: #EC9CDF;
}
.AnyTagClassName
{
color: #EC9CDF;
}
</style>
background-color css
<style>
a { background-color: #EC9CDF; }
a { background-color: rgb(236,156,223); }
div.DivClassName
{
background-color: #EC9CDF;
}
.BgClassName
{
background-color: #EC9CDF;
}
</style>
border-color css
<style>
span { border-color: #EC9CDF; }
span { border-color: rgb(236,156,223); }
td.TdClassName
{
border-color: #EC9CDF;
}
.TagClassName
{
border-color: #EC9CDF;
}
</style>