Shades of Lavender Rose #EF9CEA
Tints of Lavender Rose #EF9CEA
RGB
CMYK
RGB Variations
Color information
#EF9CEA (or 0xEF9CEA) is known color: Lavender Rose. HEX triplet: EF, 9C and EA. RGB value is (239,156,234). Sum of RGB (Red+Green+Blue) = 239+156+234=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9CEA is #106315. Grayscale: #BDBDBD. Windows color (decimal): -1073942 or 15375599. OLE color: 15375599.
HSL color Cylindrical-coordinate representation of color #EF9CEA: hue angle of 303.61º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CEA is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 234 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.06 |
| HSL | 303.61º | 0.72% | 0.77% | - |
| HSV(B) | 303.61º | 0.35% | 0.94% | - |
| XYZ | 62.34 | 48.07 | 83.83 | - |
| YUV | 189.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 234 | 0 | 0.35 | 0.02 | 0.06 | 303.61 | 0.72 | 0.77 |
| Hex | EF | 9C | EA | 0 | 23 | 2 | 6 | 130 | 48 | 4D |
| Octal | 357 | 234 | 352 | 0 | 43 | 2 | 6 | 460 | 110 | 115 |
| Binary | 11101111 | 10011100 | 11101010 | 0 | 100011 | 10 | 110 | 100110000 | 1001000 | 1001101 |
Color Harmonies of #EF9CEA
Complementary color
Monochromatic Colors of #EF9CEA
Black with #EF9CEA
Text Example
Text Example
White with #EF9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CEA; }
p { color: rgb(239,156,234); }
H1.HeaderClassName
{
color: #EF9CEA;
}
.AnyTagClassName
{
color: #EF9CEA;
}
</style>
background-color css
<style>
a { background-color: #EF9CEA; }
a { background-color: rgb(239,156,234); }
div.DivClassName
{
background-color: #EF9CEA;
}
.BgClassName
{
background-color: #EF9CEA;
}
</style>
border-color css
<style>
span { border-color: #EF9CEA; }
span { border-color: rgb(239,156,234); }
td.TdClassName
{
border-color: #EF9CEA;
}
.TagClassName
{
border-color: #EF9CEA;
}
</style>