Shades of Lavender Rose #EF9DDA
Tints of Lavender Rose #EF9DDA
RGB
CMYK
RGB Variations
Color information
#EF9DDA (or 0xEF9DDA) is known color: Lavender Rose. HEX triplet: EF, 9D and DA. RGB value is (239,157,218). Sum of RGB (Red+Green+Blue) = 239+157+218=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DDA is #106225. Grayscale: #BCBCBC. Windows color (decimal): -1073702 or 14327279. OLE color: 14327279.
HSL color Cylindrical-coordinate representation of color #EF9DDA: hue angle of 315.37º 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 #EF9DDA is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 218 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.06 |
| HSL | 315.37º | 0.72% | 0.78% | - |
| HSV(B) | 315.37º | 0.34% | 0.94% | - |
| XYZ | 60.31 | 47.53 | 72.32 | - |
| YUV | 188.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 218 | 0 | 0.34 | 0.09 | 0.06 | 315.37 | 0.72 | 0.78 |
| Hex | EF | 9D | DA | 0 | 22 | 9 | 6 | 13B | 48 | 4E |
| Octal | 357 | 235 | 332 | 0 | 42 | 11 | 6 | 473 | 110 | 116 |
| Binary | 11101111 | 10011101 | 11011010 | 0 | 100010 | 1001 | 110 | 100111011 | 1001000 | 1001110 |
Color Harmonies of #EF9DDA
Complementary color
Monochromatic Colors of #EF9DDA
Black with #EF9DDA
Text Example
Text Example
White with #EF9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DDA; }
p { color: rgb(239,157,218); }
H1.HeaderClassName
{
color: #EF9DDA;
}
.AnyTagClassName
{
color: #EF9DDA;
}
</style>
background-color css
<style>
a { background-color: #EF9DDA; }
a { background-color: rgb(239,157,218); }
div.DivClassName
{
background-color: #EF9DDA;
}
.BgClassName
{
background-color: #EF9DDA;
}
</style>
border-color css
<style>
span { border-color: #EF9DDA; }
span { border-color: rgb(239,157,218); }
td.TdClassName
{
border-color: #EF9DDA;
}
.TagClassName
{
border-color: #EF9DDA;
}
</style>