Shades of Lavender Rose #EF94DB
Tints of Lavender Rose #EF94DB
RGB
CMYK
RGB Variations
Color information
#EF94DB (or 0xEF94DB) is known color: Lavender Rose. HEX triplet: EF, 94 and DB. RGB value is (239,148,219). Sum of RGB (Red+Green+Blue) = 239+148+219=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EF94DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF94DB is #106B24. Grayscale: #B7B7B7. Windows color (decimal): -1076005 or 14390511. OLE color: 14390511.
HSL color Cylindrical-coordinate representation of color #EF94DB: hue angle of 313.19º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF94DB is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 219 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.06 |
| HSL | 313.19º | 0.74% | 0.76% | - |
| HSV(B) | 313.19º | 0.38% | 0.94% | - |
| XYZ | 58.97 | 44.65 | 72.53 | - |
| YUV | 183.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 219 | 0 | 0.38 | 0.08 | 0.06 | 313.19 | 0.74 | 0.76 |
| Hex | EF | 94 | DB | 0 | 26 | 8 | 6 | 139 | 4A | 4C |
| Octal | 357 | 224 | 333 | 0 | 46 | 10 | 6 | 471 | 112 | 114 |
| Binary | 11101111 | 10010100 | 11011011 | 0 | 100110 | 1000 | 110 | 100111001 | 1001010 | 1001100 |
Color Harmonies of #EF94DB
Complementary color
Monochromatic Colors of #EF94DB
Black with #EF94DB
Text Example
Text Example
White with #EF94DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF94DB; }
p { color: rgb(239,148,219); }
H1.HeaderClassName
{
color: #EF94DB;
}
.AnyTagClassName
{
color: #EF94DB;
}
</style>
background-color css
<style>
a { background-color: #EF94DB; }
a { background-color: rgb(239,148,219); }
div.DivClassName
{
background-color: #EF94DB;
}
.BgClassName
{
background-color: #EF94DB;
}
</style>
border-color css
<style>
span { border-color: #EF94DB; }
span { border-color: rgb(239,148,219); }
td.TdClassName
{
border-color: #EF94DB;
}
.TagClassName
{
border-color: #EF94DB;
}
</style>