Shades of Lavender Rose #EF9FDD
Tints of Lavender Rose #EF9FDD
RGB
CMYK
RGB Variations
Color information
#EF9FDD (or 0xEF9FDD) is known color: Lavender Rose. HEX triplet: EF, 9F and DD. RGB value is (239,159,221). Sum of RGB (Red+Green+Blue) = 239+159+221=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FDD is #106022. Grayscale: #BDBDBD. Windows color (decimal): -1073187 or 14524399. OLE color: 14524399.
HSL color Cylindrical-coordinate representation of color #EF9FDD: hue angle of 313.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FDD is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 221 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.06 |
| HSL | 313.5º | 0.71% | 0.78% | - |
| HSV(B) | 313.5º | 0.33% | 0.94% | - |
| XYZ | 61.05 | 48.37 | 74.53 | - |
| YUV | 189.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 221 | 0 | 0.33 | 0.08 | 0.06 | 313.5 | 0.71 | 0.78 |
| Hex | EF | 9F | DD | 0 | 21 | 8 | 6 | 13A | 47 | 4E |
| Octal | 357 | 237 | 335 | 0 | 41 | 10 | 6 | 472 | 107 | 116 |
| Binary | 11101111 | 10011111 | 11011101 | 0 | 100001 | 1000 | 110 | 100111010 | 1000111 | 1001110 |
Color Harmonies of #EF9FDD
Complementary color
Monochromatic Colors of #EF9FDD
Black with #EF9FDD
Text Example
Text Example
White with #EF9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FDD; }
p { color: rgb(239,159,221); }
H1.HeaderClassName
{
color: #EF9FDD;
}
.AnyTagClassName
{
color: #EF9FDD;
}
</style>
background-color css
<style>
a { background-color: #EF9FDD; }
a { background-color: rgb(239,159,221); }
div.DivClassName
{
background-color: #EF9FDD;
}
.BgClassName
{
background-color: #EF9FDD;
}
</style>
border-color css
<style>
span { border-color: #EF9FDD; }
span { border-color: rgb(239,159,221); }
td.TdClassName
{
border-color: #EF9FDD;
}
.TagClassName
{
border-color: #EF9FDD;
}
</style>