Shades of Lavender Rose #EC99DD
Tints of Lavender Rose #EC99DD
RGB
CMYK
RGB Variations
Color information
#EC99DD (or 0xEC99DD) is known color: Lavender Rose. HEX triplet: EC, 99 and DD. RGB value is (236,153,221). Sum of RGB (Red+Green+Blue) = 236+153+221=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99DD is #136622. Grayscale: #B9B9B9. Windows color (decimal): -1271331 or 14522860. OLE color: 14522860.
HSL color Cylindrical-coordinate representation of color #EC99DD: hue angle of 310.84º 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 #EC99DD is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 221 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.07 |
| HSL | 310.84º | 0.69% | 0.76% | - |
| HSV(B) | 310.84º | 0.35% | 0.93% | - |
| XYZ | 59.03 | 45.84 | 74.14 | - |
| YUV | 185.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 221 | 0 | 0.35 | 0.06 | 0.07 | 310.84 | 0.69 | 0.76 |
| Hex | EC | 99 | DD | 0 | 23 | 6 | 7 | 137 | 45 | 4C |
| Octal | 354 | 231 | 335 | 0 | 43 | 6 | 7 | 467 | 105 | 114 |
| Binary | 11101100 | 10011001 | 11011101 | 0 | 100011 | 110 | 111 | 100110111 | 1000101 | 1001100 |
Color Harmonies of #EC99DD
Complementary color
Monochromatic Colors of #EC99DD
Black with #EC99DD
Text Example
Text Example
White with #EC99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99DD; }
p { color: rgb(236,153,221); }
H1.HeaderClassName
{
color: #EC99DD;
}
.AnyTagClassName
{
color: #EC99DD;
}
</style>
background-color css
<style>
a { background-color: #EC99DD; }
a { background-color: rgb(236,153,221); }
div.DivClassName
{
background-color: #EC99DD;
}
.BgClassName
{
background-color: #EC99DD;
}
</style>
border-color css
<style>
span { border-color: #EC99DD; }
span { border-color: rgb(236,153,221); }
td.TdClassName
{
border-color: #EC99DD;
}
.TagClassName
{
border-color: #EC99DD;
}
</style>