Shades of Lavender Rose #EC9CDD
Tints of Lavender Rose #EC9CDD
RGB
CMYK
RGB Variations
Color information
#EC9CDD (or 0xEC9CDD) is known color: Lavender Rose. HEX triplet: EC, 9C and DD. RGB value is (236,156,221). Sum of RGB (Red+Green+Blue) = 236+156+221=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CDD is #136322. Grayscale: #BBBBBB. Windows color (decimal): -1270563 or 14523628. OLE color: 14523628.
HSL color Cylindrical-coordinate representation of color #EC9CDD: hue angle of 311.25º 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 #EC9CDD is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 221 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.07 |
| HSL | 311.25º | 0.68% | 0.77% | - |
| HSV(B) | 311.25º | 0.34% | 0.93% | - |
| XYZ | 59.53 | 46.83 | 74.31 | - |
| YUV | 187.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 221 | 0 | 0.34 | 0.06 | 0.07 | 311.25 | 0.68 | 0.77 |
| Hex | EC | 9C | DD | 0 | 22 | 6 | 7 | 137 | 44 | 4D |
| Octal | 354 | 234 | 335 | 0 | 42 | 6 | 7 | 467 | 104 | 115 |
| Binary | 11101100 | 10011100 | 11011101 | 0 | 100010 | 110 | 111 | 100110111 | 1000100 | 1001101 |
Color Harmonies of #EC9CDD
Complementary color
Monochromatic Colors of #EC9CDD
Black with #EC9CDD
Text Example
Text Example
White with #EC9CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CDD; }
p { color: rgb(236,156,221); }
H1.HeaderClassName
{
color: #EC9CDD;
}
.AnyTagClassName
{
color: #EC9CDD;
}
</style>
background-color css
<style>
a { background-color: #EC9CDD; }
a { background-color: rgb(236,156,221); }
div.DivClassName
{
background-color: #EC9CDD;
}
.BgClassName
{
background-color: #EC9CDD;
}
</style>
border-color css
<style>
span { border-color: #EC9CDD; }
span { border-color: rgb(236,156,221); }
td.TdClassName
{
border-color: #EC9CDD;
}
.TagClassName
{
border-color: #EC9CDD;
}
</style>