Shades of Lavender Rose #EFA9E8
Tints of Lavender Rose #EFA9E8
RGB
CMYK
RGB Variations
Color information
#EFA9E8 (or 0xEFA9E8) is known color: Lavender Rose. HEX triplet: EF, A9 and E8. RGB value is (239,169,232). Sum of RGB (Red+Green+Blue) = 239+169+232=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA9E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA9E8 is #105617. Grayscale: #C4C4C4. Windows color (decimal): -1070616 or 15247855. OLE color: 15247855.
HSL color Cylindrical-coordinate representation of color #EFA9E8: hue angle of 306º degrees, saturation: 0.69, 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 #EFA9E8 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 232 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.06 |
| HSL | 306º | 0.69% | 0.8% | - |
| HSV(B) | 306º | 0.29% | 0.94% | - |
| XYZ | 64.35 | 52.55 | 83.1 | - |
| YUV | 197.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 232 | 0 | 0.29 | 0.03 | 0.06 | 306 | 0.69 | 0.8 |
| Hex | EF | A9 | E8 | 0 | 1D | 3 | 6 | 132 | 45 | 50 |
| Octal | 357 | 251 | 350 | 0 | 35 | 3 | 6 | 462 | 105 | 120 |
| Binary | 11101111 | 10101001 | 11101000 | 0 | 11101 | 11 | 110 | 100110010 | 1000101 | 1010000 |
Color Harmonies of #EFA9E8
Complementary color
Monochromatic Colors of #EFA9E8
Black with #EFA9E8
Text Example
Text Example
White with #EFA9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA9E8; }
p { color: rgb(239,169,232); }
H1.HeaderClassName
{
color: #EFA9E8;
}
.AnyTagClassName
{
color: #EFA9E8;
}
</style>
background-color css
<style>
a { background-color: #EFA9E8; }
a { background-color: rgb(239,169,232); }
div.DivClassName
{
background-color: #EFA9E8;
}
.BgClassName
{
background-color: #EFA9E8;
}
</style>
border-color css
<style>
span { border-color: #EFA9E8; }
span { border-color: rgb(239,169,232); }
td.TdClassName
{
border-color: #EFA9E8;
}
.TagClassName
{
border-color: #EFA9E8;
}
</style>