Shades of Lavender Rose #EEA3DF
Tints of Lavender Rose #EEA3DF
RGB
CMYK
RGB Variations
Color information
#EEA3DF (or 0xEEA3DF) is known color: Lavender Rose. HEX triplet: EE, A3 and DF. RGB value is (238,163,223). Sum of RGB (Red+Green+Blue) = 238+163+223=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 163 (64.06% from 255 or 26.12% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA3DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA3DF is #115C20. Grayscale: #C0C0C0. Windows color (decimal): -1137697 or 14656494. OLE color: 14656494.
HSL color Cylindrical-coordinate representation of color #EEA3DF: hue angle of 312º 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 #EEA3DF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 223 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.07 |
| HSL | 312º | 0.69% | 0.79% | - |
| HSV(B) | 312º | 0.32% | 0.93% | - |
| XYZ | 61.68 | 49.7 | 76.15 | - |
| YUV | 192.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 223 | 0 | 0.32 | 0.06 | 0.07 | 312 | 0.69 | 0.79 |
| Hex | EE | A3 | DF | 0 | 20 | 6 | 7 | 138 | 45 | 4F |
| Octal | 356 | 243 | 337 | 0 | 40 | 6 | 7 | 470 | 105 | 117 |
| Binary | 11101110 | 10100011 | 11011111 | 0 | 100000 | 110 | 111 | 100111000 | 1000101 | 1001111 |
Color Harmonies of #EEA3DF
Complementary color
Monochromatic Colors of #EEA3DF
Black with #EEA3DF
Text Example
Text Example
White with #EEA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA3DF; }
p { color: rgb(238,163,223); }
H1.HeaderClassName
{
color: #EEA3DF;
}
.AnyTagClassName
{
color: #EEA3DF;
}
</style>
background-color css
<style>
a { background-color: #EEA3DF; }
a { background-color: rgb(238,163,223); }
div.DivClassName
{
background-color: #EEA3DF;
}
.BgClassName
{
background-color: #EEA3DF;
}
</style>
border-color css
<style>
span { border-color: #EEA3DF; }
span { border-color: rgb(238,163,223); }
td.TdClassName
{
border-color: #EEA3DF;
}
.TagClassName
{
border-color: #EEA3DF;
}
</style>