Shades of Lavender Rose #EF9CDB
Tints of Lavender Rose #EF9CDB
RGB
CMYK
RGB Variations
Color information
#EF9CDB (or 0xEF9CDB) is known color: Lavender Rose. HEX triplet: EF, 9C and DB. RGB value is (239,156,219). Sum of RGB (Red+Green+Blue) = 239+156+219=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CDB is #106324. Grayscale: #BBBBBB. Windows color (decimal): -1073957 or 14392559. OLE color: 14392559.
HSL color Cylindrical-coordinate representation of color #EF9CDB: hue angle of 314.46º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CDB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 219 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.06 |
| HSL | 314.46º | 0.72% | 0.77% | - |
| HSV(B) | 314.46º | 0.35% | 0.94% | - |
| XYZ | 60.27 | 47.24 | 72.96 | - |
| YUV | 188 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 219 | 0 | 0.35 | 0.08 | 0.06 | 314.46 | 0.72 | 0.77 |
| Hex | EF | 9C | DB | 0 | 23 | 8 | 6 | 13A | 48 | 4D |
| Octal | 357 | 234 | 333 | 0 | 43 | 10 | 6 | 472 | 110 | 115 |
| Binary | 11101111 | 10011100 | 11011011 | 0 | 100011 | 1000 | 110 | 100111010 | 1001000 | 1001101 |
Color Harmonies of #EF9CDB
Complementary color
Monochromatic Colors of #EF9CDB
Black with #EF9CDB
Text Example
Text Example
White with #EF9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CDB; }
p { color: rgb(239,156,219); }
H1.HeaderClassName
{
color: #EF9CDB;
}
.AnyTagClassName
{
color: #EF9CDB;
}
</style>
background-color css
<style>
a { background-color: #EF9CDB; }
a { background-color: rgb(239,156,219); }
div.DivClassName
{
background-color: #EF9CDB;
}
.BgClassName
{
background-color: #EF9CDB;
}
</style>
border-color css
<style>
span { border-color: #EF9CDB; }
span { border-color: rgb(239,156,219); }
td.TdClassName
{
border-color: #EF9CDB;
}
.TagClassName
{
border-color: #EF9CDB;
}
</style>