Shades of Lavender Rose #EF9ED3
Tints of Lavender Rose #EF9ED3
RGB
CMYK
RGB Variations
Color information
#EF9ED3 (or 0xEF9ED3) is known color: Lavender Rose. HEX triplet: EF, 9E and D3. RGB value is (239,158,211). Sum of RGB (Red+Green+Blue) = 239+158+211=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9ED3 is #10612C. Grayscale: #BCBCBC. Windows color (decimal): -1073453 or 13868783. OLE color: 13868783.
HSL color Cylindrical-coordinate representation of color #EF9ED3: hue angle of 320.74º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9ED3 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 211 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.06 |
| HSL | 320.74º | 0.72% | 0.78% | - |
| HSV(B) | 320.74º | 0.34% | 0.94% | - |
| XYZ | 59.58 | 47.51 | 67.66 | - |
| YUV | 188.26 | 140.84 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 211 | 0 | 0.34 | 0.12 | 0.06 | 320.74 | 0.72 | 0.78 |
| Hex | EF | 9E | D3 | 0 | 22 | C | 6 | 141 | 48 | 4E |
| Octal | 357 | 236 | 323 | 0 | 42 | 14 | 6 | 501 | 110 | 116 |
| Binary | 11101111 | 10011110 | 11010011 | 0 | 100010 | 1100 | 110 | 101000001 | 1001000 | 1001110 |
Color Harmonies of #EF9ED3
Complementary color
Monochromatic Colors of #EF9ED3
Black with #EF9ED3
Text Example
Text Example
White with #EF9ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9ED3; }
p { color: rgb(239,158,211); }
H1.HeaderClassName
{
color: #EF9ED3;
}
.AnyTagClassName
{
color: #EF9ED3;
}
</style>
background-color css
<style>
a { background-color: #EF9ED3; }
a { background-color: rgb(239,158,211); }
div.DivClassName
{
background-color: #EF9ED3;
}
.BgClassName
{
background-color: #EF9ED3;
}
</style>
border-color css
<style>
span { border-color: #EF9ED3; }
span { border-color: rgb(239,158,211); }
td.TdClassName
{
border-color: #EF9ED3;
}
.TagClassName
{
border-color: #EF9ED3;
}
</style>