Shades of Lavender Rose #EC9BDD
Tints of Lavender Rose #EC9BDD
RGB
CMYK
RGB Variations
Color information
#EC9BDD (or 0xEC9BDD) is known color: Lavender Rose. HEX triplet: EC, 9B and DD. RGB value is (236,155,221). Sum of RGB (Red+Green+Blue) = 236+155+221=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BDD is #136422. Grayscale: #BABABA. Windows color (decimal): -1270819 or 14523372. OLE color: 14523372.
HSL color Cylindrical-coordinate representation of color #EC9BDD: hue angle of 311.11º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9BDD is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 221 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.07 |
| HSL | 311.11º | 0.68% | 0.77% | - |
| HSV(B) | 311.11º | 0.34% | 0.93% | - |
| XYZ | 59.36 | 46.5 | 74.25 | - |
| YUV | 186.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 221 | 0 | 0.34 | 0.06 | 0.07 | 311.11 | 0.68 | 0.77 |
| Hex | EC | 9B | DD | 0 | 22 | 6 | 7 | 137 | 44 | 4D |
| Octal | 354 | 233 | 335 | 0 | 42 | 6 | 7 | 467 | 104 | 115 |
| Binary | 11101100 | 10011011 | 11011101 | 0 | 100010 | 110 | 111 | 100110111 | 1000100 | 1001101 |
Color Harmonies of #EC9BDD
Complementary color
Monochromatic Colors of #EC9BDD
Black with #EC9BDD
Text Example
Text Example
White with #EC9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BDD; }
p { color: rgb(236,155,221); }
H1.HeaderClassName
{
color: #EC9BDD;
}
.AnyTagClassName
{
color: #EC9BDD;
}
</style>
background-color css
<style>
a { background-color: #EC9BDD; }
a { background-color: rgb(236,155,221); }
div.DivClassName
{
background-color: #EC9BDD;
}
.BgClassName
{
background-color: #EC9BDD;
}
</style>
border-color css
<style>
span { border-color: #EC9BDD; }
span { border-color: rgb(236,155,221); }
td.TdClassName
{
border-color: #EC9BDD;
}
.TagClassName
{
border-color: #EC9BDD;
}
</style>