Shades of Lavender Rose #EE94DF
Tints of Lavender Rose #EE94DF
RGB
CMYK
RGB Variations
Color information
#EE94DF (or 0xEE94DF) is known color: Lavender Rose. HEX triplet: EE, 94 and DF. RGB value is (238,148,223). Sum of RGB (Red+Green+Blue) = 238+148+223=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EE94DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE94DF is #116B20. Grayscale: #B7B7B7. Windows color (decimal): -1141537 or 14652654. OLE color: 14652654.
HSL color Cylindrical-coordinate representation of color #EE94DF: hue angle of 310º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE94DF is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 223 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.07 |
| HSL | 310º | 0.73% | 0.76% | - |
| HSV(B) | 310º | 0.38% | 0.93% | - |
| XYZ | 59.17 | 44.68 | 75.32 | - |
| YUV | 183.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 223 | 0 | 0.38 | 0.06 | 0.07 | 310 | 0.73 | 0.76 |
| Hex | EE | 94 | DF | 0 | 26 | 6 | 7 | 136 | 49 | 4C |
| Octal | 356 | 224 | 337 | 0 | 46 | 6 | 7 | 466 | 111 | 114 |
| Binary | 11101110 | 10010100 | 11011111 | 0 | 100110 | 110 | 111 | 100110110 | 1001001 | 1001100 |
Color Harmonies of #EE94DF
Complementary color
Monochromatic Colors of #EE94DF
Black with #EE94DF
Text Example
Text Example
White with #EE94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE94DF; }
p { color: rgb(238,148,223); }
H1.HeaderClassName
{
color: #EE94DF;
}
.AnyTagClassName
{
color: #EE94DF;
}
</style>
background-color css
<style>
a { background-color: #EE94DF; }
a { background-color: rgb(238,148,223); }
div.DivClassName
{
background-color: #EE94DF;
}
.BgClassName
{
background-color: #EE94DF;
}
</style>
border-color css
<style>
span { border-color: #EE94DF; }
span { border-color: rgb(238,148,223); }
td.TdClassName
{
border-color: #EE94DF;
}
.TagClassName
{
border-color: #EE94DF;
}
</style>