Shades of Lavender Rose #EC9CDA
Tints of Lavender Rose #EC9CDA
RGB
CMYK
RGB Variations
Color information
#EC9CDA (or 0xEC9CDA) is known color: Lavender Rose. HEX triplet: EC, 9C and DA. RGB value is (236,156,218). Sum of RGB (Red+Green+Blue) = 236+156+218=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CDA is #136325. Grayscale: #BABABA. Windows color (decimal): -1270566 or 14327020. OLE color: 14327020.
HSL color Cylindrical-coordinate representation of color #EC9CDA: hue angle of 313.5º 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 #EC9CDA is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 218 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.07 |
| HSL | 313.5º | 0.68% | 0.77% | - |
| HSV(B) | 313.5º | 0.34% | 0.93% | - |
| XYZ | 59.14 | 46.67 | 72.22 | - |
| YUV | 186.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 218 | 0 | 0.34 | 0.08 | 0.07 | 313.5 | 0.68 | 0.77 |
| Hex | EC | 9C | DA | 0 | 22 | 8 | 7 | 13A | 44 | 4D |
| Octal | 354 | 234 | 332 | 0 | 42 | 10 | 7 | 472 | 104 | 115 |
| Binary | 11101100 | 10011100 | 11011010 | 0 | 100010 | 1000 | 111 | 100111010 | 1000100 | 1001101 |
Color Harmonies of #EC9CDA
Complementary color
Monochromatic Colors of #EC9CDA
Black with #EC9CDA
Text Example
Text Example
White with #EC9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CDA; }
p { color: rgb(236,156,218); }
H1.HeaderClassName
{
color: #EC9CDA;
}
.AnyTagClassName
{
color: #EC9CDA;
}
</style>
background-color css
<style>
a { background-color: #EC9CDA; }
a { background-color: rgb(236,156,218); }
div.DivClassName
{
background-color: #EC9CDA;
}
.BgClassName
{
background-color: #EC9CDA;
}
</style>
border-color css
<style>
span { border-color: #EC9CDA; }
span { border-color: rgb(236,156,218); }
td.TdClassName
{
border-color: #EC9CDA;
}
.TagClassName
{
border-color: #EC9CDA;
}
</style>