Shades of Lavender Rose #EE9AD1
Tints of Lavender Rose #EE9AD1
RGB
CMYK
RGB Variations
Color information
#EE9AD1 (or 0xEE9AD1) is known color: Lavender Rose. HEX triplet: EE, 9A and D1. RGB value is (238,154,209). Sum of RGB (Red+Green+Blue) = 238+154+209=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9AD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9AD1 is #11652E. Grayscale: #B9B9B9. Windows color (decimal): -1140015 or 13736686. OLE color: 13736686.
HSL color Cylindrical-coordinate representation of color #EE9AD1: hue angle of 320.71º 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 #EE9AD1 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 209 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.07 |
| HSL | 320.71º | 0.71% | 0.77% | - |
| HSV(B) | 320.71º | 0.35% | 0.93% | - |
| XYZ | 58.32 | 45.89 | 66.11 | - |
| YUV | 185.39 | 141.33 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 209 | 0 | 0.35 | 0.12 | 0.07 | 320.71 | 0.71 | 0.77 |
| Hex | EE | 9A | D1 | 0 | 23 | C | 7 | 141 | 47 | 4D |
| Octal | 356 | 232 | 321 | 0 | 43 | 14 | 7 | 501 | 107 | 115 |
| Binary | 11101110 | 10011010 | 11010001 | 0 | 100011 | 1100 | 111 | 101000001 | 1000111 | 1001101 |
Color Harmonies of #EE9AD1
Complementary color
Monochromatic Colors of #EE9AD1
Black with #EE9AD1
Text Example
Text Example
White with #EE9AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9AD1; }
p { color: rgb(238,154,209); }
H1.HeaderClassName
{
color: #EE9AD1;
}
.AnyTagClassName
{
color: #EE9AD1;
}
</style>
background-color css
<style>
a { background-color: #EE9AD1; }
a { background-color: rgb(238,154,209); }
div.DivClassName
{
background-color: #EE9AD1;
}
.BgClassName
{
background-color: #EE9AD1;
}
</style>
border-color css
<style>
span { border-color: #EE9AD1; }
span { border-color: rgb(238,154,209); }
td.TdClassName
{
border-color: #EE9AD1;
}
.TagClassName
{
border-color: #EE9AD1;
}
</style>