Shades of Lavender Rose #EC9ADB
Tints of Lavender Rose #EC9ADB
RGB
CMYK
RGB Variations
Color information
#EC9ADB (or 0xEC9ADB) is known color: Lavender Rose. HEX triplet: EC, 9A and DB. RGB value is (236,154,219). Sum of RGB (Red+Green+Blue) = 236+154+219=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ADB is #136524. Grayscale: #B9B9B9. Windows color (decimal): -1271077 or 14392044. OLE color: 14392044.
HSL color Cylindrical-coordinate representation of color #EC9ADB: hue angle of 312.44º 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 #EC9ADB is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 219 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.07 |
| HSL | 312.44º | 0.68% | 0.76% | - |
| HSV(B) | 312.44º | 0.35% | 0.93% | - |
| XYZ | 58.93 | 46.06 | 72.8 | - |
| YUV | 185.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 219 | 0 | 0.35 | 0.07 | 0.07 | 312.44 | 0.68 | 0.76 |
| Hex | EC | 9A | DB | 0 | 23 | 7 | 7 | 138 | 44 | 4C |
| Octal | 354 | 232 | 333 | 0 | 43 | 7 | 7 | 470 | 104 | 114 |
| Binary | 11101100 | 10011010 | 11011011 | 0 | 100011 | 111 | 111 | 100111000 | 1000100 | 1001100 |
Color Harmonies of #EC9ADB
Complementary color
Monochromatic Colors of #EC9ADB
Black with #EC9ADB
Text Example
Text Example
White with #EC9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9ADB; }
p { color: rgb(236,154,219); }
H1.HeaderClassName
{
color: #EC9ADB;
}
.AnyTagClassName
{
color: #EC9ADB;
}
</style>
background-color css
<style>
a { background-color: #EC9ADB; }
a { background-color: rgb(236,154,219); }
div.DivClassName
{
background-color: #EC9ADB;
}
.BgClassName
{
background-color: #EC9ADB;
}
</style>
border-color css
<style>
span { border-color: #EC9ADB; }
span { border-color: rgb(236,154,219); }
td.TdClassName
{
border-color: #EC9ADB;
}
.TagClassName
{
border-color: #EC9ADB;
}
</style>