Shades of Lavender Rose #EF9EDD
Tints of Lavender Rose #EF9EDD
RGB
CMYK
RGB Variations
Color information
#EF9EDD (or 0xEF9EDD) is known color: Lavender Rose. HEX triplet: EF, 9E and DD. RGB value is (239,158,221). Sum of RGB (Red+Green+Blue) = 239+158+221=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EDD is #106122. Grayscale: #BDBDBD. Windows color (decimal): -1073443 or 14524143. OLE color: 14524143.
HSL color Cylindrical-coordinate representation of color #EF9EDD: hue angle of 313.33º 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 #EF9EDD is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 221 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.06 |
| HSL | 313.33º | 0.72% | 0.78% | - |
| HSV(B) | 313.33º | 0.34% | 0.94% | - |
| XYZ | 60.87 | 48.02 | 74.47 | - |
| YUV | 189.4 | 145.84 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 221 | 0 | 0.34 | 0.08 | 0.06 | 313.33 | 0.72 | 0.78 |
| Hex | EF | 9E | DD | 0 | 22 | 8 | 6 | 139 | 48 | 4E |
| Octal | 357 | 236 | 335 | 0 | 42 | 10 | 6 | 471 | 110 | 116 |
| Binary | 11101111 | 10011110 | 11011101 | 0 | 100010 | 1000 | 110 | 100111001 | 1001000 | 1001110 |
Color Harmonies of #EF9EDD
Complementary color
Monochromatic Colors of #EF9EDD
Black with #EF9EDD
Text Example
Text Example
White with #EF9EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EDD; }
p { color: rgb(239,158,221); }
H1.HeaderClassName
{
color: #EF9EDD;
}
.AnyTagClassName
{
color: #EF9EDD;
}
</style>
background-color css
<style>
a { background-color: #EF9EDD; }
a { background-color: rgb(239,158,221); }
div.DivClassName
{
background-color: #EF9EDD;
}
.BgClassName
{
background-color: #EF9EDD;
}
</style>
border-color css
<style>
span { border-color: #EF9EDD; }
span { border-color: rgb(239,158,221); }
td.TdClassName
{
border-color: #EF9EDD;
}
.TagClassName
{
border-color: #EF9EDD;
}
</style>