Shades of Lavender Rose #EF95D1
Tints of Lavender Rose #EF95D1
RGB
CMYK
RGB Variations
Color information
#EF95D1 (or 0xEF95D1) is known color: Lavender Rose. HEX triplet: EF, 95 and D1. RGB value is (239,149,209). Sum of RGB (Red+Green+Blue) = 239+149+209=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EF95D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF95D1 is #106A2E. Grayscale: #B6B6B6. Windows color (decimal): -1075759 or 13735407. OLE color: 13735407.
HSL color Cylindrical-coordinate representation of color #EF95D1: hue angle of 320º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF95D1 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 149 | 209 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.06 |
| HSL | 320º | 0.74% | 0.76% | - |
| HSV(B) | 320º | 0.38% | 0.94% | - |
| XYZ | 57.85 | 44.45 | 65.85 | - |
| YUV | 182.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 149 | 209 | 0 | 0.38 | 0.13 | 0.06 | 320 | 0.74 | 0.76 |
| Hex | EF | 95 | D1 | 0 | 26 | D | 6 | 140 | 4A | 4C |
| Octal | 357 | 225 | 321 | 0 | 46 | 15 | 6 | 500 | 112 | 114 |
| Binary | 11101111 | 10010101 | 11010001 | 0 | 100110 | 1101 | 110 | 101000000 | 1001010 | 1001100 |
Color Harmonies of #EF95D1
Complementary color
Monochromatic Colors of #EF95D1
Black with #EF95D1
Text Example
Text Example
White with #EF95D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF95D1; }
p { color: rgb(239,149,209); }
H1.HeaderClassName
{
color: #EF95D1;
}
.AnyTagClassName
{
color: #EF95D1;
}
</style>
background-color css
<style>
a { background-color: #EF95D1; }
a { background-color: rgb(239,149,209); }
div.DivClassName
{
background-color: #EF95D1;
}
.BgClassName
{
background-color: #EF95D1;
}
</style>
border-color css
<style>
span { border-color: #EF95D1; }
span { border-color: rgb(239,149,209); }
td.TdClassName
{
border-color: #EF95D1;
}
.TagClassName
{
border-color: #EF95D1;
}
</style>