Shades of Lavender Rose #EEA3DA
Tints of Lavender Rose #EEA3DA
RGB
CMYK
RGB Variations
Color information
#EEA3DA (or 0xEEA3DA) is known color: Lavender Rose. HEX triplet: EE, A3 and DA. RGB value is (238,163,218). Sum of RGB (Red+Green+Blue) = 238+163+218=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA3DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA3DA is #115C25. Grayscale: #BFBFBF. Windows color (decimal): -1137702 or 14328814. OLE color: 14328814.
HSL color Cylindrical-coordinate representation of color #EEA3DA: hue angle of 316º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA3DA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 218 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 316º | 0.69% | 0.79% | - |
| HSV(B) | 316º | 0.32% | 0.93% | - |
| XYZ | 61.01 | 49.43 | 72.66 | - |
| YUV | 191.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 218 | 0 | 0.32 | 0.08 | 0.07 | 316 | 0.69 | 0.79 |
| Hex | EE | A3 | DA | 0 | 20 | 8 | 7 | 13C | 45 | 4F |
| Octal | 356 | 243 | 332 | 0 | 40 | 10 | 7 | 474 | 105 | 117 |
| Binary | 11101110 | 10100011 | 11011010 | 0 | 100000 | 1000 | 111 | 100111100 | 1000101 | 1001111 |
Color Harmonies of #EEA3DA
Complementary color
Monochromatic Colors of #EEA3DA
Black with #EEA3DA
Text Example
Text Example
White with #EEA3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA3DA; }
p { color: rgb(238,163,218); }
H1.HeaderClassName
{
color: #EEA3DA;
}
.AnyTagClassName
{
color: #EEA3DA;
}
</style>
background-color css
<style>
a { background-color: #EEA3DA; }
a { background-color: rgb(238,163,218); }
div.DivClassName
{
background-color: #EEA3DA;
}
.BgClassName
{
background-color: #EEA3DA;
}
</style>
border-color css
<style>
span { border-color: #EEA3DA; }
span { border-color: rgb(238,163,218); }
td.TdClassName
{
border-color: #EEA3DA;
}
.TagClassName
{
border-color: #EEA3DA;
}
</style>