Shades of Lavender Rose #EFAFE5
Tints of Lavender Rose #EFAFE5
RGB
CMYK
RGB Variations
Color information
#EFAFE5 (or 0xEFAFE5) is known color: Lavender Rose. HEX triplet: EF, AF and E5. RGB value is (239,175,229). Sum of RGB (Red+Green+Blue) = 239+175+229=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFAFE5 is #10501A. Grayscale: #C8C8C8. Windows color (decimal): -1069083 or 15052783. OLE color: 15052783.
HSL color Cylindrical-coordinate representation of color #EFAFE5: hue angle of 309.38º 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 #EFAFE5 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 229 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.06 |
| HSL | 309.38º | 0.67% | 0.81% | - |
| HSV(B) | 309.38º | 0.27% | 0.94% | - |
| XYZ | 65.07 | 54.67 | 81.25 | - |
| YUV | 200.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 229 | 0 | 0.27 | 0.04 | 0.06 | 309.38 | 0.67 | 0.81 |
| Hex | EF | AF | E5 | 0 | 1B | 4 | 6 | 135 | 43 | 51 |
| Octal | 357 | 257 | 345 | 0 | 33 | 4 | 6 | 465 | 103 | 121 |
| Binary | 11101111 | 10101111 | 11100101 | 0 | 11011 | 100 | 110 | 100110101 | 1000011 | 1010001 |
Color Harmonies of #EFAFE5
Complementary color
Monochromatic Colors of #EFAFE5
Black with #EFAFE5
Text Example
Text Example
White with #EFAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAFE5; }
p { color: rgb(239,175,229); }
H1.HeaderClassName
{
color: #EFAFE5;
}
.AnyTagClassName
{
color: #EFAFE5;
}
</style>
background-color css
<style>
a { background-color: #EFAFE5; }
a { background-color: rgb(239,175,229); }
div.DivClassName
{
background-color: #EFAFE5;
}
.BgClassName
{
background-color: #EFAFE5;
}
</style>
border-color css
<style>
span { border-color: #EFAFE5; }
span { border-color: rgb(239,175,229); }
td.TdClassName
{
border-color: #EFAFE5;
}
.TagClassName
{
border-color: #EFAFE5;
}
</style>