Shades of Lavender Rose #EF9DDD
Tints of Lavender Rose #EF9DDD
RGB
CMYK
RGB Variations
Color information
#EF9DDD (or 0xEF9DDD) is known color: Lavender Rose. HEX triplet: EF, 9D and DD. RGB value is (239,157,221). Sum of RGB (Red+Green+Blue) = 239+157+221=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9DDD is #106222. Grayscale: #BCBCBC. Windows color (decimal): -1073699 or 14523887. OLE color: 14523887.
HSL color Cylindrical-coordinate representation of color #EF9DDD: hue angle of 313.17º 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 #EF9DDD is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 221 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.06 |
| HSL | 313.17º | 0.72% | 0.78% | - |
| HSV(B) | 313.17º | 0.34% | 0.94% | - |
| XYZ | 60.7 | 47.69 | 74.41 | - |
| YUV | 188.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 221 | 0 | 0.34 | 0.08 | 0.06 | 313.17 | 0.72 | 0.78 |
| Hex | EF | 9D | DD | 0 | 22 | 8 | 6 | 139 | 48 | 4E |
| Octal | 357 | 235 | 335 | 0 | 42 | 10 | 6 | 471 | 110 | 116 |
| Binary | 11101111 | 10011101 | 11011101 | 0 | 100010 | 1000 | 110 | 100111001 | 1001000 | 1001110 |
Color Harmonies of #EF9DDD
Complementary color
Monochromatic Colors of #EF9DDD
Black with #EF9DDD
Text Example
Text Example
White with #EF9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DDD; }
p { color: rgb(239,157,221); }
H1.HeaderClassName
{
color: #EF9DDD;
}
.AnyTagClassName
{
color: #EF9DDD;
}
</style>
background-color css
<style>
a { background-color: #EF9DDD; }
a { background-color: rgb(239,157,221); }
div.DivClassName
{
background-color: #EF9DDD;
}
.BgClassName
{
background-color: #EF9DDD;
}
</style>
border-color css
<style>
span { border-color: #EF9DDD; }
span { border-color: rgb(239,157,221); }
td.TdClassName
{
border-color: #EF9DDD;
}
.TagClassName
{
border-color: #EF9DDD;
}
</style>