Shades of Lavender Rose #EFA2EA
Tints of Lavender Rose #EFA2EA
RGB
CMYK
RGB Variations
Color information
#EFA2EA (or 0xEFA2EA) is known color: Lavender Rose. HEX triplet: EF, A2 and EA. RGB value is (239,162,234). Sum of RGB (Red+Green+Blue) = 239+162+234=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 162 (63.67% from 255 or 25.51% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA2EA is #105D15. Grayscale: #C1C1C1. Windows color (decimal): -1072406 or 15377135. OLE color: 15377135.
HSL color Cylindrical-coordinate representation of color #EFA2EA: hue angle of 303.9º 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 #EFA2EA is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 234 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.06 |
| HSL | 303.9º | 0.71% | 0.79% | - |
| HSV(B) | 303.9º | 0.32% | 0.94% | - |
| XYZ | 63.37 | 50.13 | 84.18 | - |
| YUV | 193.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 234 | 0 | 0.32 | 0.02 | 0.06 | 303.9 | 0.71 | 0.79 |
| Hex | EF | A2 | EA | 0 | 20 | 2 | 6 | 130 | 47 | 4F |
| Octal | 357 | 242 | 352 | 0 | 40 | 2 | 6 | 460 | 107 | 117 |
| Binary | 11101111 | 10100010 | 11101010 | 0 | 100000 | 10 | 110 | 100110000 | 1000111 | 1001111 |
Color Harmonies of #EFA2EA
Complementary color
Monochromatic Colors of #EFA2EA
Black with #EFA2EA
Text Example
Text Example
White with #EFA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2EA; }
p { color: rgb(239,162,234); }
H1.HeaderClassName
{
color: #EFA2EA;
}
.AnyTagClassName
{
color: #EFA2EA;
}
</style>
background-color css
<style>
a { background-color: #EFA2EA; }
a { background-color: rgb(239,162,234); }
div.DivClassName
{
background-color: #EFA2EA;
}
.BgClassName
{
background-color: #EFA2EA;
}
</style>
border-color css
<style>
span { border-color: #EFA2EA; }
span { border-color: rgb(239,162,234); }
td.TdClassName
{
border-color: #EFA2EA;
}
.TagClassName
{
border-color: #EFA2EA;
}
</style>