Shades of Lavender Rose #EFA5EA
Tints of Lavender Rose #EFA5EA
RGB
CMYK
RGB Variations
Color information
#EFA5EA (or 0xEFA5EA) is known color: Lavender Rose. HEX triplet: EF, A5 and EA. RGB value is (239,165,234). Sum of RGB (Red+Green+Blue) = 239+165+234=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA5EA is #105A15. Grayscale: #C2C2C2. Windows color (decimal): -1071638 or 15377903. OLE color: 15377903.
HSL color Cylindrical-coordinate representation of color #EFA5EA: hue angle of 304.05º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA5EA is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 234 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.06 |
| HSL | 304.05º | 0.7% | 0.79% | - |
| HSV(B) | 304.05º | 0.31% | 0.94% | - |
| XYZ | 63.9 | 51.2 | 84.36 | - |
| YUV | 194.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 234 | 0 | 0.31 | 0.02 | 0.06 | 304.05 | 0.7 | 0.79 |
| Hex | EF | A5 | EA | 0 | 1F | 2 | 6 | 130 | 46 | 4F |
| Octal | 357 | 245 | 352 | 0 | 37 | 2 | 6 | 460 | 106 | 117 |
| Binary | 11101111 | 10100101 | 11101010 | 0 | 11111 | 10 | 110 | 100110000 | 1000110 | 1001111 |
Color Harmonies of #EFA5EA
Complementary color
Monochromatic Colors of #EFA5EA
Black with #EFA5EA
Text Example
Text Example
White with #EFA5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5EA; }
p { color: rgb(239,165,234); }
H1.HeaderClassName
{
color: #EFA5EA;
}
.AnyTagClassName
{
color: #EFA5EA;
}
</style>
background-color css
<style>
a { background-color: #EFA5EA; }
a { background-color: rgb(239,165,234); }
div.DivClassName
{
background-color: #EFA5EA;
}
.BgClassName
{
background-color: #EFA5EA;
}
</style>
border-color css
<style>
span { border-color: #EFA5EA; }
span { border-color: rgb(239,165,234); }
td.TdClassName
{
border-color: #EFA5EA;
}
.TagClassName
{
border-color: #EFA5EA;
}
</style>