Shades of Lavender Rose #EEADE2
Tints of Lavender Rose #EEADE2
RGB
CMYK
RGB Variations
Color information
#EEADE2 (or 0xEEADE2) is known color: Lavender Rose. HEX triplet: EE, AD and E2. RGB value is (238,173,226). Sum of RGB (Red+Green+Blue) = 238+173+226=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEADE2 is #11521D. Grayscale: #C6C6C6. Windows color (decimal): -1135134 or 14855662. OLE color: 14855662.
HSL color Cylindrical-coordinate representation of color #EEADE2: hue angle of 311.08º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEADE2 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 226 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.07 |
| HSL | 311.08º | 0.66% | 0.81% | - |
| HSV(B) | 311.08º | 0.27% | 0.93% | - |
| XYZ | 63.93 | 53.56 | 78.92 | - |
| YUV | 198.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 226 | 0 | 0.27 | 0.05 | 0.07 | 311.08 | 0.66 | 0.81 |
| Hex | EE | AD | E2 | 0 | 1B | 5 | 7 | 137 | 42 | 51 |
| Octal | 356 | 255 | 342 | 0 | 33 | 5 | 7 | 467 | 102 | 121 |
| Binary | 11101110 | 10101101 | 11100010 | 0 | 11011 | 101 | 111 | 100110111 | 1000010 | 1010001 |
Color Harmonies of #EEADE2
Complementary color
Monochromatic Colors of #EEADE2
Black with #EEADE2
Text Example
Text Example
White with #EEADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEADE2; }
p { color: rgb(238,173,226); }
H1.HeaderClassName
{
color: #EEADE2;
}
.AnyTagClassName
{
color: #EEADE2;
}
</style>
background-color css
<style>
a { background-color: #EEADE2; }
a { background-color: rgb(238,173,226); }
div.DivClassName
{
background-color: #EEADE2;
}
.BgClassName
{
background-color: #EEADE2;
}
</style>
border-color css
<style>
span { border-color: #EEADE2; }
span { border-color: rgb(238,173,226); }
td.TdClassName
{
border-color: #EEADE2;
}
.TagClassName
{
border-color: #EEADE2;
}
</style>