Shades of Lavender Rose #EF90D3
Tints of Lavender Rose #EF90D3
RGB
CMYK
RGB Variations
Color information
#EF90D3 (or 0xEF90D3) is known color: Lavender Rose. HEX triplet: EF, 90 and D3. RGB value is (239,144,211). Sum of RGB (Red+Green+Blue) = 239+144+211=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90D3 is #106F2C. Grayscale: #B3B3B3. Windows color (decimal): -1077037 or 13865199. OLE color: 13865199.
HSL color Cylindrical-coordinate representation of color #EF90D3: hue angle of 317.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90D3 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 211 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.06 |
| HSL | 317.68º | 0.75% | 0.75% | - |
| HSV(B) | 317.68º | 0.4% | 0.94% | - |
| XYZ | 57.33 | 43 | 66.91 | - |
| YUV | 180.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 211 | 0 | 0.40 | 0.12 | 0.06 | 317.68 | 0.75 | 0.75 |
| Hex | EF | 90 | D3 | 0 | 28 | C | 6 | 13E | 4B | 4B |
| Octal | 357 | 220 | 323 | 0 | 50 | 14 | 6 | 476 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11010011 | 0 | 101000 | 1100 | 110 | 100111110 | 1001011 | 1001011 |
Color Harmonies of #EF90D3
Complementary color
Monochromatic Colors of #EF90D3
Black with #EF90D3
Text Example
Text Example
White with #EF90D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90D3; }
p { color: rgb(239,144,211); }
H1.HeaderClassName
{
color: #EF90D3;
}
.AnyTagClassName
{
color: #EF90D3;
}
</style>
background-color css
<style>
a { background-color: #EF90D3; }
a { background-color: rgb(239,144,211); }
div.DivClassName
{
background-color: #EF90D3;
}
.BgClassName
{
background-color: #EF90D3;
}
</style>
border-color css
<style>
span { border-color: #EF90D3; }
span { border-color: rgb(239,144,211); }
td.TdClassName
{
border-color: #EF90D3;
}
.TagClassName
{
border-color: #EF90D3;
}
</style>