Shades of Lavender Rose #EF9DDB
Tints of Lavender Rose #EF9DDB
RGB
CMYK
RGB Variations
Color information
#EF9DDB (or 0xEF9DDB) is known color: Lavender Rose. HEX triplet: EF, 9D and DB. RGB value is (239,157,219). Sum of RGB (Red+Green+Blue) = 239+157+219=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DDB is #106224. Grayscale: #BCBCBC. Windows color (decimal): -1073701 or 14392815. OLE color: 14392815.
HSL color Cylindrical-coordinate representation of color #EF9DDB: hue angle of 314.63º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DDB is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 219 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.06 |
| HSL | 314.63º | 0.72% | 0.78% | - |
| HSV(B) | 314.63º | 0.34% | 0.94% | - |
| XYZ | 60.44 | 47.58 | 73.02 | - |
| YUV | 188.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 219 | 0 | 0.34 | 0.08 | 0.06 | 314.63 | 0.72 | 0.78 |
| Hex | EF | 9D | DB | 0 | 22 | 8 | 6 | 13B | 48 | 4E |
| Octal | 357 | 235 | 333 | 0 | 42 | 10 | 6 | 473 | 110 | 116 |
| Binary | 11101111 | 10011101 | 11011011 | 0 | 100010 | 1000 | 110 | 100111011 | 1001000 | 1001110 |
Color Harmonies of #EF9DDB
Complementary color
Monochromatic Colors of #EF9DDB
Black with #EF9DDB
Text Example
Text Example
White with #EF9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DDB; }
p { color: rgb(239,157,219); }
H1.HeaderClassName
{
color: #EF9DDB;
}
.AnyTagClassName
{
color: #EF9DDB;
}
</style>
background-color css
<style>
a { background-color: #EF9DDB; }
a { background-color: rgb(239,157,219); }
div.DivClassName
{
background-color: #EF9DDB;
}
.BgClassName
{
background-color: #EF9DDB;
}
</style>
border-color css
<style>
span { border-color: #EF9DDB; }
span { border-color: rgb(239,157,219); }
td.TdClassName
{
border-color: #EF9DDB;
}
.TagClassName
{
border-color: #EF9DDB;
}
</style>