Shades of Lavender Rose #EEA0E5
Tints of Lavender Rose #EEA0E5
RGB
CMYK
RGB Variations
Color information
#EEA0E5 (or 0xEEA0E5) is known color: Lavender Rose. HEX triplet: EE, A0 and E5. RGB value is (238,160,229). Sum of RGB (Red+Green+Blue) = 238+160+229=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 160 (62.89% from 255 or 25.52% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA0E5 is #115F1A. Grayscale: #BEBEBE. Windows color (decimal): -1138459 or 15048942. OLE color: 15048942.
HSL color Cylindrical-coordinate representation of color #EEA0E5: hue angle of 306.92º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEA0E5 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 229 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.07 |
| HSL | 306.92º | 0.7% | 0.78% | - |
| HSV(B) | 306.92º | 0.33% | 0.93% | - |
| XYZ | 61.97 | 48.98 | 80.32 | - |
| YUV | 191.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 229 | 0 | 0.33 | 0.04 | 0.07 | 306.92 | 0.7 | 0.78 |
| Hex | EE | A0 | E5 | 0 | 21 | 4 | 7 | 133 | 46 | 4E |
| Octal | 356 | 240 | 345 | 0 | 41 | 4 | 7 | 463 | 106 | 116 |
| Binary | 11101110 | 10100000 | 11100101 | 0 | 100001 | 100 | 111 | 100110011 | 1000110 | 1001110 |
Color Harmonies of #EEA0E5
Complementary color
Monochromatic Colors of #EEA0E5
Black with #EEA0E5
Text Example
Text Example
White with #EEA0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA0E5; }
p { color: rgb(238,160,229); }
H1.HeaderClassName
{
color: #EEA0E5;
}
.AnyTagClassName
{
color: #EEA0E5;
}
</style>
background-color css
<style>
a { background-color: #EEA0E5; }
a { background-color: rgb(238,160,229); }
div.DivClassName
{
background-color: #EEA0E5;
}
.BgClassName
{
background-color: #EEA0E5;
}
</style>
border-color css
<style>
span { border-color: #EEA0E5; }
span { border-color: rgb(238,160,229); }
td.TdClassName
{
border-color: #EEA0E5;
}
.TagClassName
{
border-color: #EEA0E5;
}
</style>