Shades of Lavender Rose #EFA4EA
Tints of Lavender Rose #EFA4EA
RGB
CMYK
RGB Variations
Color information
#EFA4EA (or 0xEFA4EA) is known color: Lavender Rose. HEX triplet: EF, A4 and EA. RGB value is (239,164,234). Sum of RGB (Red+Green+Blue) = 239+164+234=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4EA is #105B15. Grayscale: #C2C2C2. Windows color (decimal): -1071894 or 15377647. OLE color: 15377647.
HSL color Cylindrical-coordinate representation of color #EFA4EA: hue angle of 304º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA4EA is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 234 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.06 |
| HSL | 304º | 0.7% | 0.79% | - |
| HSV(B) | 304º | 0.31% | 0.94% | - |
| XYZ | 63.72 | 50.84 | 84.3 | - |
| YUV | 194.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 234 | 0 | 0.31 | 0.02 | 0.06 | 304 | 0.7 | 0.79 |
| Hex | EF | A4 | EA | 0 | 1F | 2 | 6 | 130 | 46 | 4F |
| Octal | 357 | 244 | 352 | 0 | 37 | 2 | 6 | 460 | 106 | 117 |
| Binary | 11101111 | 10100100 | 11101010 | 0 | 11111 | 10 | 110 | 100110000 | 1000110 | 1001111 |
Color Harmonies of #EFA4EA
Complementary color
Monochromatic Colors of #EFA4EA
Black with #EFA4EA
Text Example
Text Example
White with #EFA4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4EA; }
p { color: rgb(239,164,234); }
H1.HeaderClassName
{
color: #EFA4EA;
}
.AnyTagClassName
{
color: #EFA4EA;
}
</style>
background-color css
<style>
a { background-color: #EFA4EA; }
a { background-color: rgb(239,164,234); }
div.DivClassName
{
background-color: #EFA4EA;
}
.BgClassName
{
background-color: #EFA4EA;
}
</style>
border-color css
<style>
span { border-color: #EFA4EA; }
span { border-color: rgb(239,164,234); }
td.TdClassName
{
border-color: #EFA4EA;
}
.TagClassName
{
border-color: #EFA4EA;
}
</style>