Shades of Lavender Rose #EF97D3
Tints of Lavender Rose #EF97D3
RGB
CMYK
RGB Variations
Color information
#EF97D3 (or 0xEF97D3) is known color: Lavender Rose. HEX triplet: EF, 97 and D3. RGB value is (239,151,211). Sum of RGB (Red+Green+Blue) = 239+151+211=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF97D3 is #10682C. Grayscale: #B8B8B8. Windows color (decimal): -1075245 or 13866991. OLE color: 13866991.
HSL color Cylindrical-coordinate representation of color #EF97D3: hue angle of 319.09º 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 #EF97D3 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 211 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.06 |
| HSL | 319.09º | 0.73% | 0.76% | - |
| HSV(B) | 319.09º | 0.37% | 0.94% | - |
| XYZ | 58.42 | 45.19 | 67.27 | - |
| YUV | 184.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 211 | 0 | 0.37 | 0.12 | 0.06 | 319.09 | 0.73 | 0.76 |
| Hex | EF | 97 | D3 | 0 | 25 | C | 6 | 13F | 49 | 4C |
| Octal | 357 | 227 | 323 | 0 | 45 | 14 | 6 | 477 | 111 | 114 |
| Binary | 11101111 | 10010111 | 11010011 | 0 | 100101 | 1100 | 110 | 100111111 | 1001001 | 1001100 |
Color Harmonies of #EF97D3
Complementary color
Monochromatic Colors of #EF97D3
Black with #EF97D3
Text Example
Text Example
White with #EF97D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF97D3; }
p { color: rgb(239,151,211); }
H1.HeaderClassName
{
color: #EF97D3;
}
.AnyTagClassName
{
color: #EF97D3;
}
</style>
background-color css
<style>
a { background-color: #EF97D3; }
a { background-color: rgb(239,151,211); }
div.DivClassName
{
background-color: #EF97D3;
}
.BgClassName
{
background-color: #EF97D3;
}
</style>
border-color css
<style>
span { border-color: #EF97D3; }
span { border-color: rgb(239,151,211); }
td.TdClassName
{
border-color: #EF97D3;
}
.TagClassName
{
border-color: #EF97D3;
}
</style>