Shades of Lavender Rose #EF9EEA
Tints of Lavender Rose #EF9EEA
RGB
CMYK
RGB Variations
Color information
#EF9EEA (or 0xEF9EEA) is known color: Lavender Rose. HEX triplet: EF, 9E and EA. RGB value is (239,158,234). Sum of RGB (Red+Green+Blue) = 239+158+234=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9EEA is #106115. Grayscale: #BEBEBE. Windows color (decimal): -1073430 or 15376111. OLE color: 15376111.
HSL color Cylindrical-coordinate representation of color #EF9EEA: hue angle of 303.7º 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 #EF9EEA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 234 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.06 |
| HSL | 303.7º | 0.72% | 0.78% | - |
| HSV(B) | 303.7º | 0.34% | 0.94% | - |
| XYZ | 62.67 | 48.74 | 83.95 | - |
| YUV | 190.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 234 | 0 | 0.34 | 0.02 | 0.06 | 303.7 | 0.72 | 0.78 |
| Hex | EF | 9E | EA | 0 | 22 | 2 | 6 | 130 | 48 | 4E |
| Octal | 357 | 236 | 352 | 0 | 42 | 2 | 6 | 460 | 110 | 116 |
| Binary | 11101111 | 10011110 | 11101010 | 0 | 100010 | 10 | 110 | 100110000 | 1001000 | 1001110 |
Color Harmonies of #EF9EEA
Complementary color
Monochromatic Colors of #EF9EEA
Black with #EF9EEA
Text Example
Text Example
White with #EF9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EEA; }
p { color: rgb(239,158,234); }
H1.HeaderClassName
{
color: #EF9EEA;
}
.AnyTagClassName
{
color: #EF9EEA;
}
</style>
background-color css
<style>
a { background-color: #EF9EEA; }
a { background-color: rgb(239,158,234); }
div.DivClassName
{
background-color: #EF9EEA;
}
.BgClassName
{
background-color: #EF9EEA;
}
</style>
border-color css
<style>
span { border-color: #EF9EEA; }
span { border-color: rgb(239,158,234); }
td.TdClassName
{
border-color: #EF9EEA;
}
.TagClassName
{
border-color: #EF9EEA;
}
</style>