Shades of Lavender Rose #EEA2E1
Tints of Lavender Rose #EEA2E1
RGB
CMYK
RGB Variations
Color information
#EEA2E1 (or 0xEEA2E1) is known color: Lavender Rose. HEX triplet: EE, A2 and E1. RGB value is (238,162,225). Sum of RGB (Red+Green+Blue) = 238+162+225=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 225 (88.28% from 255 or 36% from 625); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA2E1 is #115D1E. Grayscale: #BFBFBF. Windows color (decimal): -1137951 or 14787310. OLE color: 14787310.
HSL color Cylindrical-coordinate representation of color #EEA2E1: hue angle of 310.26º 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 #EEA2E1 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 225 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.07 |
| HSL | 310.26º | 0.69% | 0.78% | - |
| HSV(B) | 310.26º | 0.32% | 0.93% | - |
| XYZ | 61.77 | 49.45 | 77.52 | - |
| YUV | 191.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 225 | 0 | 0.32 | 0.05 | 0.07 | 310.26 | 0.69 | 0.78 |
| Hex | EE | A2 | E1 | 0 | 20 | 5 | 7 | 136 | 45 | 4E |
| Octal | 356 | 242 | 341 | 0 | 40 | 5 | 7 | 466 | 105 | 116 |
| Binary | 11101110 | 10100010 | 11100001 | 0 | 100000 | 101 | 111 | 100110110 | 1000101 | 1001110 |
Color Harmonies of #EEA2E1
Complementary color
Monochromatic Colors of #EEA2E1
Black with #EEA2E1
Text Example
Text Example
White with #EEA2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2E1; }
p { color: rgb(238,162,225); }
H1.HeaderClassName
{
color: #EEA2E1;
}
.AnyTagClassName
{
color: #EEA2E1;
}
</style>
background-color css
<style>
a { background-color: #EEA2E1; }
a { background-color: rgb(238,162,225); }
div.DivClassName
{
background-color: #EEA2E1;
}
.BgClassName
{
background-color: #EEA2E1;
}
</style>
border-color css
<style>
span { border-color: #EEA2E1; }
span { border-color: rgb(238,162,225); }
td.TdClassName
{
border-color: #EEA2E1;
}
.TagClassName
{
border-color: #EEA2E1;
}
</style>