Shades of Lavender Rose #EF9EE0
Tints of Lavender Rose #EF9EE0
RGB
CMYK
RGB Variations
Color information
#EF9EE0 (or 0xEF9EE0) is known color: Lavender Rose. HEX triplet: EF, 9E and E0. RGB value is (239,158,224). Sum of RGB (Red+Green+Blue) = 239+158+224=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9EE0 is #10611F. Grayscale: #BDBDBD. Windows color (decimal): -1073440 or 14720751. OLE color: 14720751.
HSL color Cylindrical-coordinate representation of color #EF9EE0: hue angle of 311.11º 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 #EF9EE0 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 224 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.06 |
| HSL | 311.11º | 0.72% | 0.78% | - |
| HSV(B) | 311.11º | 0.34% | 0.94% | - |
| XYZ | 61.28 | 48.19 | 76.59 | - |
| YUV | 189.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 224 | 0 | 0.34 | 0.06 | 0.06 | 311.11 | 0.72 | 0.78 |
| Hex | EF | 9E | E0 | 0 | 22 | 6 | 6 | 137 | 48 | 4E |
| Octal | 357 | 236 | 340 | 0 | 42 | 6 | 6 | 467 | 110 | 116 |
| Binary | 11101111 | 10011110 | 11100000 | 0 | 100010 | 110 | 110 | 100110111 | 1001000 | 1001110 |
Color Harmonies of #EF9EE0
Complementary color
Monochromatic Colors of #EF9EE0
Black with #EF9EE0
Text Example
Text Example
White with #EF9EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EE0; }
p { color: rgb(239,158,224); }
H1.HeaderClassName
{
color: #EF9EE0;
}
.AnyTagClassName
{
color: #EF9EE0;
}
</style>
background-color css
<style>
a { background-color: #EF9EE0; }
a { background-color: rgb(239,158,224); }
div.DivClassName
{
background-color: #EF9EE0;
}
.BgClassName
{
background-color: #EF9EE0;
}
</style>
border-color css
<style>
span { border-color: #EF9EE0; }
span { border-color: rgb(239,158,224); }
td.TdClassName
{
border-color: #EF9EE0;
}
.TagClassName
{
border-color: #EF9EE0;
}
</style>