Shades of Lavender Rose #EF9DEA
Tints of Lavender Rose #EF9DEA
RGB
CMYK
RGB Variations
Color information
#EF9DEA (or 0xEF9DEA) is known color: Lavender Rose. HEX triplet: EF, 9D and EA. RGB value is (239,157,234). Sum of RGB (Red+Green+Blue) = 239+157+234=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9DEA is #106215. Grayscale: #BEBEBE. Windows color (decimal): -1073686 or 15375855. OLE color: 15375855.
HSL color Cylindrical-coordinate representation of color #EF9DEA: hue angle of 303.66º 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 #EF9DEA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 234 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.06 |
| HSL | 303.66º | 0.72% | 0.78% | - |
| HSV(B) | 303.66º | 0.34% | 0.94% | - |
| XYZ | 62.5 | 48.41 | 83.89 | - |
| YUV | 190.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 234 | 0 | 0.34 | 0.02 | 0.06 | 303.66 | 0.72 | 0.78 |
| Hex | EF | 9D | EA | 0 | 22 | 2 | 6 | 130 | 48 | 4E |
| Octal | 357 | 235 | 352 | 0 | 42 | 2 | 6 | 460 | 110 | 116 |
| Binary | 11101111 | 10011101 | 11101010 | 0 | 100010 | 10 | 110 | 100110000 | 1001000 | 1001110 |
Color Harmonies of #EF9DEA
Complementary color
Monochromatic Colors of #EF9DEA
Black with #EF9DEA
Text Example
Text Example
White with #EF9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DEA; }
p { color: rgb(239,157,234); }
H1.HeaderClassName
{
color: #EF9DEA;
}
.AnyTagClassName
{
color: #EF9DEA;
}
</style>
background-color css
<style>
a { background-color: #EF9DEA; }
a { background-color: rgb(239,157,234); }
div.DivClassName
{
background-color: #EF9DEA;
}
.BgClassName
{
background-color: #EF9DEA;
}
</style>
border-color css
<style>
span { border-color: #EF9DEA; }
span { border-color: rgb(239,157,234); }
td.TdClassName
{
border-color: #EF9DEA;
}
.TagClassName
{
border-color: #EF9DEA;
}
</style>