Shades of Lavender Rose #EFAFE8
Tints of Lavender Rose #EFAFE8
RGB
CMYK
RGB Variations
Color information
#EFAFE8 (or 0xEFAFE8) is known color: Lavender Rose. HEX triplet: EF, AF and E8. RGB value is (239,175,232). Sum of RGB (Red+Green+Blue) = 239+175+232=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAFE8 is #105017. Grayscale: #C8C8C8. Windows color (decimal): -1069080 or 15249391. OLE color: 15249391.
HSL color Cylindrical-coordinate representation of color #EFAFE8: hue angle of 306.56º 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 #EFAFE8 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 232 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.06 |
| HSL | 306.56º | 0.67% | 0.81% | - |
| HSV(B) | 306.56º | 0.27% | 0.94% | - |
| XYZ | 65.49 | 54.84 | 83.48 | - |
| YUV | 200.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 232 | 0 | 0.27 | 0.03 | 0.06 | 306.56 | 0.67 | 0.81 |
| Hex | EF | AF | E8 | 0 | 1B | 3 | 6 | 133 | 43 | 51 |
| Octal | 357 | 257 | 350 | 0 | 33 | 3 | 6 | 463 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11101000 | 0 | 11011 | 11 | 110 | 100110011 | 1000011 | 1010001 |
Color Harmonies of #EFAFE8
Complementary color
Monochromatic Colors of #EFAFE8
Black with #EFAFE8
Text Example
Text Example
White with #EFAFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFE8; }
p { color: rgb(239,175,232); }
H1.HeaderClassName
{
color: #EFAFE8;
}
.AnyTagClassName
{
color: #EFAFE8;
}
</style>
background-color css
<style>
a { background-color: #EFAFE8; }
a { background-color: rgb(239,175,232); }
div.DivClassName
{
background-color: #EFAFE8;
}
.BgClassName
{
background-color: #EFAFE8;
}
</style>
border-color css
<style>
span { border-color: #EFAFE8; }
span { border-color: rgb(239,175,232); }
td.TdClassName
{
border-color: #EFAFE8;
}
.TagClassName
{
border-color: #EFAFE8;
}
</style>