Shades of Lavender Rose #EFABE1
Tints of Lavender Rose #EFABE1
RGB
CMYK
RGB Variations
Color information
#EFABE1 (or 0xEFABE1) is known color: Lavender Rose. HEX triplet: EF, AB and E1. RGB value is (239,171,225). Sum of RGB (Red+Green+Blue) = 239+171+225=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABE1 is #10541E. Grayscale: #C5C5C5. Windows color (decimal): -1070111 or 14789615. OLE color: 14789615.
HSL color Cylindrical-coordinate representation of color #EFABE1: hue angle of 312.35º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFABE1 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 225 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.06 |
| HSL | 312.35º | 0.68% | 0.8% | - |
| HSV(B) | 312.35º | 0.28% | 0.94% | - |
| XYZ | 63.75 | 52.91 | 78.09 | - |
| YUV | 197.49 | 143.53 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 225 | 0 | 0.28 | 0.06 | 0.06 | 312.35 | 0.68 | 0.8 |
| Hex | EF | AB | E1 | 0 | 1C | 6 | 6 | 138 | 44 | 50 |
| Octal | 357 | 253 | 341 | 0 | 34 | 6 | 6 | 470 | 104 | 120 |
| Binary | 11101111 | 10101011 | 11100001 | 0 | 11100 | 110 | 110 | 100111000 | 1000100 | 1010000 |
Color Harmonies of #EFABE1
Complementary color
Monochromatic Colors of #EFABE1
Black with #EFABE1
Text Example
Text Example
White with #EFABE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABE1; }
p { color: rgb(239,171,225); }
H1.HeaderClassName
{
color: #EFABE1;
}
.AnyTagClassName
{
color: #EFABE1;
}
</style>
background-color css
<style>
a { background-color: #EFABE1; }
a { background-color: rgb(239,171,225); }
div.DivClassName
{
background-color: #EFABE1;
}
.BgClassName
{
background-color: #EFABE1;
}
</style>
border-color css
<style>
span { border-color: #EFABE1; }
span { border-color: rgb(239,171,225); }
td.TdClassName
{
border-color: #EFABE1;
}
.TagClassName
{
border-color: #EFABE1;
}
</style>