Shades of Lavender Rose #EFA7E2
Tints of Lavender Rose #EFA7E2
RGB
CMYK
RGB Variations
Color information
#EFA7E2 (or 0xEFA7E2) is known color: Lavender Rose. HEX triplet: EF, A7 and E2. RGB value is (239,167,226). Sum of RGB (Red+Green+Blue) = 239+167+226=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA7E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA7E2 is #10581D. Grayscale: #C3C3C3. Windows color (decimal): -1071134 or 14854127. OLE color: 14854127.
HSL color Cylindrical-coordinate representation of color #EFA7E2: hue angle of 310.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA7E2 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 226 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.06 |
| HSL | 310.83º | 0.69% | 0.8% | - |
| HSV(B) | 310.83º | 0.3% | 0.94% | - |
| XYZ | 63.14 | 51.48 | 78.56 | - |
| YUV | 195.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 226 | 0 | 0.30 | 0.05 | 0.06 | 310.83 | 0.69 | 0.8 |
| Hex | EF | A7 | E2 | 0 | 1E | 5 | 6 | 137 | 45 | 50 |
| Octal | 357 | 247 | 342 | 0 | 36 | 5 | 6 | 467 | 105 | 120 |
| Binary | 11101111 | 10100111 | 11100010 | 0 | 11110 | 101 | 110 | 100110111 | 1000101 | 1010000 |
Color Harmonies of #EFA7E2
Complementary color
Monochromatic Colors of #EFA7E2
Black with #EFA7E2
Text Example
Text Example
White with #EFA7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA7E2; }
p { color: rgb(239,167,226); }
H1.HeaderClassName
{
color: #EFA7E2;
}
.AnyTagClassName
{
color: #EFA7E2;
}
</style>
background-color css
<style>
a { background-color: #EFA7E2; }
a { background-color: rgb(239,167,226); }
div.DivClassName
{
background-color: #EFA7E2;
}
.BgClassName
{
background-color: #EFA7E2;
}
</style>
border-color css
<style>
span { border-color: #EFA7E2; }
span { border-color: rgb(239,167,226); }
td.TdClassName
{
border-color: #EFA7E2;
}
.TagClassName
{
border-color: #EFA7E2;
}
</style>