Shades of Lavender Rose #EFAAEB
Tints of Lavender Rose #EFAAEB
RGB
CMYK
RGB Variations
Color information
#EFAAEB (or 0xEFAAEB) is known color: Lavender Rose. HEX triplet: EF, AA and EB. RGB value is (239,170,235). Sum of RGB (Red+Green+Blue) = 239+170+235=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAAEB is #105514. Grayscale: #C5C5C5. Windows color (decimal): -1070357 or 15444719. OLE color: 15444719.
HSL color Cylindrical-coordinate representation of color #EFAAEB: hue angle of 303.48º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAAEB is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 235 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.06 |
| HSL | 303.48º | 0.68% | 0.8% | - |
| HSV(B) | 303.48º | 0.29% | 0.94% | - |
| XYZ | 64.97 | 53.1 | 85.42 | - |
| YUV | 198.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 235 | 0 | 0.29 | 0.02 | 0.06 | 303.48 | 0.68 | 0.8 |
| Hex | EF | AA | EB | 0 | 1D | 2 | 6 | 12F | 44 | 50 |
| Octal | 357 | 252 | 353 | 0 | 35 | 2 | 6 | 457 | 104 | 120 |
| Binary | 11101111 | 10101010 | 11101011 | 0 | 11101 | 10 | 110 | 100101111 | 1000100 | 1010000 |
Color Harmonies of #EFAAEB
Complementary color
Monochromatic Colors of #EFAAEB
Black with #EFAAEB
Text Example
Text Example
White with #EFAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAAEB; }
p { color: rgb(239,170,235); }
H1.HeaderClassName
{
color: #EFAAEB;
}
.AnyTagClassName
{
color: #EFAAEB;
}
</style>
background-color css
<style>
a { background-color: #EFAAEB; }
a { background-color: rgb(239,170,235); }
div.DivClassName
{
background-color: #EFAAEB;
}
.BgClassName
{
background-color: #EFAAEB;
}
</style>
border-color css
<style>
span { border-color: #EFAAEB; }
span { border-color: rgb(239,170,235); }
td.TdClassName
{
border-color: #EFAAEB;
}
.TagClassName
{
border-color: #EFAAEB;
}
</style>