Shades of Lavender Rose #EFA2E3
Tints of Lavender Rose #EFA2E3
RGB
CMYK
RGB Variations
Color information
#EFA2E3 (or 0xEFA2E3) is known color: Lavender Rose. HEX triplet: EF, A2 and E3. RGB value is (239,162,227). Sum of RGB (Red+Green+Blue) = 239+162+227=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 162 (63.67% from 255 or 25.80% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2E3 is #105D1C. Grayscale: #C0C0C0. Windows color (decimal): -1072413 or 14918383. OLE color: 14918383.
HSL color Cylindrical-coordinate representation of color #EFA2E3: hue angle of 309.35º 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 #EFA2E3 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 227 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.06 |
| HSL | 309.35º | 0.71% | 0.79% | - |
| HSV(B) | 309.35º | 0.32% | 0.94% | - |
| XYZ | 62.38 | 49.74 | 78.99 | - |
| YUV | 192.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 227 | 0 | 0.32 | 0.05 | 0.06 | 309.35 | 0.71 | 0.79 |
| Hex | EF | A2 | E3 | 0 | 20 | 5 | 6 | 135 | 47 | 4F |
| Octal | 357 | 242 | 343 | 0 | 40 | 5 | 6 | 465 | 107 | 117 |
| Binary | 11101111 | 10100010 | 11100011 | 0 | 100000 | 101 | 110 | 100110101 | 1000111 | 1001111 |
Color Harmonies of #EFA2E3
Complementary color
Monochromatic Colors of #EFA2E3
Black with #EFA2E3
Text Example
Text Example
White with #EFA2E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2E3; }
p { color: rgb(239,162,227); }
H1.HeaderClassName
{
color: #EFA2E3;
}
.AnyTagClassName
{
color: #EFA2E3;
}
</style>
background-color css
<style>
a { background-color: #EFA2E3; }
a { background-color: rgb(239,162,227); }
div.DivClassName
{
background-color: #EFA2E3;
}
.BgClassName
{
background-color: #EFA2E3;
}
</style>
border-color css
<style>
span { border-color: #EFA2E3; }
span { border-color: rgb(239,162,227); }
td.TdClassName
{
border-color: #EFA2E3;
}
.TagClassName
{
border-color: #EFA2E3;
}
</style>