Shades of Lavender Rose #EFAEEA
Tints of Lavender Rose #EFAEEA
RGB
CMYK
RGB Variations
Color information
#EFAEEA (or 0xEFAEEA) is known color: Lavender Rose. HEX triplet: EF, AE and EA. RGB value is (239,174,234). Sum of RGB (Red+Green+Blue) = 239+174+234=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEEA is #105115. Grayscale: #C8C8C8. Windows color (decimal): -1069334 or 15380207. OLE color: 15380207.
HSL color Cylindrical-coordinate representation of color #EFAEEA: hue angle of 304.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAEEA is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 234 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.06 |
| HSL | 304.62º | 0.67% | 0.81% | - |
| HSV(B) | 304.62º | 0.27% | 0.94% | - |
| XYZ | 65.58 | 54.56 | 84.92 | - |
| YUV | 200.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 234 | 0 | 0.27 | 0.02 | 0.06 | 304.62 | 0.67 | 0.81 |
| Hex | EF | AE | EA | 0 | 1B | 2 | 6 | 131 | 43 | 51 |
| Octal | 357 | 256 | 352 | 0 | 33 | 2 | 6 | 461 | 103 | 121 |
| Binary | 11101111 | 10101110 | 11101010 | 0 | 11011 | 10 | 110 | 100110001 | 1000011 | 1010001 |
Color Harmonies of #EFAEEA
Complementary color
Monochromatic Colors of #EFAEEA
Black with #EFAEEA
Text Example
Text Example
White with #EFAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEEA; }
p { color: rgb(239,174,234); }
H1.HeaderClassName
{
color: #EFAEEA;
}
.AnyTagClassName
{
color: #EFAEEA;
}
</style>
background-color css
<style>
a { background-color: #EFAEEA; }
a { background-color: rgb(239,174,234); }
div.DivClassName
{
background-color: #EFAEEA;
}
.BgClassName
{
background-color: #EFAEEA;
}
</style>
border-color css
<style>
span { border-color: #EFAEEA; }
span { border-color: rgb(239,174,234); }
td.TdClassName
{
border-color: #EFAEEA;
}
.TagClassName
{
border-color: #EFAEEA;
}
</style>