Shades of Lavender Rose #EF9CDA
Tints of Lavender Rose #EF9CDA
RGB
CMYK
RGB Variations
Color information
#EF9CDA (or 0xEF9CDA) is known color: Lavender Rose. HEX triplet: EF, 9C and DA. RGB value is (239,156,218). Sum of RGB (Red+Green+Blue) = 239+156+218=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CDA is #106325. Grayscale: #BBBBBB. Windows color (decimal): -1073958 or 14327023. OLE color: 14327023.
HSL color Cylindrical-coordinate representation of color #EF9CDA: hue angle of 315.18º 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 #EF9CDA is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 218 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.06 |
| HSL | 315.18º | 0.72% | 0.77% | - |
| HSV(B) | 315.18º | 0.35% | 0.94% | - |
| XYZ | 60.14 | 47.19 | 72.27 | - |
| YUV | 187.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 218 | 0 | 0.35 | 0.09 | 0.06 | 315.18 | 0.72 | 0.77 |
| Hex | EF | 9C | DA | 0 | 23 | 9 | 6 | 13B | 48 | 4D |
| Octal | 357 | 234 | 332 | 0 | 43 | 11 | 6 | 473 | 110 | 115 |
| Binary | 11101111 | 10011100 | 11011010 | 0 | 100011 | 1001 | 110 | 100111011 | 1001000 | 1001101 |
Color Harmonies of #EF9CDA
Complementary color
Monochromatic Colors of #EF9CDA
Black with #EF9CDA
Text Example
Text Example
White with #EF9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CDA; }
p { color: rgb(239,156,218); }
H1.HeaderClassName
{
color: #EF9CDA;
}
.AnyTagClassName
{
color: #EF9CDA;
}
</style>
background-color css
<style>
a { background-color: #EF9CDA; }
a { background-color: rgb(239,156,218); }
div.DivClassName
{
background-color: #EF9CDA;
}
.BgClassName
{
background-color: #EF9CDA;
}
</style>
border-color css
<style>
span { border-color: #EF9CDA; }
span { border-color: rgb(239,156,218); }
td.TdClassName
{
border-color: #EF9CDA;
}
.TagClassName
{
border-color: #EF9CDA;
}
</style>