Shades of Lavender Rose #EEA3E8
Tints of Lavender Rose #EEA3E8
RGB
CMYK
RGB Variations
Color information
#EEA3E8 (or 0xEEA3E8) is known color: Lavender Rose. HEX triplet: EE, A3 and E8. RGB value is (238,163,232). Sum of RGB (Red+Green+Blue) = 238+163+232=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 163 (64.06% from 255 or 25.75% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA3E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA3E8 is #115C17. Grayscale: #C1C1C1. Windows color (decimal): -1137688 or 15246318. OLE color: 15246318.
HSL color Cylindrical-coordinate representation of color #EEA3E8: hue angle of 304.8º 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 #EEA3E8 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 232 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.07 |
| HSL | 304.8º | 0.69% | 0.79% | - |
| HSV(B) | 304.8º | 0.32% | 0.93% | - |
| XYZ | 62.92 | 50.2 | 82.72 | - |
| YUV | 193.29 | 149.85 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 232 | 0 | 0.32 | 0.03 | 0.07 | 304.8 | 0.69 | 0.79 |
| Hex | EE | A3 | E8 | 0 | 20 | 3 | 7 | 131 | 45 | 4F |
| Octal | 356 | 243 | 350 | 0 | 40 | 3 | 7 | 461 | 105 | 117 |
| Binary | 11101110 | 10100011 | 11101000 | 0 | 100000 | 11 | 111 | 100110001 | 1000101 | 1001111 |
Color Harmonies of #EEA3E8
Complementary color
Monochromatic Colors of #EEA3E8
Black with #EEA3E8
Text Example
Text Example
White with #EEA3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA3E8; }
p { color: rgb(238,163,232); }
H1.HeaderClassName
{
color: #EEA3E8;
}
.AnyTagClassName
{
color: #EEA3E8;
}
</style>
background-color css
<style>
a { background-color: #EEA3E8; }
a { background-color: rgb(238,163,232); }
div.DivClassName
{
background-color: #EEA3E8;
}
.BgClassName
{
background-color: #EEA3E8;
}
</style>
border-color css
<style>
span { border-color: #EEA3E8; }
span { border-color: rgb(238,163,232); }
td.TdClassName
{
border-color: #EEA3E8;
}
.TagClassName
{
border-color: #EEA3E8;
}
</style>