Shades of Lavender Rose #EFAFE4
Tints of Lavender Rose #EFAFE4
RGB
CMYK
RGB Variations
Color information
#EFAFE4 (or 0xEFAFE4) is known color: Lavender Rose. HEX triplet: EF, AF and E4. RGB value is (239,175,228). Sum of RGB (Red+Green+Blue) = 239+175+228=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFE4 is #10501B. Grayscale: #C8C8C8. Windows color (decimal): -1069084 or 14987247. OLE color: 14987247.
HSL color Cylindrical-coordinate representation of color #EFAFE4: hue angle of 310.31º 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 #EFAFE4 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 228 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.06 |
| HSL | 310.31º | 0.67% | 0.81% | - |
| HSV(B) | 310.31º | 0.27% | 0.94% | - |
| XYZ | 64.93 | 54.61 | 80.52 | - |
| YUV | 200.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 228 | 0 | 0.27 | 0.05 | 0.06 | 310.31 | 0.67 | 0.81 |
| Hex | EF | AF | E4 | 0 | 1B | 5 | 6 | 136 | 43 | 51 |
| Octal | 357 | 257 | 344 | 0 | 33 | 5 | 6 | 466 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11100100 | 0 | 11011 | 101 | 110 | 100110110 | 1000011 | 1010001 |
Color Harmonies of #EFAFE4
Complementary color
Monochromatic Colors of #EFAFE4
Black with #EFAFE4
Text Example
Text Example
White with #EFAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFE4; }
p { color: rgb(239,175,228); }
H1.HeaderClassName
{
color: #EFAFE4;
}
.AnyTagClassName
{
color: #EFAFE4;
}
</style>
background-color css
<style>
a { background-color: #EFAFE4; }
a { background-color: rgb(239,175,228); }
div.DivClassName
{
background-color: #EFAFE4;
}
.BgClassName
{
background-color: #EFAFE4;
}
</style>
border-color css
<style>
span { border-color: #EFAFE4; }
span { border-color: rgb(239,175,228); }
td.TdClassName
{
border-color: #EFAFE4;
}
.TagClassName
{
border-color: #EFAFE4;
}
</style>