Shades of Lavender Rose #EFA0E4
Tints of Lavender Rose #EFA0E4
RGB
CMYK
RGB Variations
Color information
#EFA0E4 (or 0xEFA0E4) is known color: Lavender Rose. HEX triplet: EF, A0 and E4. RGB value is (239,160,228). Sum of RGB (Red+Green+Blue) = 239+160+228=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 160 (62.89% from 255 or 25.52% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA0E4 is #105F1B. Grayscale: #BFBFBF. Windows color (decimal): -1072924 or 14983407. OLE color: 14983407.
HSL color Cylindrical-coordinate representation of color #EFA0E4: hue angle of 308.35º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA0E4 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 228 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.06 |
| HSL | 308.35º | 0.71% | 0.78% | - |
| HSV(B) | 308.35º | 0.33% | 0.94% | - |
| XYZ | 62.17 | 49.09 | 79.6 | - |
| YUV | 191.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 228 | 0 | 0.33 | 0.05 | 0.06 | 308.35 | 0.71 | 0.78 |
| Hex | EF | A0 | E4 | 0 | 21 | 5 | 6 | 134 | 47 | 4E |
| Octal | 357 | 240 | 344 | 0 | 41 | 5 | 6 | 464 | 107 | 116 |
| Binary | 11101111 | 10100000 | 11100100 | 0 | 100001 | 101 | 110 | 100110100 | 1000111 | 1001110 |
Color Harmonies of #EFA0E4
Complementary color
Monochromatic Colors of #EFA0E4
Black with #EFA0E4
Text Example
Text Example
White with #EFA0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA0E4; }
p { color: rgb(239,160,228); }
H1.HeaderClassName
{
color: #EFA0E4;
}
.AnyTagClassName
{
color: #EFA0E4;
}
</style>
background-color css
<style>
a { background-color: #EFA0E4; }
a { background-color: rgb(239,160,228); }
div.DivClassName
{
background-color: #EFA0E4;
}
.BgClassName
{
background-color: #EFA0E4;
}
</style>
border-color css
<style>
span { border-color: #EFA0E4; }
span { border-color: rgb(239,160,228); }
td.TdClassName
{
border-color: #EFA0E4;
}
.TagClassName
{
border-color: #EFA0E4;
}
</style>