Shades of Lavender Rose #EC99D2
Tints of Lavender Rose #EC99D2
RGB
CMYK
RGB Variations
Color information
#EC99D2 (or 0xEC99D2) is known color: Lavender Rose. HEX triplet: EC, 99 and D2. RGB value is (236,153,210). Sum of RGB (Red+Green+Blue) = 236+153+210=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99D2 is #13662D. Grayscale: #B8B8B8. Windows color (decimal): -1271342 or 13801964. OLE color: 13801964.
HSL color Cylindrical-coordinate representation of color #EC99D2: hue angle of 318.8º 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 #EC99D2 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 210 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.07 |
| HSL | 318.8º | 0.69% | 0.76% | - |
| HSV(B) | 318.8º | 0.35% | 0.93% | - |
| XYZ | 57.62 | 45.27 | 66.67 | - |
| YUV | 184.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 210 | 0 | 0.35 | 0.11 | 0.07 | 318.8 | 0.69 | 0.76 |
| Hex | EC | 99 | D2 | 0 | 23 | B | 7 | 13F | 45 | 4C |
| Octal | 354 | 231 | 322 | 0 | 43 | 13 | 7 | 477 | 105 | 114 |
| Binary | 11101100 | 10011001 | 11010010 | 0 | 100011 | 1011 | 111 | 100111111 | 1000101 | 1001100 |
Color Harmonies of #EC99D2
Complementary color
Monochromatic Colors of #EC99D2
Black with #EC99D2
Text Example
Text Example
White with #EC99D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99D2; }
p { color: rgb(236,153,210); }
H1.HeaderClassName
{
color: #EC99D2;
}
.AnyTagClassName
{
color: #EC99D2;
}
</style>
background-color css
<style>
a { background-color: #EC99D2; }
a { background-color: rgb(236,153,210); }
div.DivClassName
{
background-color: #EC99D2;
}
.BgClassName
{
background-color: #EC99D2;
}
</style>
border-color css
<style>
span { border-color: #EC99D2; }
span { border-color: rgb(236,153,210); }
td.TdClassName
{
border-color: #EC99D2;
}
.TagClassName
{
border-color: #EC99D2;
}
</style>