Shades of Lavender Rose #EFA2E4
Tints of Lavender Rose #EFA2E4
RGB
CMYK
RGB Variations
Color information
#EFA2E4 (or 0xEFA2E4) is known color: Lavender Rose. HEX triplet: EF, A2 and E4. RGB value is (239,162,228). Sum of RGB (Red+Green+Blue) = 239+162+228=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA2E4 is #105D1B. Grayscale: #C0C0C0. Windows color (decimal): -1072412 or 14983919. OLE color: 14983919.
HSL color Cylindrical-coordinate representation of color #EFA2E4: hue angle of 308.57º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2E4 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 228 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.06 |
| HSL | 308.57º | 0.71% | 0.79% | - |
| HSV(B) | 308.57º | 0.32% | 0.94% | - |
| XYZ | 62.52 | 49.79 | 79.71 | - |
| YUV | 192.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 228 | 0 | 0.32 | 0.05 | 0.06 | 308.57 | 0.71 | 0.79 |
| Hex | EF | A2 | E4 | 0 | 20 | 5 | 6 | 135 | 47 | 4F |
| Octal | 357 | 242 | 344 | 0 | 40 | 5 | 6 | 465 | 107 | 117 |
| Binary | 11101111 | 10100010 | 11100100 | 0 | 100000 | 101 | 110 | 100110101 | 1000111 | 1001111 |
Color Harmonies of #EFA2E4
Complementary color
Monochromatic Colors of #EFA2E4
Black with #EFA2E4
Text Example
Text Example
White with #EFA2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2E4; }
p { color: rgb(239,162,228); }
H1.HeaderClassName
{
color: #EFA2E4;
}
.AnyTagClassName
{
color: #EFA2E4;
}
</style>
background-color css
<style>
a { background-color: #EFA2E4; }
a { background-color: rgb(239,162,228); }
div.DivClassName
{
background-color: #EFA2E4;
}
.BgClassName
{
background-color: #EFA2E4;
}
</style>
border-color css
<style>
span { border-color: #EFA2E4; }
span { border-color: rgb(239,162,228); }
td.TdClassName
{
border-color: #EFA2E4;
}
.TagClassName
{
border-color: #EFA2E4;
}
</style>