Shades of Lavender Rose #EC94D6
Tints of Lavender Rose #EC94D6
RGB
CMYK
RGB Variations
Color information
#EC94D6 (or 0xEC94D6) is known color: Lavender Rose. HEX triplet: EC, 94 and D6. RGB value is (236,148,214). Sum of RGB (Red+Green+Blue) = 236+148+214=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC94D6 is #136B29. Grayscale: #B5B5B5. Windows color (decimal): -1272618 or 14062828. OLE color: 14062828.
HSL color Cylindrical-coordinate representation of color #EC94D6: hue angle of 315º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC94D6 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 214 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.07 |
| HSL | 315º | 0.7% | 0.75% | - |
| HSV(B) | 315º | 0.37% | 0.93% | - |
| XYZ | 57.32 | 43.87 | 69.06 | - |
| YUV | 181.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 214 | 0 | 0.37 | 0.09 | 0.07 | 315 | 0.7 | 0.75 |
| Hex | EC | 94 | D6 | 0 | 25 | 9 | 7 | 13B | 46 | 4B |
| Octal | 354 | 224 | 326 | 0 | 45 | 11 | 7 | 473 | 106 | 113 |
| Binary | 11101100 | 10010100 | 11010110 | 0 | 100101 | 1001 | 111 | 100111011 | 1000110 | 1001011 |
Color Harmonies of #EC94D6
Complementary color
Monochromatic Colors of #EC94D6
Black with #EC94D6
Text Example
Text Example
White with #EC94D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94D6; }
p { color: rgb(236,148,214); }
H1.HeaderClassName
{
color: #EC94D6;
}
.AnyTagClassName
{
color: #EC94D6;
}
</style>
background-color css
<style>
a { background-color: #EC94D6; }
a { background-color: rgb(236,148,214); }
div.DivClassName
{
background-color: #EC94D6;
}
.BgClassName
{
background-color: #EC94D6;
}
</style>
border-color css
<style>
span { border-color: #EC94D6; }
span { border-color: rgb(236,148,214); }
td.TdClassName
{
border-color: #EC94D6;
}
.TagClassName
{
border-color: #EC94D6;
}
</style>