Shades of Lavender Rose #EF9ADB
Tints of Lavender Rose #EF9ADB
RGB
CMYK
RGB Variations
Color information
#EF9ADB (or 0xEF9ADB) is known color: Lavender Rose. HEX triplet: EF, 9A and DB. RGB value is (239,154,219). Sum of RGB (Red+Green+Blue) = 239+154+219=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ADB is #106524. Grayscale: #BABABA. Windows color (decimal): -1074469 or 14392047. OLE color: 14392047.
HSL color Cylindrical-coordinate representation of color #EF9ADB: hue angle of 314.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF9ADB is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 154 | 219 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.06 |
| HSL | 314.12º | 0.73% | 0.77% | - |
| HSV(B) | 314.12º | 0.36% | 0.94% | - |
| XYZ | 59.94 | 46.58 | 72.85 | - |
| YUV | 186.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 154 | 219 | 0 | 0.36 | 0.08 | 0.06 | 314.12 | 0.73 | 0.77 |
| Hex | EF | 9A | DB | 0 | 24 | 8 | 6 | 13A | 49 | 4D |
| Octal | 357 | 232 | 333 | 0 | 44 | 10 | 6 | 472 | 111 | 115 |
| Binary | 11101111 | 10011010 | 11011011 | 0 | 100100 | 1000 | 110 | 100111010 | 1001001 | 1001101 |
Color Harmonies of #EF9ADB
Complementary color
Monochromatic Colors of #EF9ADB
Black with #EF9ADB
Text Example
Text Example
White with #EF9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9ADB; }
p { color: rgb(239,154,219); }
H1.HeaderClassName
{
color: #EF9ADB;
}
.AnyTagClassName
{
color: #EF9ADB;
}
</style>
background-color css
<style>
a { background-color: #EF9ADB; }
a { background-color: rgb(239,154,219); }
div.DivClassName
{
background-color: #EF9ADB;
}
.BgClassName
{
background-color: #EF9ADB;
}
</style>
border-color css
<style>
span { border-color: #EF9ADB; }
span { border-color: rgb(239,154,219); }
td.TdClassName
{
border-color: #EF9ADB;
}
.TagClassName
{
border-color: #EF9ADB;
}
</style>