Shades of Lavender Rose #EC9FD1
Tints of Lavender Rose #EC9FD1
RGB
CMYK
RGB Variations
Color information
#EC9FD1 (or 0xEC9FD1) is known color: Lavender Rose. HEX triplet: EC, 9F and D1. RGB value is (236,159,209). Sum of RGB (Red+Green+Blue) = 236+159+209=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9FD1 is #13602E. Grayscale: #BBBBBB. Windows color (decimal): -1269807 or 13737964. OLE color: 13737964.
HSL color Cylindrical-coordinate representation of color #EC9FD1: hue angle of 321.04º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9FD1 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 209 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.07 |
| HSL | 321.04º | 0.67% | 0.77% | - |
| HSV(B) | 321.04º | 0.33% | 0.93% | - |
| XYZ | 58.5 | 47.23 | 66.36 | - |
| YUV | 187.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 209 | 0 | 0.33 | 0.11 | 0.07 | 321.04 | 0.67 | 0.77 |
| Hex | EC | 9F | D1 | 0 | 21 | B | 7 | 141 | 43 | 4D |
| Octal | 354 | 237 | 321 | 0 | 41 | 13 | 7 | 501 | 103 | 115 |
| Binary | 11101100 | 10011111 | 11010001 | 0 | 100001 | 1011 | 111 | 101000001 | 1000011 | 1001101 |
Color Harmonies of #EC9FD1
Complementary color
Monochromatic Colors of #EC9FD1
Black with #EC9FD1
Text Example
Text Example
White with #EC9FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9FD1; }
p { color: rgb(236,159,209); }
H1.HeaderClassName
{
color: #EC9FD1;
}
.AnyTagClassName
{
color: #EC9FD1;
}
</style>
background-color css
<style>
a { background-color: #EC9FD1; }
a { background-color: rgb(236,159,209); }
div.DivClassName
{
background-color: #EC9FD1;
}
.BgClassName
{
background-color: #EC9FD1;
}
</style>
border-color css
<style>
span { border-color: #EC9FD1; }
span { border-color: rgb(236,159,209); }
td.TdClassName
{
border-color: #EC9FD1;
}
.TagClassName
{
border-color: #EC9FD1;
}
</style>