Shades of Lavender Rose #EEA2DE
Tints of Lavender Rose #EEA2DE
RGB
CMYK
RGB Variations
Color information
#EEA2DE (or 0xEEA2DE) is known color: Lavender Rose. HEX triplet: EE, A2 and DE. RGB value is (238,162,222). Sum of RGB (Red+Green+Blue) = 238+162+222=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA2DE is #115D21. Grayscale: #BFBFBF. Windows color (decimal): -1137954 or 14590702. OLE color: 14590702.
HSL color Cylindrical-coordinate representation of color #EEA2DE: hue angle of 312.63º 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 #EEA2DE is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 222 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.07 |
| HSL | 312.63º | 0.69% | 0.78% | - |
| HSV(B) | 312.63º | 0.32% | 0.93% | - |
| XYZ | 61.37 | 49.29 | 75.39 | - |
| YUV | 191.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 222 | 0 | 0.32 | 0.07 | 0.07 | 312.63 | 0.69 | 0.78 |
| Hex | EE | A2 | DE | 0 | 20 | 7 | 7 | 139 | 45 | 4E |
| Octal | 356 | 242 | 336 | 0 | 40 | 7 | 7 | 471 | 105 | 116 |
| Binary | 11101110 | 10100010 | 11011110 | 0 | 100000 | 111 | 111 | 100111001 | 1000101 | 1001110 |
Color Harmonies of #EEA2DE
Complementary color
Monochromatic Colors of #EEA2DE
Black with #EEA2DE
Text Example
Text Example
White with #EEA2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2DE; }
p { color: rgb(238,162,222); }
H1.HeaderClassName
{
color: #EEA2DE;
}
.AnyTagClassName
{
color: #EEA2DE;
}
</style>
background-color css
<style>
a { background-color: #EEA2DE; }
a { background-color: rgb(238,162,222); }
div.DivClassName
{
background-color: #EEA2DE;
}
.BgClassName
{
background-color: #EEA2DE;
}
</style>
border-color css
<style>
span { border-color: #EEA2DE; }
span { border-color: rgb(238,162,222); }
td.TdClassName
{
border-color: #EEA2DE;
}
.TagClassName
{
border-color: #EEA2DE;
}
</style>