Shades of Lavender Rose #EF9CDC
Tints of Lavender Rose #EF9CDC
RGB
CMYK
RGB Variations
Color information
#EF9CDC (or 0xEF9CDC) is known color: Lavender Rose. HEX triplet: EF, 9C and DC. RGB value is (239,156,220). Sum of RGB (Red+Green+Blue) = 239+156+220=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9CDC is #106323. Grayscale: #BBBBBB. Windows color (decimal): -1073956 or 14458095. OLE color: 14458095.
HSL color Cylindrical-coordinate representation of color #EF9CDC: hue angle of 313.73º 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 #EF9CDC is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 156 | 220 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.06 |
| HSL | 313.73º | 0.72% | 0.77% | - |
| HSV(B) | 313.73º | 0.35% | 0.94% | - |
| XYZ | 60.4 | 47.29 | 73.66 | - |
| YUV | 188.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 156 | 220 | 0 | 0.35 | 0.08 | 0.06 | 313.73 | 0.72 | 0.77 |
| Hex | EF | 9C | DC | 0 | 23 | 8 | 6 | 13A | 48 | 4D |
| Octal | 357 | 234 | 334 | 0 | 43 | 10 | 6 | 472 | 110 | 115 |
| Binary | 11101111 | 10011100 | 11011100 | 0 | 100011 | 1000 | 110 | 100111010 | 1001000 | 1001101 |
Color Harmonies of #EF9CDC
Complementary color
Monochromatic Colors of #EF9CDC
Black with #EF9CDC
Text Example
Text Example
White with #EF9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9CDC; }
p { color: rgb(239,156,220); }
H1.HeaderClassName
{
color: #EF9CDC;
}
.AnyTagClassName
{
color: #EF9CDC;
}
</style>
background-color css
<style>
a { background-color: #EF9CDC; }
a { background-color: rgb(239,156,220); }
div.DivClassName
{
background-color: #EF9CDC;
}
.BgClassName
{
background-color: #EF9CDC;
}
</style>
border-color css
<style>
span { border-color: #EF9CDC; }
span { border-color: rgb(239,156,220); }
td.TdClassName
{
border-color: #EF9CDC;
}
.TagClassName
{
border-color: #EF9CDC;
}
</style>