Shades of Lavender Rose #EC99DA
Tints of Lavender Rose #EC99DA
RGB
CMYK
RGB Variations
Color information
#EC99DA (or 0xEC99DA) is known color: Lavender Rose. HEX triplet: EC, 99 and DA. RGB value is (236,153,218). Sum of RGB (Red+Green+Blue) = 236+153+218=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC99DA is #136625. Grayscale: #B9B9B9. Windows color (decimal): -1271334 or 14326252. OLE color: 14326252.
HSL color Cylindrical-coordinate representation of color #EC99DA: hue angle of 313.01º 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 #EC99DA is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 218 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.07 |
| HSL | 313.01º | 0.69% | 0.76% | - |
| HSV(B) | 313.01º | 0.35% | 0.93% | - |
| XYZ | 58.64 | 45.68 | 72.06 | - |
| YUV | 185.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 218 | 0 | 0.35 | 0.08 | 0.07 | 313.01 | 0.69 | 0.76 |
| Hex | EC | 99 | DA | 0 | 23 | 8 | 7 | 139 | 45 | 4C |
| Octal | 354 | 231 | 332 | 0 | 43 | 10 | 7 | 471 | 105 | 114 |
| Binary | 11101100 | 10011001 | 11011010 | 0 | 100011 | 1000 | 111 | 100111001 | 1000101 | 1001100 |
Color Harmonies of #EC99DA
Complementary color
Monochromatic Colors of #EC99DA
Black with #EC99DA
Text Example
Text Example
White with #EC99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99DA; }
p { color: rgb(236,153,218); }
H1.HeaderClassName
{
color: #EC99DA;
}
.AnyTagClassName
{
color: #EC99DA;
}
</style>
background-color css
<style>
a { background-color: #EC99DA; }
a { background-color: rgb(236,153,218); }
div.DivClassName
{
background-color: #EC99DA;
}
.BgClassName
{
background-color: #EC99DA;
}
</style>
border-color css
<style>
span { border-color: #EC99DA; }
span { border-color: rgb(236,153,218); }
td.TdClassName
{
border-color: #EC99DA;
}
.TagClassName
{
border-color: #EC99DA;
}
</style>