Shades of Lavender Rose #EF9BD4
Tints of Lavender Rose #EF9BD4
RGB
CMYK
RGB Variations
Color information
#EF9BD4 (or 0xEF9BD4) is known color: Lavender Rose. HEX triplet: EF, 9B and D4. RGB value is (239,155,212). Sum of RGB (Red+Green+Blue) = 239+155+212=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF9BD4 is #10642B. Grayscale: #BABABA. Windows color (decimal): -1074220 or 13933551. OLE color: 13933551.
HSL color Cylindrical-coordinate representation of color #EF9BD4: hue angle of 319.29º 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 #EF9BD4 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 155 | 212 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.06 |
| HSL | 319.29º | 0.72% | 0.77% | - |
| HSV(B) | 319.29º | 0.35% | 0.94% | - |
| XYZ | 59.2 | 46.55 | 68.15 | - |
| YUV | 186.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 155 | 212 | 0 | 0.35 | 0.11 | 0.06 | 319.29 | 0.72 | 0.77 |
| Hex | EF | 9B | D4 | 0 | 23 | B | 6 | 13F | 48 | 4D |
| Octal | 357 | 233 | 324 | 0 | 43 | 13 | 6 | 477 | 110 | 115 |
| Binary | 11101111 | 10011011 | 11010100 | 0 | 100011 | 1011 | 110 | 100111111 | 1001000 | 1001101 |
Color Harmonies of #EF9BD4
Complementary color
Monochromatic Colors of #EF9BD4
Black with #EF9BD4
Text Example
Text Example
White with #EF9BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9BD4; }
p { color: rgb(239,155,212); }
H1.HeaderClassName
{
color: #EF9BD4;
}
.AnyTagClassName
{
color: #EF9BD4;
}
</style>
background-color css
<style>
a { background-color: #EF9BD4; }
a { background-color: rgb(239,155,212); }
div.DivClassName
{
background-color: #EF9BD4;
}
.BgClassName
{
background-color: #EF9BD4;
}
</style>
border-color css
<style>
span { border-color: #EF9BD4; }
span { border-color: rgb(239,155,212); }
td.TdClassName
{
border-color: #EF9BD4;
}
.TagClassName
{
border-color: #EF9BD4;
}
</style>