Shades of Lavender Rose #EC9CD3
Tints of Lavender Rose #EC9CD3
RGB
CMYK
RGB Variations
Color information
#EC9CD3 (or 0xEC9CD3) is known color: Lavender Rose. HEX triplet: EC, 9C and D3. RGB value is (236,156,211). Sum of RGB (Red+Green+Blue) = 236+156+211=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CD3 is #13632C. Grayscale: #BABABA. Windows color (decimal): -1270573 or 13868268. OLE color: 13868268.
HSL color Cylindrical-coordinate representation of color #EC9CD3: hue angle of 318.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 #EC9CD3 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 211 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.07 |
| HSL | 318.75º | 0.68% | 0.77% | - |
| HSV(B) | 318.75º | 0.34% | 0.93% | - |
| XYZ | 58.24 | 46.31 | 67.5 | - |
| YUV | 186.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 211 | 0 | 0.34 | 0.11 | 0.07 | 318.75 | 0.68 | 0.77 |
| Hex | EC | 9C | D3 | 0 | 22 | B | 7 | 13F | 44 | 4D |
| Octal | 354 | 234 | 323 | 0 | 42 | 13 | 7 | 477 | 104 | 115 |
| Binary | 11101100 | 10011100 | 11010011 | 0 | 100010 | 1011 | 111 | 100111111 | 1000100 | 1001101 |
Color Harmonies of #EC9CD3
Complementary color
Monochromatic Colors of #EC9CD3
Black with #EC9CD3
Text Example
Text Example
White with #EC9CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CD3; }
p { color: rgb(236,156,211); }
H1.HeaderClassName
{
color: #EC9CD3;
}
.AnyTagClassName
{
color: #EC9CD3;
}
</style>
background-color css
<style>
a { background-color: #EC9CD3; }
a { background-color: rgb(236,156,211); }
div.DivClassName
{
background-color: #EC9CD3;
}
.BgClassName
{
background-color: #EC9CD3;
}
</style>
border-color css
<style>
span { border-color: #EC9CD3; }
span { border-color: rgb(236,156,211); }
td.TdClassName
{
border-color: #EC9CD3;
}
.TagClassName
{
border-color: #EC9CD3;
}
</style>