Shades of Lavender Rose #EE9ADB
Tints of Lavender Rose #EE9ADB
RGB
CMYK
RGB Variations
Color information
#EE9ADB (or 0xEE9ADB) is known color: Lavender Rose. HEX triplet: EE, 9A and DB. RGB value is (238,154,219). Sum of RGB (Red+Green+Blue) = 238+154+219=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ADB is #116524. Grayscale: #BABABA. Windows color (decimal): -1140005 or 14392046. OLE color: 14392046.
HSL color Cylindrical-coordinate representation of color #EE9ADB: hue angle of 313.57º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9ADB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 219 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.07 |
| HSL | 313.57º | 0.71% | 0.77% | - |
| HSV(B) | 313.57º | 0.35% | 0.93% | - |
| XYZ | 59.6 | 46.4 | 72.83 | - |
| YUV | 186.53 | 146.33 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 219 | 0 | 0.35 | 0.08 | 0.07 | 313.57 | 0.71 | 0.77 |
| Hex | EE | 9A | DB | 0 | 23 | 8 | 7 | 13A | 47 | 4D |
| Octal | 356 | 232 | 333 | 0 | 43 | 10 | 7 | 472 | 107 | 115 |
| Binary | 11101110 | 10011010 | 11011011 | 0 | 100011 | 1000 | 111 | 100111010 | 1000111 | 1001101 |
Color Harmonies of #EE9ADB
Complementary color
Monochromatic Colors of #EE9ADB
Black with #EE9ADB
Text Example
Text Example
White with #EE9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9ADB; }
p { color: rgb(238,154,219); }
H1.HeaderClassName
{
color: #EE9ADB;
}
.AnyTagClassName
{
color: #EE9ADB;
}
</style>
background-color css
<style>
a { background-color: #EE9ADB; }
a { background-color: rgb(238,154,219); }
div.DivClassName
{
background-color: #EE9ADB;
}
.BgClassName
{
background-color: #EE9ADB;
}
</style>
border-color css
<style>
span { border-color: #EE9ADB; }
span { border-color: rgb(238,154,219); }
td.TdClassName
{
border-color: #EE9ADB;
}
.TagClassName
{
border-color: #EE9ADB;
}
</style>