Shades of Lavender Rose #EE9ADE
Tints of Lavender Rose #EE9ADE
RGB
CMYK
RGB Variations
Color information
#EE9ADE (or 0xEE9ADE) is known color: Lavender Rose. HEX triplet: EE, 9A and DE. RGB value is (238,154,222). Sum of RGB (Red+Green+Blue) = 238+154+222=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ADE is #116521. Grayscale: #BABABA. Windows color (decimal): -1140002 or 14588654. OLE color: 14588654.
HSL color Cylindrical-coordinate representation of color #EE9ADE: hue angle of 311.43º 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 #EE9ADE is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 222 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.07 |
| HSL | 311.43º | 0.71% | 0.77% | - |
| HSV(B) | 311.43º | 0.35% | 0.93% | - |
| XYZ | 60 | 46.56 | 74.93 | - |
| YUV | 186.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 222 | 0 | 0.35 | 0.07 | 0.07 | 311.43 | 0.71 | 0.77 |
| Hex | EE | 9A | DE | 0 | 23 | 7 | 7 | 137 | 47 | 4D |
| Octal | 356 | 232 | 336 | 0 | 43 | 7 | 7 | 467 | 107 | 115 |
| Binary | 11101110 | 10011010 | 11011110 | 0 | 100011 | 111 | 111 | 100110111 | 1000111 | 1001101 |
Color Harmonies of #EE9ADE
Complementary color
Monochromatic Colors of #EE9ADE
Black with #EE9ADE
Text Example
Text Example
White with #EE9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9ADE; }
p { color: rgb(238,154,222); }
H1.HeaderClassName
{
color: #EE9ADE;
}
.AnyTagClassName
{
color: #EE9ADE;
}
</style>
background-color css
<style>
a { background-color: #EE9ADE; }
a { background-color: rgb(238,154,222); }
div.DivClassName
{
background-color: #EE9ADE;
}
.BgClassName
{
background-color: #EE9ADE;
}
</style>
border-color css
<style>
span { border-color: #EE9ADE; }
span { border-color: rgb(238,154,222); }
td.TdClassName
{
border-color: #EE9ADE;
}
.TagClassName
{
border-color: #EE9ADE;
}
</style>