Shades of Lavender Rose #EF99DA
Tints of Lavender Rose #EF99DA
RGB
CMYK
RGB Variations
Color information
#EF99DA (or 0xEF99DA) is known color: Lavender Rose. HEX triplet: EF, 99 and DA. RGB value is (239,153,218). Sum of RGB (Red+Green+Blue) = 239+153+218=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF99DA is #106625. Grayscale: #B9B9B9. Windows color (decimal): -1074726 or 14326255. OLE color: 14326255.
HSL color Cylindrical-coordinate representation of color #EF99DA: hue angle of 314.65º 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 #EF99DA is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 218 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.06 |
| HSL | 314.65º | 0.73% | 0.77% | - |
| HSV(B) | 314.65º | 0.36% | 0.94% | - |
| XYZ | 59.64 | 46.2 | 72.1 | - |
| YUV | 186.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 218 | 0 | 0.36 | 0.09 | 0.06 | 314.65 | 0.73 | 0.77 |
| Hex | EF | 99 | DA | 0 | 24 | 9 | 6 | 13B | 49 | 4D |
| Octal | 357 | 231 | 332 | 0 | 44 | 11 | 6 | 473 | 111 | 115 |
| Binary | 11101111 | 10011001 | 11011010 | 0 | 100100 | 1001 | 110 | 100111011 | 1001001 | 1001101 |
Color Harmonies of #EF99DA
Complementary color
Monochromatic Colors of #EF99DA
Black with #EF99DA
Text Example
Text Example
White with #EF99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99DA; }
p { color: rgb(239,153,218); }
H1.HeaderClassName
{
color: #EF99DA;
}
.AnyTagClassName
{
color: #EF99DA;
}
</style>
background-color css
<style>
a { background-color: #EF99DA; }
a { background-color: rgb(239,153,218); }
div.DivClassName
{
background-color: #EF99DA;
}
.BgClassName
{
background-color: #EF99DA;
}
</style>
border-color css
<style>
span { border-color: #EF99DA; }
span { border-color: rgb(239,153,218); }
td.TdClassName
{
border-color: #EF99DA;
}
.TagClassName
{
border-color: #EF99DA;
}
</style>