Shades of Lavender Rose #EC99DB
Tints of Lavender Rose #EC99DB
RGB
CMYK
RGB Variations
Color information
#EC99DB (or 0xEC99DB) is known color: Lavender Rose. HEX triplet: EC, 99 and DB. RGB value is (236,153,219). Sum of RGB (Red+Green+Blue) = 236+153+219=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99DB is #136624. Grayscale: #B9B9B9. Windows color (decimal): -1271333 or 14391788. OLE color: 14391788.
HSL color Cylindrical-coordinate representation of color #EC99DB: hue angle of 312.29º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC99DB is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 219 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.07 |
| HSL | 312.29º | 0.69% | 0.76% | - |
| HSV(B) | 312.29º | 0.35% | 0.93% | - |
| XYZ | 58.77 | 45.73 | 72.75 | - |
| YUV | 185.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 219 | 0 | 0.35 | 0.07 | 0.07 | 312.29 | 0.69 | 0.76 |
| Hex | EC | 99 | DB | 0 | 23 | 7 | 7 | 138 | 45 | 4C |
| Octal | 354 | 231 | 333 | 0 | 43 | 7 | 7 | 470 | 105 | 114 |
| Binary | 11101100 | 10011001 | 11011011 | 0 | 100011 | 111 | 111 | 100111000 | 1000101 | 1001100 |
Color Harmonies of #EC99DB
Complementary color
Monochromatic Colors of #EC99DB
Black with #EC99DB
Text Example
Text Example
White with #EC99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99DB; }
p { color: rgb(236,153,219); }
H1.HeaderClassName
{
color: #EC99DB;
}
.AnyTagClassName
{
color: #EC99DB;
}
</style>
background-color css
<style>
a { background-color: #EC99DB; }
a { background-color: rgb(236,153,219); }
div.DivClassName
{
background-color: #EC99DB;
}
.BgClassName
{
background-color: #EC99DB;
}
</style>
border-color css
<style>
span { border-color: #EC99DB; }
span { border-color: rgb(236,153,219); }
td.TdClassName
{
border-color: #EC99DB;
}
.TagClassName
{
border-color: #EC99DB;
}
</style>