Shades of Lavender Rose #EC93D6
Tints of Lavender Rose #EC93D6
RGB
CMYK
RGB Variations
Color information
#EC93D6 (or 0xEC93D6) is known color: Lavender Rose. HEX triplet: EC, 93 and D6. RGB value is (236,147,214). Sum of RGB (Red+Green+Blue) = 236+147+214=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #EC93D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC93D6 is #136C29. Grayscale: #B5B5B5. Windows color (decimal): -1272874 or 14062572. OLE color: 14062572.
HSL color Cylindrical-coordinate representation of color #EC93D6: hue angle of 314.83º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC93D6 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 214 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.07 |
| HSL | 314.83º | 0.7% | 0.75% | - |
| HSV(B) | 314.83º | 0.38% | 0.93% | - |
| XYZ | 57.16 | 43.56 | 69.01 | - |
| YUV | 181.25 | 146.49 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 214 | 0 | 0.38 | 0.09 | 0.07 | 314.83 | 0.7 | 0.75 |
| Hex | EC | 93 | D6 | 0 | 26 | 9 | 7 | 13B | 46 | 4B |
| Octal | 354 | 223 | 326 | 0 | 46 | 11 | 7 | 473 | 106 | 113 |
| Binary | 11101100 | 10010011 | 11010110 | 0 | 100110 | 1001 | 111 | 100111011 | 1000110 | 1001011 |
Color Harmonies of #EC93D6
Complementary color
Monochromatic Colors of #EC93D6
Black with #EC93D6
Text Example
Text Example
White with #EC93D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC93D6; }
p { color: rgb(236,147,214); }
H1.HeaderClassName
{
color: #EC93D6;
}
.AnyTagClassName
{
color: #EC93D6;
}
</style>
background-color css
<style>
a { background-color: #EC93D6; }
a { background-color: rgb(236,147,214); }
div.DivClassName
{
background-color: #EC93D6;
}
.BgClassName
{
background-color: #EC93D6;
}
</style>
border-color css
<style>
span { border-color: #EC93D6; }
span { border-color: rgb(236,147,214); }
td.TdClassName
{
border-color: #EC93D6;
}
.TagClassName
{
border-color: #EC93D6;
}
</style>