Shades of Lavender Rose #EEA2DF
Tints of Lavender Rose #EEA2DF
RGB
CMYK
RGB Variations
Color information
#EEA2DF (or 0xEEA2DF) is known color: Lavender Rose. HEX triplet: EE, A2 and DF. RGB value is (238,162,223). Sum of RGB (Red+Green+Blue) = 238+162+223=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 162 (63.67% from 255 or 26.00% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA2DF is #115D20. Grayscale: #BFBFBF. Windows color (decimal): -1137953 or 14656238. OLE color: 14656238.
HSL color Cylindrical-coordinate representation of color #EEA2DF: hue angle of 311.84º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA2DF is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 223 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.07 |
| HSL | 311.84º | 0.69% | 0.78% | - |
| HSV(B) | 311.84º | 0.32% | 0.93% | - |
| XYZ | 61.5 | 49.35 | 76.1 | - |
| YUV | 191.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 223 | 0 | 0.32 | 0.06 | 0.07 | 311.84 | 0.69 | 0.78 |
| Hex | EE | A2 | DF | 0 | 20 | 6 | 7 | 138 | 45 | 4E |
| Octal | 356 | 242 | 337 | 0 | 40 | 6 | 7 | 470 | 105 | 116 |
| Binary | 11101110 | 10100010 | 11011111 | 0 | 100000 | 110 | 111 | 100111000 | 1000101 | 1001110 |
Color Harmonies of #EEA2DF
Complementary color
Monochromatic Colors of #EEA2DF
Black with #EEA2DF
Text Example
Text Example
White with #EEA2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2DF; }
p { color: rgb(238,162,223); }
H1.HeaderClassName
{
color: #EEA2DF;
}
.AnyTagClassName
{
color: #EEA2DF;
}
</style>
background-color css
<style>
a { background-color: #EEA2DF; }
a { background-color: rgb(238,162,223); }
div.DivClassName
{
background-color: #EEA2DF;
}
.BgClassName
{
background-color: #EEA2DF;
}
</style>
border-color css
<style>
span { border-color: #EEA2DF; }
span { border-color: rgb(238,162,223); }
td.TdClassName
{
border-color: #EEA2DF;
}
.TagClassName
{
border-color: #EEA2DF;
}
</style>