Shades of Lavender Rose #EC99D9
Tints of Lavender Rose #EC99D9
RGB
CMYK
RGB Variations
Color information
#EC99D9 (or 0xEC99D9) is known color: Lavender Rose. HEX triplet: EC, 99 and D9. RGB value is (236,153,217). Sum of RGB (Red+Green+Blue) = 236+153+217=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99D9 is #136626. Grayscale: #B8B8B8. Windows color (decimal): -1271335 or 14260716. OLE color: 14260716.
HSL color Cylindrical-coordinate representation of color #EC99D9: hue angle of 313.73º 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 #EC99D9 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 217 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.07 |
| HSL | 313.73º | 0.69% | 0.76% | - |
| HSV(B) | 313.73º | 0.35% | 0.93% | - |
| XYZ | 58.51 | 45.63 | 71.37 | - |
| YUV | 185.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 217 | 0 | 0.35 | 0.08 | 0.07 | 313.73 | 0.69 | 0.76 |
| Hex | EC | 99 | D9 | 0 | 23 | 8 | 7 | 13A | 45 | 4C |
| Octal | 354 | 231 | 331 | 0 | 43 | 10 | 7 | 472 | 105 | 114 |
| Binary | 11101100 | 10011001 | 11011001 | 0 | 100011 | 1000 | 111 | 100111010 | 1000101 | 1001100 |
Color Harmonies of #EC99D9
Complementary color
Monochromatic Colors of #EC99D9
Black with #EC99D9
Text Example
Text Example
White with #EC99D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99D9; }
p { color: rgb(236,153,217); }
H1.HeaderClassName
{
color: #EC99D9;
}
.AnyTagClassName
{
color: #EC99D9;
}
</style>
background-color css
<style>
a { background-color: #EC99D9; }
a { background-color: rgb(236,153,217); }
div.DivClassName
{
background-color: #EC99D9;
}
.BgClassName
{
background-color: #EC99D9;
}
</style>
border-color css
<style>
span { border-color: #EC99D9; }
span { border-color: rgb(236,153,217); }
td.TdClassName
{
border-color: #EC99D9;
}
.TagClassName
{
border-color: #EC99D9;
}
</style>