Shades of Lavender Rose #EC9BD3
Tints of Lavender Rose #EC9BD3
RGB
CMYK
RGB Variations
Color information
#EC9BD3 (or 0xEC9BD3) is known color: Lavender Rose. HEX triplet: EC, 9B and D3. RGB value is (236,155,211). Sum of RGB (Red+Green+Blue) = 236+155+211=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BD3 is #13642C. Grayscale: #B9B9B9. Windows color (decimal): -1270829 or 13868012. OLE color: 13868012.
HSL color Cylindrical-coordinate representation of color #EC9BD3: hue angle of 318.52º 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 #EC9BD3 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 211 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.07 |
| HSL | 318.52º | 0.68% | 0.77% | - |
| HSV(B) | 318.52º | 0.34% | 0.93% | - |
| XYZ | 58.07 | 45.98 | 67.44 | - |
| YUV | 185.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 211 | 0 | 0.34 | 0.11 | 0.07 | 318.52 | 0.68 | 0.77 |
| Hex | EC | 9B | D3 | 0 | 22 | B | 7 | 13F | 44 | 4D |
| Octal | 354 | 233 | 323 | 0 | 42 | 13 | 7 | 477 | 104 | 115 |
| Binary | 11101100 | 10011011 | 11010011 | 0 | 100010 | 1011 | 111 | 100111111 | 1000100 | 1001101 |
Color Harmonies of #EC9BD3
Complementary color
Monochromatic Colors of #EC9BD3
Black with #EC9BD3
Text Example
Text Example
White with #EC9BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BD3; }
p { color: rgb(236,155,211); }
H1.HeaderClassName
{
color: #EC9BD3;
}
.AnyTagClassName
{
color: #EC9BD3;
}
</style>
background-color css
<style>
a { background-color: #EC9BD3; }
a { background-color: rgb(236,155,211); }
div.DivClassName
{
background-color: #EC9BD3;
}
.BgClassName
{
background-color: #EC9BD3;
}
</style>
border-color css
<style>
span { border-color: #EC9BD3; }
span { border-color: rgb(236,155,211); }
td.TdClassName
{
border-color: #EC9BD3;
}
.TagClassName
{
border-color: #EC9BD3;
}
</style>