Shades of Lavender Rose #EFA4E6
Tints of Lavender Rose #EFA4E6
RGB
CMYK
RGB Variations
Color information
#EFA4E6 (or 0xEFA4E6) is known color: Lavender Rose. HEX triplet: EF, A4 and E6. RGB value is (239,164,230). Sum of RGB (Red+Green+Blue) = 239+164+230=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 164 (64.45% from 255 or 25.91% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFA4E6 is #105B19. Grayscale: #C1C1C1. Windows color (decimal): -1071898 or 15115503. OLE color: 15115503.
HSL color Cylindrical-coordinate representation of color #EFA4E6: hue angle of 307.2º 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 #EFA4E6 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 230 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.06 |
| HSL | 307.2º | 0.7% | 0.79% | - |
| HSV(B) | 307.2º | 0.31% | 0.94% | - |
| XYZ | 63.15 | 50.61 | 81.3 | - |
| YUV | 193.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 230 | 0 | 0.31 | 0.04 | 0.06 | 307.2 | 0.7 | 0.79 |
| Hex | EF | A4 | E6 | 0 | 1F | 4 | 6 | 133 | 46 | 4F |
| Octal | 357 | 244 | 346 | 0 | 37 | 4 | 6 | 463 | 106 | 117 |
| Binary | 11101111 | 10100100 | 11100110 | 0 | 11111 | 100 | 110 | 100110011 | 1000110 | 1001111 |
Color Harmonies of #EFA4E6
Complementary color
Monochromatic Colors of #EFA4E6
Black with #EFA4E6
Text Example
Text Example
White with #EFA4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA4E6; }
p { color: rgb(239,164,230); }
H1.HeaderClassName
{
color: #EFA4E6;
}
.AnyTagClassName
{
color: #EFA4E6;
}
</style>
background-color css
<style>
a { background-color: #EFA4E6; }
a { background-color: rgb(239,164,230); }
div.DivClassName
{
background-color: #EFA4E6;
}
.BgClassName
{
background-color: #EFA4E6;
}
</style>
border-color css
<style>
span { border-color: #EFA4E6; }
span { border-color: rgb(239,164,230); }
td.TdClassName
{
border-color: #EFA4E6;
}
.TagClassName
{
border-color: #EFA4E6;
}
</style>