Shades of Lavender Rose #EC94D5
Tints of Lavender Rose #EC94D5
RGB
CMYK
RGB Variations
Color information
#EC94D5 (or 0xEC94D5) is known color: Lavender Rose. HEX triplet: EC, 94 and D5. RGB value is (236,148,213). Sum of RGB (Red+Green+Blue) = 236+148+213=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #EC94D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC94D5 is #136B2A. Grayscale: #B5B5B5. Windows color (decimal): -1272619 or 13997292. OLE color: 13997292.
HSL color Cylindrical-coordinate representation of color #EC94D5: hue angle of 315.68º 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 #EC94D5 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 213 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.07 |
| HSL | 315.68º | 0.7% | 0.75% | - |
| HSV(B) | 315.68º | 0.37% | 0.93% | - |
| XYZ | 57.19 | 43.82 | 68.39 | - |
| YUV | 181.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 213 | 0 | 0.37 | 0.10 | 0.07 | 315.68 | 0.7 | 0.75 |
| Hex | EC | 94 | D5 | 0 | 25 | A | 7 | 13C | 46 | 4B |
| Octal | 354 | 224 | 325 | 0 | 45 | 12 | 7 | 474 | 106 | 113 |
| Binary | 11101100 | 10010100 | 11010101 | 0 | 100101 | 1010 | 111 | 100111100 | 1000110 | 1001011 |
Color Harmonies of #EC94D5
Complementary color
Monochromatic Colors of #EC94D5
Black with #EC94D5
Text Example
Text Example
White with #EC94D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC94D5; }
p { color: rgb(236,148,213); }
H1.HeaderClassName
{
color: #EC94D5;
}
.AnyTagClassName
{
color: #EC94D5;
}
</style>
background-color css
<style>
a { background-color: #EC94D5; }
a { background-color: rgb(236,148,213); }
div.DivClassName
{
background-color: #EC94D5;
}
.BgClassName
{
background-color: #EC94D5;
}
</style>
border-color css
<style>
span { border-color: #EC94D5; }
span { border-color: rgb(236,148,213); }
td.TdClassName
{
border-color: #EC94D5;
}
.TagClassName
{
border-color: #EC94D5;
}
</style>