Shades of Lavender Rose #EC95DF
Tints of Lavender Rose #EC95DF
RGB
CMYK
RGB Variations
Color information
#EC95DF (or 0xEC95DF) is known color: Lavender Rose. HEX triplet: EC, 95 and DF. RGB value is (236,149,223). Sum of RGB (Red+Green+Blue) = 236+149+223=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 149 (58.59% from 255 or 24.51% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #EC95DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC95DF is #136A20. Grayscale: #B7B7B7. Windows color (decimal): -1272353 or 14652908. OLE color: 14652908.
HSL color Cylindrical-coordinate representation of color #EC95DF: hue angle of 308.97º 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 #EC95DF is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 223 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.07 |
| HSL | 308.97º | 0.7% | 0.75% | - |
| HSV(B) | 308.97º | 0.37% | 0.93% | - |
| XYZ | 58.66 | 44.66 | 75.34 | - |
| YUV | 183.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 223 | 0 | 0.37 | 0.06 | 0.07 | 308.97 | 0.7 | 0.75 |
| Hex | EC | 95 | DF | 0 | 25 | 6 | 7 | 135 | 46 | 4B |
| Octal | 354 | 225 | 337 | 0 | 45 | 6 | 7 | 465 | 106 | 113 |
| Binary | 11101100 | 10010101 | 11011111 | 0 | 100101 | 110 | 111 | 100110101 | 1000110 | 1001011 |
Color Harmonies of #EC95DF
Complementary color
Monochromatic Colors of #EC95DF
Black with #EC95DF
Text Example
Text Example
White with #EC95DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC95DF; }
p { color: rgb(236,149,223); }
H1.HeaderClassName
{
color: #EC95DF;
}
.AnyTagClassName
{
color: #EC95DF;
}
</style>
background-color css
<style>
a { background-color: #EC95DF; }
a { background-color: rgb(236,149,223); }
div.DivClassName
{
background-color: #EC95DF;
}
.BgClassName
{
background-color: #EC95DF;
}
</style>
border-color css
<style>
span { border-color: #EC95DF; }
span { border-color: rgb(236,149,223); }
td.TdClassName
{
border-color: #EC95DF;
}
.TagClassName
{
border-color: #EC95DF;
}
</style>