Shades of Lavender Rose #EFA1E3
Tints of Lavender Rose #EFA1E3
RGB
CMYK
RGB Variations
Color information
#EFA1E3 (or 0xEFA1E3) is known color: Lavender Rose. HEX triplet: EF, A1 and E3. RGB value is (239,161,227). Sum of RGB (Red+Green+Blue) = 239+161+227=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA1E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA1E3 is #105E1C. Grayscale: #BFBFBF. Windows color (decimal): -1072669 or 14918127. OLE color: 14918127.
HSL color Cylindrical-coordinate representation of color #EFA1E3: hue angle of 309.23º 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 #EFA1E3 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 227 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.06 |
| HSL | 309.23º | 0.71% | 0.78% | - |
| HSV(B) | 309.23º | 0.33% | 0.94% | - |
| XYZ | 62.21 | 49.39 | 78.93 | - |
| YUV | 191.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 227 | 0 | 0.33 | 0.05 | 0.06 | 309.23 | 0.71 | 0.78 |
| Hex | EF | A1 | E3 | 0 | 21 | 5 | 6 | 135 | 47 | 4E |
| Octal | 357 | 241 | 343 | 0 | 41 | 5 | 6 | 465 | 107 | 116 |
| Binary | 11101111 | 10100001 | 11100011 | 0 | 100001 | 101 | 110 | 100110101 | 1000111 | 1001110 |
Color Harmonies of #EFA1E3
Complementary color
Monochromatic Colors of #EFA1E3
Black with #EFA1E3
Text Example
Text Example
White with #EFA1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA1E3; }
p { color: rgb(239,161,227); }
H1.HeaderClassName
{
color: #EFA1E3;
}
.AnyTagClassName
{
color: #EFA1E3;
}
</style>
background-color css
<style>
a { background-color: #EFA1E3; }
a { background-color: rgb(239,161,227); }
div.DivClassName
{
background-color: #EFA1E3;
}
.BgClassName
{
background-color: #EFA1E3;
}
</style>
border-color css
<style>
span { border-color: #EFA1E3; }
span { border-color: rgb(239,161,227); }
td.TdClassName
{
border-color: #EFA1E3;
}
.TagClassName
{
border-color: #EFA1E3;
}
</style>