Shades of Lavender Rose #EE9FDA
Tints of Lavender Rose #EE9FDA
RGB
CMYK
RGB Variations
Color information
#EE9FDA (or 0xEE9FDA) is known color: Lavender Rose. HEX triplet: EE, 9F and DA. RGB value is (238,159,218). Sum of RGB (Red+Green+Blue) = 238+159+218=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9FDA is #116025. Grayscale: #BDBDBD. Windows color (decimal): -1138726 or 14327790. OLE color: 14327790.
HSL color Cylindrical-coordinate representation of color #EE9FDA: hue angle of 315.19º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EE9FDA is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 159 | 218 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.07 |
| HSL | 315.19º | 0.7% | 0.78% | - |
| HSV(B) | 315.19º | 0.33% | 0.93% | - |
| XYZ | 60.31 | 48.04 | 72.42 | - |
| YUV | 189.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 218 | 0 | 0.33 | 0.08 | 0.07 | 315.19 | 0.7 | 0.78 |
| Hex | EE | 9F | DA | 0 | 21 | 8 | 7 | 13B | 46 | 4E |
| Octal | 356 | 237 | 332 | 0 | 41 | 10 | 7 | 473 | 106 | 116 |
| Binary | 11101110 | 10011111 | 11011010 | 0 | 100001 | 1000 | 111 | 100111011 | 1000110 | 1001110 |
Color Harmonies of #EE9FDA
Complementary color
Monochromatic Colors of #EE9FDA
Black with #EE9FDA
Text Example
Text Example
White with #EE9FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9FDA; }
p { color: rgb(238,159,218); }
H1.HeaderClassName
{
color: #EE9FDA;
}
.AnyTagClassName
{
color: #EE9FDA;
}
</style>
background-color css
<style>
a { background-color: #EE9FDA; }
a { background-color: rgb(238,159,218); }
div.DivClassName
{
background-color: #EE9FDA;
}
.BgClassName
{
background-color: #EE9FDA;
}
</style>
border-color css
<style>
span { border-color: #EE9FDA; }
span { border-color: rgb(238,159,218); }
td.TdClassName
{
border-color: #EE9FDA;
}
.TagClassName
{
border-color: #EE9FDA;
}
</style>