Shades of Lavender Rose #EF9BDD
Tints of Lavender Rose #EF9BDD
RGB
CMYK
RGB Variations
Color information
#EF9BDD (or 0xEF9BDD) is known color: Lavender Rose. HEX triplet: EF, 9B and DD. RGB value is (239,155,221). Sum of RGB (Red+Green+Blue) = 239+155+221=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BDD is #106422. Grayscale: #BBBBBB. Windows color (decimal): -1074211 or 14523375. OLE color: 14523375.
HSL color Cylindrical-coordinate representation of color #EF9BDD: hue angle of 312.86º 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 #EF9BDD is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 221 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.06 |
| HSL | 312.86º | 0.72% | 0.77% | - |
| HSV(B) | 312.86º | 0.35% | 0.94% | - |
| XYZ | 60.37 | 47.01 | 74.3 | - |
| YUV | 187.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 221 | 0 | 0.35 | 0.08 | 0.06 | 312.86 | 0.72 | 0.77 |
| Hex | EF | 9B | DD | 0 | 23 | 8 | 6 | 139 | 48 | 4D |
| Octal | 357 | 233 | 335 | 0 | 43 | 10 | 6 | 471 | 110 | 115 |
| Binary | 11101111 | 10011011 | 11011101 | 0 | 100011 | 1000 | 110 | 100111001 | 1001000 | 1001101 |
Color Harmonies of #EF9BDD
Complementary color
Monochromatic Colors of #EF9BDD
Black with #EF9BDD
Text Example
Text Example
White with #EF9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BDD; }
p { color: rgb(239,155,221); }
H1.HeaderClassName
{
color: #EF9BDD;
}
.AnyTagClassName
{
color: #EF9BDD;
}
</style>
background-color css
<style>
a { background-color: #EF9BDD; }
a { background-color: rgb(239,155,221); }
div.DivClassName
{
background-color: #EF9BDD;
}
.BgClassName
{
background-color: #EF9BDD;
}
</style>
border-color css
<style>
span { border-color: #EF9BDD; }
span { border-color: rgb(239,155,221); }
td.TdClassName
{
border-color: #EF9BDD;
}
.TagClassName
{
border-color: #EF9BDD;
}
</style>