Shades of Lavender Rose #EF96DD
Tints of Lavender Rose #EF96DD
RGB
CMYK
RGB Variations
Color information
#EF96DD (or 0xEF96DD) is known color: Lavender Rose. HEX triplet: EF, 96 and DD. RGB value is (239,150,221). Sum of RGB (Red+Green+Blue) = 239+150+221=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EF96DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF96DD is #106922. Grayscale: #B8B8B8. Windows color (decimal): -1075491 or 14522095. OLE color: 14522095.
HSL color Cylindrical-coordinate representation of color #EF96DD: hue angle of 312.13º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF96DD is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 221 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.06 |
| HSL | 312.13º | 0.74% | 0.76% | - |
| HSV(B) | 312.13º | 0.37% | 0.94% | - |
| XYZ | 59.55 | 45.38 | 74.03 | - |
| YUV | 184.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 221 | 0 | 0.37 | 0.08 | 0.06 | 312.13 | 0.74 | 0.76 |
| Hex | EF | 96 | DD | 0 | 25 | 8 | 6 | 138 | 4A | 4C |
| Octal | 357 | 226 | 335 | 0 | 45 | 10 | 6 | 470 | 112 | 114 |
| Binary | 11101111 | 10010110 | 11011101 | 0 | 100101 | 1000 | 110 | 100111000 | 1001010 | 1001100 |
Color Harmonies of #EF96DD
Complementary color
Monochromatic Colors of #EF96DD
Black with #EF96DD
Text Example
Text Example
White with #EF96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF96DD; }
p { color: rgb(239,150,221); }
H1.HeaderClassName
{
color: #EF96DD;
}
.AnyTagClassName
{
color: #EF96DD;
}
</style>
background-color css
<style>
a { background-color: #EF96DD; }
a { background-color: rgb(239,150,221); }
div.DivClassName
{
background-color: #EF96DD;
}
.BgClassName
{
background-color: #EF96DD;
}
</style>
border-color css
<style>
span { border-color: #EF96DD; }
span { border-color: rgb(239,150,221); }
td.TdClassName
{
border-color: #EF96DD;
}
.TagClassName
{
border-color: #EF96DD;
}
</style>