Shades of Lavender Rose #EFA2EB
Tints of Lavender Rose #EFA2EB
RGB
CMYK
RGB Variations
Color information
#EFA2EB (or 0xEFA2EB) is known color: Lavender Rose. HEX triplet: EF, A2 and EB. RGB value is (239,162,235). Sum of RGB (Red+Green+Blue) = 239+162+235=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2EB is #105D14. Grayscale: #C1C1C1. Windows color (decimal): -1072405 or 15442671. OLE color: 15442671.
HSL color Cylindrical-coordinate representation of color #EFA2EB: hue angle of 303.12º degrees, saturation: 0.71, 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 #EFA2EB is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 235 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.06 |
| HSL | 303.12º | 0.71% | 0.79% | - |
| HSV(B) | 303.12º | 0.32% | 0.94% | - |
| XYZ | 63.51 | 50.19 | 84.94 | - |
| YUV | 193.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 235 | 0 | 0.32 | 0.02 | 0.06 | 303.12 | 0.71 | 0.79 |
| Hex | EF | A2 | EB | 0 | 20 | 2 | 6 | 12F | 47 | 4F |
| Octal | 357 | 242 | 353 | 0 | 40 | 2 | 6 | 457 | 107 | 117 |
| Binary | 11101111 | 10100010 | 11101011 | 0 | 100000 | 10 | 110 | 100101111 | 1000111 | 1001111 |
Color Harmonies of #EFA2EB
Complementary color
Monochromatic Colors of #EFA2EB
Black with #EFA2EB
Text Example
Text Example
White with #EFA2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2EB; }
p { color: rgb(239,162,235); }
H1.HeaderClassName
{
color: #EFA2EB;
}
.AnyTagClassName
{
color: #EFA2EB;
}
</style>
background-color css
<style>
a { background-color: #EFA2EB; }
a { background-color: rgb(239,162,235); }
div.DivClassName
{
background-color: #EFA2EB;
}
.BgClassName
{
background-color: #EFA2EB;
}
</style>
border-color css
<style>
span { border-color: #EFA2EB; }
span { border-color: rgb(239,162,235); }
td.TdClassName
{
border-color: #EFA2EB;
}
.TagClassName
{
border-color: #EFA2EB;
}
</style>