Shades of Lavender Rose #EF9CDF
Tints of Lavender Rose #EF9CDF
RGB
CMYK
RGB Variations
Color information
#EF9CDF (or 0xEF9CDF) is known color: Lavender Rose. HEX triplet: EF, 9C and DF. RGB value is (239,156,223). Sum of RGB (Red+Green+Blue) = 239+156+223=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CDF is #106320. Grayscale: #BCBCBC. Windows color (decimal): -1073953 or 14654703. OLE color: 14654703.
HSL color Cylindrical-coordinate representation of color #EF9CDF: hue angle of 311.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9CDF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 223 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.06 |
| HSL | 311.57º | 0.72% | 0.77% | - |
| HSV(B) | 311.57º | 0.35% | 0.94% | - |
| XYZ | 60.8 | 47.46 | 75.77 | - |
| YUV | 188.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 223 | 0 | 0.35 | 0.07 | 0.06 | 311.57 | 0.72 | 0.77 |
| Hex | EF | 9C | DF | 0 | 23 | 7 | 6 | 138 | 48 | 4D |
| Octal | 357 | 234 | 337 | 0 | 43 | 7 | 6 | 470 | 110 | 115 |
| Binary | 11101111 | 10011100 | 11011111 | 0 | 100011 | 111 | 110 | 100111000 | 1001000 | 1001101 |
Color Harmonies of #EF9CDF
Complementary color
Monochromatic Colors of #EF9CDF
Black with #EF9CDF
Text Example
Text Example
White with #EF9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CDF; }
p { color: rgb(239,156,223); }
H1.HeaderClassName
{
color: #EF9CDF;
}
.AnyTagClassName
{
color: #EF9CDF;
}
</style>
background-color css
<style>
a { background-color: #EF9CDF; }
a { background-color: rgb(239,156,223); }
div.DivClassName
{
background-color: #EF9CDF;
}
.BgClassName
{
background-color: #EF9CDF;
}
</style>
border-color css
<style>
span { border-color: #EF9CDF; }
span { border-color: rgb(239,156,223); }
td.TdClassName
{
border-color: #EF9CDF;
}
.TagClassName
{
border-color: #EF9CDF;
}
</style>