Shades of Lavender Rose #EFA5E4
Tints of Lavender Rose #EFA5E4
RGB
CMYK
RGB Variations
Color information
#EFA5E4 (or 0xEFA5E4) is known color: Lavender Rose. HEX triplet: EF, A5 and E4. RGB value is (239,165,228). Sum of RGB (Red+Green+Blue) = 239+165+228=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA5E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA5E4 is #105A1B. Grayscale: #C2C2C2. Windows color (decimal): -1071644 or 14984687. OLE color: 14984687.
HSL color Cylindrical-coordinate representation of color #EFA5E4: hue angle of 308.92º 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 #EFA5E4 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 165 | 228 | - |
CMYK | 0 | 0.31 | 0.05 | 0.06 |
HSL | 308.92º | 0.7% | 0.79% | - |
HSV(B) | 308.92º | 0.31% | 0.94% | - |
XYZ | 63.06 | 50.86 | 79.89 | - |
YUV | 194.31 | 147.02 | 159.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 165 | 228 | 0 | 0.31 | 0.05 | 0.06 | 308.92 | 0.7 | 0.79 |
Hex | EF | A5 | E4 | 0 | 1F | 5 | 6 | 135 | 46 | 4F |
Octal | 357 | 245 | 344 | 0 | 37 | 5 | 6 | 465 | 106 | 117 |
Binary | 11101111 | 10100101 | 11100100 | 0 | 11111 | 101 | 110 | 100110101 | 1000110 | 1001111 |
Color Harmonies of #EFA5E4
Complementary color
Monochromatic Colors of #EFA5E4
Black with #EFA5E4
Text Example
Text Example
White with #EFA5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA5E4; }
p { color: rgb(239,165,228); }
H1.HeaderClassName
{
color: #EFA5E4;
}
.AnyTagClassName
{
color: #EFA5E4;
}
</style>
background-color css
<style>
a { background-color: #EFA5E4; }
a { background-color: rgb(239,165,228); }
div.DivClassName
{
background-color: #EFA5E4;
}
.BgClassName
{
background-color: #EFA5E4;
}
</style>
border-color css
<style>
span { border-color: #EFA5E4; }
span { border-color: rgb(239,165,228); }
td.TdClassName
{
border-color: #EFA5E4;
}
.TagClassName
{
border-color: #EFA5E4;
}
</style>