Shades of Lavender Rose #EFAEEB
Tints of Lavender Rose #EFAEEB
RGB
CMYK
RGB Variations
Color information
#EFAEEB (or 0xEFAEEB) is known color: Lavender Rose. HEX triplet: EF, AE and EB. RGB value is (239,174,235). Sum of RGB (Red+Green+Blue) = 239+174+235=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 174 (68.36% from 255 or 26.85% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEEB is #105114. Grayscale: #C8C8C8. Windows color (decimal): -1069333 or 15445743. OLE color: 15445743.
HSL color Cylindrical-coordinate representation of color #EFAEEB: hue angle of 303.69º 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 #EFAEEB is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 174 | 235 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.06 |
| HSL | 303.69º | 0.67% | 0.81% | - |
| HSV(B) | 303.69º | 0.27% | 0.94% | - |
| XYZ | 65.73 | 54.62 | 85.68 | - |
| YUV | 200.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 174 | 235 | 0 | 0.27 | 0.02 | 0.06 | 303.69 | 0.67 | 0.81 |
| Hex | EF | AE | EB | 0 | 1B | 2 | 6 | 130 | 43 | 51 |
| Octal | 357 | 256 | 353 | 0 | 33 | 2 | 6 | 460 | 103 | 121 |
| Binary | 11101111 | 10101110 | 11101011 | 0 | 11011 | 10 | 110 | 100110000 | 1000011 | 1010001 |
Color Harmonies of #EFAEEB
Complementary color
Monochromatic Colors of #EFAEEB
Black with #EFAEEB
Text Example
Text Example
White with #EFAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAEEB; }
p { color: rgb(239,174,235); }
H1.HeaderClassName
{
color: #EFAEEB;
}
.AnyTagClassName
{
color: #EFAEEB;
}
</style>
background-color css
<style>
a { background-color: #EFAEEB; }
a { background-color: rgb(239,174,235); }
div.DivClassName
{
background-color: #EFAEEB;
}
.BgClassName
{
background-color: #EFAEEB;
}
</style>
border-color css
<style>
span { border-color: #EFAEEB; }
span { border-color: rgb(239,174,235); }
td.TdClassName
{
border-color: #EFAEEB;
}
.TagClassName
{
border-color: #EFAEEB;
}
</style>