Shades of Lavender Rose #EFAFE1
Tints of Lavender Rose #EFAFE1
RGB
CMYK
RGB Variations
Color information
#EFAFE1 (or 0xEFAFE1) is known color: Lavender Rose. HEX triplet: EF, AF and E1. RGB value is (239,175,225). Sum of RGB (Red+Green+Blue) = 239+175+225=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFE1 is #10501E. Grayscale: #C7C7C7. Windows color (decimal): -1069087 or 14790639. OLE color: 14790639.
HSL color Cylindrical-coordinate representation of color #EFAFE1: hue angle of 313.12º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFAFE1 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 225 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.06 |
| HSL | 313.13º | 0.67% | 0.81% | - |
| HSV(B) | 313.13º | 0.27% | 0.94% | - |
| XYZ | 64.52 | 54.45 | 78.34 | - |
| YUV | 199.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 225 | 0 | 0.27 | 0.06 | 0.06 | 313.13 | 0.67 | 0.81 |
| Hex | EF | AF | E1 | 0 | 1B | 6 | 6 | 139 | 43 | 51 |
| Octal | 357 | 257 | 341 | 0 | 33 | 6 | 6 | 471 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11100001 | 0 | 11011 | 110 | 110 | 100111001 | 1000011 | 1010001 |
Color Harmonies of #EFAFE1
Complementary color
Monochromatic Colors of #EFAFE1
Black with #EFAFE1
Text Example
Text Example
White with #EFAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFE1; }
p { color: rgb(239,175,225); }
H1.HeaderClassName
{
color: #EFAFE1;
}
.AnyTagClassName
{
color: #EFAFE1;
}
</style>
background-color css
<style>
a { background-color: #EFAFE1; }
a { background-color: rgb(239,175,225); }
div.DivClassName
{
background-color: #EFAFE1;
}
.BgClassName
{
background-color: #EFAFE1;
}
</style>
border-color css
<style>
span { border-color: #EFAFE1; }
span { border-color: rgb(239,175,225); }
td.TdClassName
{
border-color: #EFAFE1;
}
.TagClassName
{
border-color: #EFAFE1;
}
</style>