Shades of Lavender Rose #EC9ADC
Tints of Lavender Rose #EC9ADC
RGB
CMYK
RGB Variations
Color information
#EC9ADC (or 0xEC9ADC) is known color: Lavender Rose. HEX triplet: EC, 9A and DC. RGB value is (236,154,220). Sum of RGB (Red+Green+Blue) = 236+154+220=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ADC is #136523. Grayscale: #B9B9B9. Windows color (decimal): -1271076 or 14457580. OLE color: 14457580.
HSL color Cylindrical-coordinate representation of color #EC9ADC: hue angle of 311.71º degrees, saturation: 0.68, 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 #EC9ADC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 220 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.07 |
| HSL | 311.71º | 0.68% | 0.76% | - |
| HSV(B) | 311.71º | 0.35% | 0.93% | - |
| XYZ | 59.07 | 46.11 | 73.5 | - |
| YUV | 186.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 220 | 0 | 0.35 | 0.07 | 0.07 | 311.71 | 0.68 | 0.76 |
| Hex | EC | 9A | DC | 0 | 23 | 7 | 7 | 138 | 44 | 4C |
| Octal | 354 | 232 | 334 | 0 | 43 | 7 | 7 | 470 | 104 | 114 |
| Binary | 11101100 | 10011010 | 11011100 | 0 | 100011 | 111 | 111 | 100111000 | 1000100 | 1001100 |
Color Harmonies of #EC9ADC
Complementary color
Monochromatic Colors of #EC9ADC
Black with #EC9ADC
Text Example
Text Example
White with #EC9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9ADC; }
p { color: rgb(236,154,220); }
H1.HeaderClassName
{
color: #EC9ADC;
}
.AnyTagClassName
{
color: #EC9ADC;
}
</style>
background-color css
<style>
a { background-color: #EC9ADC; }
a { background-color: rgb(236,154,220); }
div.DivClassName
{
background-color: #EC9ADC;
}
.BgClassName
{
background-color: #EC9ADC;
}
</style>
border-color css
<style>
span { border-color: #EC9ADC; }
span { border-color: rgb(236,154,220); }
td.TdClassName
{
border-color: #EC9ADC;
}
.TagClassName
{
border-color: #EC9ADC;
}
</style>