Shades of Lavender Rose #EE93DA
Tints of Lavender Rose #EE93DA
RGB
CMYK
RGB Variations
Color information
#EE93DA (or 0xEE93DA) is known color: Lavender Rose. HEX triplet: EE, 93 and DA. RGB value is (238,147,218). Sum of RGB (Red+Green+Blue) = 238+147+218=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE93DA is #116C25. Grayscale: #B6B6B6. Windows color (decimal): -1141798 or 14324718. OLE color: 14324718.
HSL color Cylindrical-coordinate representation of color #EE93DA: hue angle of 313.19º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE93DA is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 218 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.07 |
| HSL | 313.19º | 0.73% | 0.75% | - |
| HSV(B) | 313.19º | 0.38% | 0.93% | - |
| XYZ | 58.35 | 44.11 | 71.77 | - |
| YUV | 182.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 218 | 0 | 0.38 | 0.08 | 0.07 | 313.19 | 0.73 | 0.75 |
| Hex | EE | 93 | DA | 0 | 26 | 8 | 7 | 139 | 49 | 4B |
| Octal | 356 | 223 | 332 | 0 | 46 | 10 | 7 | 471 | 111 | 113 |
| Binary | 11101110 | 10010011 | 11011010 | 0 | 100110 | 1000 | 111 | 100111001 | 1001001 | 1001011 |
Color Harmonies of #EE93DA
Complementary color
Monochromatic Colors of #EE93DA
Black with #EE93DA
Text Example
Text Example
White with #EE93DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE93DA; }
p { color: rgb(238,147,218); }
H1.HeaderClassName
{
color: #EE93DA;
}
.AnyTagClassName
{
color: #EE93DA;
}
</style>
background-color css
<style>
a { background-color: #EE93DA; }
a { background-color: rgb(238,147,218); }
div.DivClassName
{
background-color: #EE93DA;
}
.BgClassName
{
background-color: #EE93DA;
}
</style>
border-color css
<style>
span { border-color: #EE93DA; }
span { border-color: rgb(238,147,218); }
td.TdClassName
{
border-color: #EE93DA;
}
.TagClassName
{
border-color: #EE93DA;
}
</style>