Shades of Lavender Rose #EE9BD3
Tints of Lavender Rose #EE9BD3
RGB
CMYK
RGB Variations
Color information
#EE9BD3 (or 0xEE9BD3) is known color: Lavender Rose. HEX triplet: EE, 9B and D3. RGB value is (238,155,211). Sum of RGB (Red+Green+Blue) = 238+155+211=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9BD3 is #11642C. Grayscale: #BABABA. Windows color (decimal): -1139757 or 13868014. OLE color: 13868014.
HSL color Cylindrical-coordinate representation of color #EE9BD3: hue angle of 319.52º 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 #EE9BD3 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 211 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.07 |
| HSL | 319.52º | 0.71% | 0.77% | - |
| HSV(B) | 319.52º | 0.35% | 0.93% | - |
| XYZ | 58.74 | 46.32 | 67.47 | - |
| YUV | 186.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 211 | 0 | 0.35 | 0.11 | 0.07 | 319.52 | 0.71 | 0.77 |
| Hex | EE | 9B | D3 | 0 | 23 | B | 7 | 140 | 47 | 4D |
| Octal | 356 | 233 | 323 | 0 | 43 | 13 | 7 | 500 | 107 | 115 |
| Binary | 11101110 | 10011011 | 11010011 | 0 | 100011 | 1011 | 111 | 101000000 | 1000111 | 1001101 |
Color Harmonies of #EE9BD3
Complementary color
Monochromatic Colors of #EE9BD3
Black with #EE9BD3
Text Example
Text Example
White with #EE9BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BD3; }
p { color: rgb(238,155,211); }
H1.HeaderClassName
{
color: #EE9BD3;
}
.AnyTagClassName
{
color: #EE9BD3;
}
</style>
background-color css
<style>
a { background-color: #EE9BD3; }
a { background-color: rgb(238,155,211); }
div.DivClassName
{
background-color: #EE9BD3;
}
.BgClassName
{
background-color: #EE9BD3;
}
</style>
border-color css
<style>
span { border-color: #EE9BD3; }
span { border-color: rgb(238,155,211); }
td.TdClassName
{
border-color: #EE9BD3;
}
.TagClassName
{
border-color: #EE9BD3;
}
</style>