Shades of Lavender Rose #EF97DB
Tints of Lavender Rose #EF97DB
RGB
CMYK
RGB Variations
Color information
#EF97DB (or 0xEF97DB) is known color: Lavender Rose. HEX triplet: EF, 97 and DB. RGB value is (239,151,219). Sum of RGB (Red+Green+Blue) = 239+151+219=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF97DB is #106824. Grayscale: #B8B8B8. Windows color (decimal): -1075237 or 14391279. OLE color: 14391279.
HSL color Cylindrical-coordinate representation of color #EF97DB: hue angle of 313.64º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF97DB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 219 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.06 |
| HSL | 313.64º | 0.73% | 0.76% | - |
| HSV(B) | 313.64º | 0.37% | 0.94% | - |
| XYZ | 59.45 | 45.6 | 72.69 | - |
| YUV | 185.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 219 | 0 | 0.37 | 0.08 | 0.06 | 313.64 | 0.73 | 0.76 |
| Hex | EF | 97 | DB | 0 | 25 | 8 | 6 | 13A | 49 | 4C |
| Octal | 357 | 227 | 333 | 0 | 45 | 10 | 6 | 472 | 111 | 114 |
| Binary | 11101111 | 10010111 | 11011011 | 0 | 100101 | 1000 | 110 | 100111010 | 1001001 | 1001100 |
Color Harmonies of #EF97DB
Complementary color
Monochromatic Colors of #EF97DB
Black with #EF97DB
Text Example
Text Example
White with #EF97DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF97DB; }
p { color: rgb(239,151,219); }
H1.HeaderClassName
{
color: #EF97DB;
}
.AnyTagClassName
{
color: #EF97DB;
}
</style>
background-color css
<style>
a { background-color: #EF97DB; }
a { background-color: rgb(239,151,219); }
div.DivClassName
{
background-color: #EF97DB;
}
.BgClassName
{
background-color: #EF97DB;
}
</style>
border-color css
<style>
span { border-color: #EF97DB; }
span { border-color: rgb(239,151,219); }
td.TdClassName
{
border-color: #EF97DB;
}
.TagClassName
{
border-color: #EF97DB;
}
</style>