Shades of Lavender Rose #EFABE0
Tints of Lavender Rose #EFABE0
RGB
CMYK
RGB Variations
Color information
#EFABE0 (or 0xEFABE0) is known color: Lavender Rose. HEX triplet: EF, AB and E0. RGB value is (239,171,224). Sum of RGB (Red+Green+Blue) = 239+171+224=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 171 (67.19% from 255 or 26.97% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFABE0 is #10541F. Grayscale: #C5C5C5. Windows color (decimal): -1070112 or 14724079. OLE color: 14724079.
HSL color Cylindrical-coordinate representation of color #EFABE0: hue angle of 313.24º 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 #EFABE0 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 224 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.06 |
| HSL | 313.24º | 0.68% | 0.8% | - |
| HSV(B) | 313.24º | 0.28% | 0.94% | - |
| XYZ | 63.61 | 52.86 | 77.37 | - |
| YUV | 197.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 224 | 0 | 0.28 | 0.06 | 0.06 | 313.24 | 0.68 | 0.8 |
| Hex | EF | AB | E0 | 0 | 1C | 6 | 6 | 139 | 44 | 50 |
| Octal | 357 | 253 | 340 | 0 | 34 | 6 | 6 | 471 | 104 | 120 |
| Binary | 11101111 | 10101011 | 11100000 | 0 | 11100 | 110 | 110 | 100111001 | 1000100 | 1010000 |
Color Harmonies of #EFABE0
Complementary color
Monochromatic Colors of #EFABE0
Black with #EFABE0
Text Example
Text Example
White with #EFABE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABE0; }
p { color: rgb(239,171,224); }
H1.HeaderClassName
{
color: #EFABE0;
}
.AnyTagClassName
{
color: #EFABE0;
}
</style>
background-color css
<style>
a { background-color: #EFABE0; }
a { background-color: rgb(239,171,224); }
div.DivClassName
{
background-color: #EFABE0;
}
.BgClassName
{
background-color: #EFABE0;
}
</style>
border-color css
<style>
span { border-color: #EFABE0; }
span { border-color: rgb(239,171,224); }
td.TdClassName
{
border-color: #EFABE0;
}
.TagClassName
{
border-color: #EFABE0;
}
</style>