Shades of Lavender Rose #EFA3EB
Tints of Lavender Rose #EFA3EB
RGB
CMYK
RGB Variations
Color information
#EFA3EB (or 0xEFA3EB) is known color: Lavender Rose. HEX triplet: EF, A3 and EB. RGB value is (239,163,235). Sum of RGB (Red+Green+Blue) = 239+163+235=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA3EB is #105C14. Grayscale: #C1C1C1. Windows color (decimal): -1072149 or 15442927. OLE color: 15442927.
HSL color Cylindrical-coordinate representation of color #EFA3EB: hue angle of 303.16º 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 #EFA3EB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 235 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.06 |
| HSL | 303.16º | 0.7% | 0.79% | - |
| HSV(B) | 303.16º | 0.32% | 0.94% | - |
| XYZ | 63.69 | 50.54 | 85 | - |
| YUV | 193.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 235 | 0 | 0.32 | 0.02 | 0.06 | 303.16 | 0.7 | 0.79 |
| Hex | EF | A3 | EB | 0 | 20 | 2 | 6 | 12F | 46 | 4F |
| Octal | 357 | 243 | 353 | 0 | 40 | 2 | 6 | 457 | 106 | 117 |
| Binary | 11101111 | 10100011 | 11101011 | 0 | 100000 | 10 | 110 | 100101111 | 1000110 | 1001111 |
Color Harmonies of #EFA3EB
Complementary color
Monochromatic Colors of #EFA3EB
Black with #EFA3EB
Text Example
Text Example
White with #EFA3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA3EB; }
p { color: rgb(239,163,235); }
H1.HeaderClassName
{
color: #EFA3EB;
}
.AnyTagClassName
{
color: #EFA3EB;
}
</style>
background-color css
<style>
a { background-color: #EFA3EB; }
a { background-color: rgb(239,163,235); }
div.DivClassName
{
background-color: #EFA3EB;
}
.BgClassName
{
background-color: #EFA3EB;
}
</style>
border-color css
<style>
span { border-color: #EFA3EB; }
span { border-color: rgb(239,163,235); }
td.TdClassName
{
border-color: #EFA3EB;
}
.TagClassName
{
border-color: #EFA3EB;
}
</style>