Shades of Lavender Rose #EE9CDA
Tints of Lavender Rose #EE9CDA
RGB
CMYK
RGB Variations
Color information
#EE9CDA (or 0xEE9CDA) is known color: Lavender Rose. HEX triplet: EE, 9C and DA. RGB value is (238,156,218). Sum of RGB (Red+Green+Blue) = 238+156+218=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9CDA is #116325. Grayscale: #BBBBBB. Windows color (decimal): -1139494 or 14327022. OLE color: 14327022.
HSL color Cylindrical-coordinate representation of color #EE9CDA: hue angle of 314.63º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9CDA is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 218 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.07 |
| HSL | 314.63º | 0.71% | 0.77% | - |
| HSV(B) | 314.63º | 0.34% | 0.93% | - |
| XYZ | 59.8 | 47.02 | 72.25 | - |
| YUV | 187.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 218 | 0 | 0.34 | 0.08 | 0.07 | 314.63 | 0.71 | 0.77 |
| Hex | EE | 9C | DA | 0 | 22 | 8 | 7 | 13B | 47 | 4D |
| Octal | 356 | 234 | 332 | 0 | 42 | 10 | 7 | 473 | 107 | 115 |
| Binary | 11101110 | 10011100 | 11011010 | 0 | 100010 | 1000 | 111 | 100111011 | 1000111 | 1001101 |
Color Harmonies of #EE9CDA
Complementary color
Monochromatic Colors of #EE9CDA
Black with #EE9CDA
Text Example
Text Example
White with #EE9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9CDA; }
p { color: rgb(238,156,218); }
H1.HeaderClassName
{
color: #EE9CDA;
}
.AnyTagClassName
{
color: #EE9CDA;
}
</style>
background-color css
<style>
a { background-color: #EE9CDA; }
a { background-color: rgb(238,156,218); }
div.DivClassName
{
background-color: #EE9CDA;
}
.BgClassName
{
background-color: #EE9CDA;
}
</style>
border-color css
<style>
span { border-color: #EE9CDA; }
span { border-color: rgb(238,156,218); }
td.TdClassName
{
border-color: #EE9CDA;
}
.TagClassName
{
border-color: #EE9CDA;
}
</style>