Shades of Lavender Rose #EF9CE9
Tints of Lavender Rose #EF9CE9
RGB
CMYK
RGB Variations
Color information
#EF9CE9 (or 0xEF9CE9) is known color: Lavender Rose. HEX triplet: EF, 9C and E9. RGB value is (239,156,233). Sum of RGB (Red+Green+Blue) = 239+156+233=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EF9CE9 is #106316. Grayscale: #BDBDBD. Windows color (decimal): -1073943 or 15310063. OLE color: 15310063.
HSL color Cylindrical-coordinate representation of color #EF9CE9: hue angle of 304.34º 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 #EF9CE9 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 233 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.06 |
| HSL | 304.34º | 0.72% | 0.77% | - |
| HSV(B) | 304.34º | 0.35% | 0.94% | - |
| XYZ | 62.19 | 48.01 | 83.08 | - |
| YUV | 189.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 233 | 0 | 0.35 | 0.03 | 0.06 | 304.34 | 0.72 | 0.77 |
| Hex | EF | 9C | E9 | 0 | 23 | 3 | 6 | 130 | 48 | 4D |
| Octal | 357 | 234 | 351 | 0 | 43 | 3 | 6 | 460 | 110 | 115 |
| Binary | 11101111 | 10011100 | 11101001 | 0 | 100011 | 11 | 110 | 100110000 | 1001000 | 1001101 |
Color Harmonies of #EF9CE9
Complementary color
Monochromatic Colors of #EF9CE9
Black with #EF9CE9
Text Example
Text Example
White with #EF9CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CE9; }
p { color: rgb(239,156,233); }
H1.HeaderClassName
{
color: #EF9CE9;
}
.AnyTagClassName
{
color: #EF9CE9;
}
</style>
background-color css
<style>
a { background-color: #EF9CE9; }
a { background-color: rgb(239,156,233); }
div.DivClassName
{
background-color: #EF9CE9;
}
.BgClassName
{
background-color: #EF9CE9;
}
</style>
border-color css
<style>
span { border-color: #EF9CE9; }
span { border-color: rgb(239,156,233); }
td.TdClassName
{
border-color: #EF9CE9;
}
.TagClassName
{
border-color: #EF9CE9;
}
</style>