Shades of Lavender Rose #EF97D1
Tints of Lavender Rose #EF97D1
RGB
CMYK
RGB Variations
Color information
#EF97D1 (or 0xEF97D1) is known color: Lavender Rose. HEX triplet: EF, 97 and D1. RGB value is (239,151,209). Sum of RGB (Red+Green+Blue) = 239+151+209=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF97D1 is #10682E. Grayscale: #B7B7B7. Windows color (decimal): -1075247 or 13735919. OLE color: 13735919.
HSL color Cylindrical-coordinate representation of color #EF97D1: hue angle of 320.45º degrees, saturation: 0.73, 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 #EF97D1 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 209 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.06 |
| HSL | 320.45º | 0.73% | 0.76% | - |
| HSV(B) | 320.45º | 0.37% | 0.94% | - |
| XYZ | 58.17 | 45.09 | 65.96 | - |
| YUV | 183.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 209 | 0 | 0.37 | 0.13 | 0.06 | 320.45 | 0.73 | 0.76 |
| Hex | EF | 97 | D1 | 0 | 25 | D | 6 | 140 | 49 | 4C |
| Octal | 357 | 227 | 321 | 0 | 45 | 15 | 6 | 500 | 111 | 114 |
| Binary | 11101111 | 10010111 | 11010001 | 0 | 100101 | 1101 | 110 | 101000000 | 1001001 | 1001100 |
Color Harmonies of #EF97D1
Complementary color
Monochromatic Colors of #EF97D1
Black with #EF97D1
Text Example
Text Example
White with #EF97D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF97D1; }
p { color: rgb(239,151,209); }
H1.HeaderClassName
{
color: #EF97D1;
}
.AnyTagClassName
{
color: #EF97D1;
}
</style>
background-color css
<style>
a { background-color: #EF97D1; }
a { background-color: rgb(239,151,209); }
div.DivClassName
{
background-color: #EF97D1;
}
.BgClassName
{
background-color: #EF97D1;
}
</style>
border-color css
<style>
span { border-color: #EF97D1; }
span { border-color: rgb(239,151,209); }
td.TdClassName
{
border-color: #EF97D1;
}
.TagClassName
{
border-color: #EF97D1;
}
</style>