Shades of Lavender Rose #EF99DE
Tints of Lavender Rose #EF99DE
RGB
CMYK
RGB Variations
Color information
#EF99DE (or 0xEF99DE) is known color: Lavender Rose. HEX triplet: EF, 99 and DE. RGB value is (239,153,222). Sum of RGB (Red+Green+Blue) = 239+153+222=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99DE is #106621. Grayscale: #BABABA. Windows color (decimal): -1074722 or 14588399. OLE color: 14588399.
HSL color Cylindrical-coordinate representation of color #EF99DE: hue angle of 311.86º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99DE is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 222 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.06 |
| HSL | 311.86º | 0.73% | 0.77% | - |
| HSV(B) | 311.86º | 0.36% | 0.94% | - |
| XYZ | 60.17 | 46.41 | 74.89 | - |
| YUV | 186.58 | 147.99 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 222 | 0 | 0.36 | 0.07 | 0.06 | 311.86 | 0.73 | 0.77 |
| Hex | EF | 99 | DE | 0 | 24 | 7 | 6 | 138 | 49 | 4D |
| Octal | 357 | 231 | 336 | 0 | 44 | 7 | 6 | 470 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11011110 | 0 | 100100 | 111 | 110 | 100111000 | 1001001 | 1001101 |
Color Harmonies of #EF99DE
Complementary color
Monochromatic Colors of #EF99DE
Black with #EF99DE
Text Example
Text Example
White with #EF99DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99DE; }
p { color: rgb(239,153,222); }
H1.HeaderClassName
{
color: #EF99DE;
}
.AnyTagClassName
{
color: #EF99DE;
}
</style>
background-color css
<style>
a { background-color: #EF99DE; }
a { background-color: rgb(239,153,222); }
div.DivClassName
{
background-color: #EF99DE;
}
.BgClassName
{
background-color: #EF99DE;
}
</style>
border-color css
<style>
span { border-color: #EF99DE; }
span { border-color: rgb(239,153,222); }
td.TdClassName
{
border-color: #EF99DE;
}
.TagClassName
{
border-color: #EF99DE;
}
</style>