Shades of Lavender Rose #EC96DA
Tints of Lavender Rose #EC96DA
RGB
CMYK
RGB Variations
Color information
#EC96DA (or 0xEC96DA) is known color: Lavender Rose. HEX triplet: EC, 96 and DA. RGB value is (236,150,218). Sum of RGB (Red+Green+Blue) = 236+150+218=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96DA is #136925. Grayscale: #B7B7B7. Windows color (decimal): -1272102 or 14325484. OLE color: 14325484.
HSL color Cylindrical-coordinate representation of color #EC96DA: hue angle of 312.56º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC96DA is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 218 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.07 |
| HSL | 312.56º | 0.69% | 0.76% | - |
| HSV(B) | 312.56º | 0.36% | 0.93% | - |
| XYZ | 58.15 | 44.71 | 71.89 | - |
| YUV | 183.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 218 | 0 | 0.36 | 0.08 | 0.07 | 312.56 | 0.69 | 0.76 |
| Hex | EC | 96 | DA | 0 | 24 | 8 | 7 | 139 | 45 | 4C |
| Octal | 354 | 226 | 332 | 0 | 44 | 10 | 7 | 471 | 105 | 114 |
| Binary | 11101100 | 10010110 | 11011010 | 0 | 100100 | 1000 | 111 | 100111001 | 1000101 | 1001100 |
Color Harmonies of #EC96DA
Complementary color
Monochromatic Colors of #EC96DA
Black with #EC96DA
Text Example
Text Example
White with #EC96DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96DA; }
p { color: rgb(236,150,218); }
H1.HeaderClassName
{
color: #EC96DA;
}
.AnyTagClassName
{
color: #EC96DA;
}
</style>
background-color css
<style>
a { background-color: #EC96DA; }
a { background-color: rgb(236,150,218); }
div.DivClassName
{
background-color: #EC96DA;
}
.BgClassName
{
background-color: #EC96DA;
}
</style>
border-color css
<style>
span { border-color: #EC96DA; }
span { border-color: rgb(236,150,218); }
td.TdClassName
{
border-color: #EC96DA;
}
.TagClassName
{
border-color: #EC96DA;
}
</style>