Shades of Lavender Rose #EC96D1
Tints of Lavender Rose #EC96D1
RGB
CMYK
RGB Variations
Color information
#EC96D1 (or 0xEC96D1) is known color: Lavender Rose. HEX triplet: EC, 96 and D1. RGB value is (236,150,209). Sum of RGB (Red+Green+Blue) = 236+150+209=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC96D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC96D1 is #13692E. Grayscale: #B6B6B6. Windows color (decimal): -1272111 or 13735660. OLE color: 13735660.
HSL color Cylindrical-coordinate representation of color #EC96D1: hue angle of 318.84º 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 #EC96D1 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 209 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.07 |
| HSL | 318.84º | 0.69% | 0.76% | - |
| HSV(B) | 318.84º | 0.36% | 0.93% | - |
| XYZ | 57.01 | 44.25 | 65.86 | - |
| YUV | 182.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 209 | 0 | 0.36 | 0.11 | 0.07 | 318.84 | 0.69 | 0.76 |
| Hex | EC | 96 | D1 | 0 | 24 | B | 7 | 13F | 45 | 4C |
| Octal | 354 | 226 | 321 | 0 | 44 | 13 | 7 | 477 | 105 | 114 |
| Binary | 11101100 | 10010110 | 11010001 | 0 | 100100 | 1011 | 111 | 100111111 | 1000101 | 1001100 |
Color Harmonies of #EC96D1
Complementary color
Monochromatic Colors of #EC96D1
Black with #EC96D1
Text Example
Text Example
White with #EC96D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC96D1; }
p { color: rgb(236,150,209); }
H1.HeaderClassName
{
color: #EC96D1;
}
.AnyTagClassName
{
color: #EC96D1;
}
</style>
background-color css
<style>
a { background-color: #EC96D1; }
a { background-color: rgb(236,150,209); }
div.DivClassName
{
background-color: #EC96D1;
}
.BgClassName
{
background-color: #EC96D1;
}
</style>
border-color css
<style>
span { border-color: #EC96D1; }
span { border-color: rgb(236,150,209); }
td.TdClassName
{
border-color: #EC96D1;
}
.TagClassName
{
border-color: #EC96D1;
}
</style>