Shades of Lavender Rose #EFA3E9
Tints of Lavender Rose #EFA3E9
RGB
CMYK
RGB Variations
Color information
#EFA3E9 (or 0xEFA3E9) is known color: Lavender Rose. HEX triplet: EF, A3 and E9. RGB value is (239,163,233). Sum of RGB (Red+Green+Blue) = 239+163+233=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA3E9 is #105C16. Grayscale: #C1C1C1. Windows color (decimal): -1072151 or 15311855. OLE color: 15311855.
HSL color Cylindrical-coordinate representation of color #EFA3E9: hue angle of 304.74º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA3E9 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 233 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.06 |
| HSL | 304.74º | 0.7% | 0.79% | - |
| HSV(B) | 304.74º | 0.32% | 0.94% | - |
| XYZ | 63.4 | 50.43 | 83.48 | - |
| YUV | 193.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 233 | 0 | 0.32 | 0.03 | 0.06 | 304.74 | 0.7 | 0.79 |
| Hex | EF | A3 | E9 | 0 | 20 | 3 | 6 | 131 | 46 | 4F |
| Octal | 357 | 243 | 351 | 0 | 40 | 3 | 6 | 461 | 106 | 117 |
| Binary | 11101111 | 10100011 | 11101001 | 0 | 100000 | 11 | 110 | 100110001 | 1000110 | 1001111 |
Color Harmonies of #EFA3E9
Complementary color
Monochromatic Colors of #EFA3E9
Black with #EFA3E9
Text Example
Text Example
White with #EFA3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3E9; }
p { color: rgb(239,163,233); }
H1.HeaderClassName
{
color: #EFA3E9;
}
.AnyTagClassName
{
color: #EFA3E9;
}
</style>
background-color css
<style>
a { background-color: #EFA3E9; }
a { background-color: rgb(239,163,233); }
div.DivClassName
{
background-color: #EFA3E9;
}
.BgClassName
{
background-color: #EFA3E9;
}
</style>
border-color css
<style>
span { border-color: #EFA3E9; }
span { border-color: rgb(239,163,233); }
td.TdClassName
{
border-color: #EFA3E9;
}
.TagClassName
{
border-color: #EFA3E9;
}
</style>