Shades of Lavender Rose #EC9CE1
Tints of Lavender Rose #EC9CE1
RGB
CMYK
RGB Variations
Color information
#EC9CE1 (or 0xEC9CE1) is known color: Lavender Rose. HEX triplet: EC, 9C and E1. RGB value is (236,156,225). Sum of RGB (Red+Green+Blue) = 236+156+225=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CE1 is #13631E. Grayscale: #BBBBBB. Windows color (decimal): -1270559 or 14785772. OLE color: 14785772.
HSL color Cylindrical-coordinate representation of color #EC9CE1: hue angle of 308.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 #EC9CE1 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 156 | 225 | - |
CMYK | 0 | 0.34 | 0.05 | 0.07 |
HSL | 308.25º | 0.68% | 0.77% | - |
HSV(B) | 308.25º | 0.34% | 0.93% | - |
XYZ | 60.07 | 47.05 | 77.15 | - |
YUV | 187.79 | 149 | 162.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 156 | 225 | 0 | 0.34 | 0.05 | 0.07 | 308.25 | 0.68 | 0.77 |
Hex | EC | 9C | E1 | 0 | 22 | 5 | 7 | 134 | 44 | 4D |
Octal | 354 | 234 | 341 | 0 | 42 | 5 | 7 | 464 | 104 | 115 |
Binary | 11101100 | 10011100 | 11100001 | 0 | 100010 | 101 | 111 | 100110100 | 1000100 | 1001101 |
Color Harmonies of #EC9CE1
Complementary color
Monochromatic Colors of #EC9CE1
Black with #EC9CE1
Text Example
Text Example
White with #EC9CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CE1; }
p { color: rgb(236,156,225); }
H1.HeaderClassName
{
color: #EC9CE1;
}
.AnyTagClassName
{
color: #EC9CE1;
}
</style>
background-color css
<style>
a { background-color: #EC9CE1; }
a { background-color: rgb(236,156,225); }
div.DivClassName
{
background-color: #EC9CE1;
}
.BgClassName
{
background-color: #EC9CE1;
}
</style>
border-color css
<style>
span { border-color: #EC9CE1; }
span { border-color: rgb(236,156,225); }
td.TdClassName
{
border-color: #EC9CE1;
}
.TagClassName
{
border-color: #EC9CE1;
}
</style>