Shades of Lavender Rose #EC9BD1
Tints of Lavender Rose #EC9BD1
RGB
CMYK
RGB Variations
Color information
#EC9BD1 (or 0xEC9BD1) is known color: Lavender Rose. HEX triplet: EC, 9B and D1. RGB value is (236,155,209). Sum of RGB (Red+Green+Blue) = 236+155+209=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BD1 is #13642E. Grayscale: #B9B9B9. Windows color (decimal): -1270831 or 13736940. OLE color: 13736940.
HSL color Cylindrical-coordinate representation of color #EC9BD1: hue angle of 320º 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 #EC9BD1 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 209 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.07 |
| HSL | 320º | 0.68% | 0.77% | - |
| HSV(B) | 320º | 0.34% | 0.93% | - |
| XYZ | 57.82 | 45.88 | 66.13 | - |
| YUV | 185.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 209 | 0 | 0.34 | 0.11 | 0.07 | 320 | 0.68 | 0.77 |
| Hex | EC | 9B | D1 | 0 | 22 | B | 7 | 140 | 44 | 4D |
| Octal | 354 | 233 | 321 | 0 | 42 | 13 | 7 | 500 | 104 | 115 |
| Binary | 11101100 | 10011011 | 11010001 | 0 | 100010 | 1011 | 111 | 101000000 | 1000100 | 1001101 |
Color Harmonies of #EC9BD1
Complementary color
Monochromatic Colors of #EC9BD1
Black with #EC9BD1
Text Example
Text Example
White with #EC9BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BD1; }
p { color: rgb(236,155,209); }
H1.HeaderClassName
{
color: #EC9BD1;
}
.AnyTagClassName
{
color: #EC9BD1;
}
</style>
background-color css
<style>
a { background-color: #EC9BD1; }
a { background-color: rgb(236,155,209); }
div.DivClassName
{
background-color: #EC9BD1;
}
.BgClassName
{
background-color: #EC9BD1;
}
</style>
border-color css
<style>
span { border-color: #EC9BD1; }
span { border-color: rgb(236,155,209); }
td.TdClassName
{
border-color: #EC9BD1;
}
.TagClassName
{
border-color: #EC9BD1;
}
</style>