Shades of Lavender Rose #EF9FD2
Tints of Lavender Rose #EF9FD2
RGB
CMYK
RGB Variations
Color information
#EF9FD2 (or 0xEF9FD2) is known color: Lavender Rose. HEX triplet: EF, 9F and D2. RGB value is (239,159,210). Sum of RGB (Red+Green+Blue) = 239+159+210=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9FD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9FD2 is #10602D. Grayscale: #BCBCBC. Windows color (decimal): -1073198 or 13803503. OLE color: 13803503.
HSL color Cylindrical-coordinate representation of color #EF9FD2: hue angle of 321.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EF9FD2 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 159 | 210 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.06 |
| HSL | 321.75º | 0.71% | 0.78% | - |
| HSV(B) | 321.75º | 0.33% | 0.94% | - |
| XYZ | 59.63 | 47.8 | 67.06 | - |
| YUV | 188.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 159 | 210 | 0 | 0.33 | 0.12 | 0.06 | 321.75 | 0.71 | 0.78 |
| Hex | EF | 9F | D2 | 0 | 21 | C | 6 | 142 | 47 | 4E |
| Octal | 357 | 237 | 322 | 0 | 41 | 14 | 6 | 502 | 107 | 116 |
| Binary | 11101111 | 10011111 | 11010010 | 0 | 100001 | 1100 | 110 | 101000010 | 1000111 | 1001110 |
Color Harmonies of #EF9FD2
Complementary color
Monochromatic Colors of #EF9FD2
Black with #EF9FD2
Text Example
Text Example
White with #EF9FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9FD2; }
p { color: rgb(239,159,210); }
H1.HeaderClassName
{
color: #EF9FD2;
}
.AnyTagClassName
{
color: #EF9FD2;
}
</style>
background-color css
<style>
a { background-color: #EF9FD2; }
a { background-color: rgb(239,159,210); }
div.DivClassName
{
background-color: #EF9FD2;
}
.BgClassName
{
background-color: #EF9FD2;
}
</style>
border-color css
<style>
span { border-color: #EF9FD2; }
span { border-color: rgb(239,159,210); }
td.TdClassName
{
border-color: #EF9FD2;
}
.TagClassName
{
border-color: #EF9FD2;
}
</style>