Shades of Lavender Rose #EC96DD
Tints of Lavender Rose #EC96DD
RGB
CMYK
RGB Variations
Color information
#EC96DD (or 0xEC96DD) is known color: Lavender Rose. HEX triplet: EC, 96 and DD. RGB value is (236,150,221). Sum of RGB (Red+Green+Blue) = 236+150+221=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96DD is #136922. Grayscale: #B7B7B7. Windows color (decimal): -1272099 or 14522092. OLE color: 14522092.
HSL color Cylindrical-coordinate representation of color #EC96DD: hue angle of 310.47º 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 #EC96DD is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 221 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.07 |
| HSL | 310.47º | 0.69% | 0.76% | - |
| HSV(B) | 310.47º | 0.36% | 0.93% | - |
| XYZ | 58.55 | 44.87 | 73.98 | - |
| YUV | 183.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 221 | 0 | 0.36 | 0.06 | 0.07 | 310.47 | 0.69 | 0.76 |
| Hex | EC | 96 | DD | 0 | 24 | 6 | 7 | 136 | 45 | 4C |
| Octal | 354 | 226 | 335 | 0 | 44 | 6 | 7 | 466 | 105 | 114 |
| Binary | 11101100 | 10010110 | 11011101 | 0 | 100100 | 110 | 111 | 100110110 | 1000101 | 1001100 |
Color Harmonies of #EC96DD
Complementary color
Monochromatic Colors of #EC96DD
Black with #EC96DD
Text Example
Text Example
White with #EC96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96DD; }
p { color: rgb(236,150,221); }
H1.HeaderClassName
{
color: #EC96DD;
}
.AnyTagClassName
{
color: #EC96DD;
}
</style>
background-color css
<style>
a { background-color: #EC96DD; }
a { background-color: rgb(236,150,221); }
div.DivClassName
{
background-color: #EC96DD;
}
.BgClassName
{
background-color: #EC96DD;
}
</style>
border-color css
<style>
span { border-color: #EC96DD; }
span { border-color: rgb(236,150,221); }
td.TdClassName
{
border-color: #EC96DD;
}
.TagClassName
{
border-color: #EC96DD;
}
</style>