Shades of Lavender Rose #EEA8E8
Tints of Lavender Rose #EEA8E8
RGB
CMYK
RGB Variations
Color information
#EEA8E8 (or 0xEEA8E8) is known color: Lavender Rose. HEX triplet: EE, A8 and E8. RGB value is (238,168,232). Sum of RGB (Red+Green+Blue) = 238+168+232=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA8E8 is #115717. Grayscale: #C4C4C4. Windows color (decimal): -1136408 or 15247598. OLE color: 15247598.
HSL color Cylindrical-coordinate representation of color #EEA8E8: hue angle of 305.14º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA8E8 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 232 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.07 |
| HSL | 305.14º | 0.67% | 0.8% | - |
| HSV(B) | 305.14º | 0.29% | 0.93% | - |
| XYZ | 63.83 | 52.01 | 83.02 | - |
| YUV | 196.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 232 | 0 | 0.29 | 0.03 | 0.07 | 305.14 | 0.67 | 0.8 |
| Hex | EE | A8 | E8 | 0 | 1D | 3 | 7 | 131 | 43 | 50 |
| Octal | 356 | 250 | 350 | 0 | 35 | 3 | 7 | 461 | 103 | 120 |
| Binary | 11101110 | 10101000 | 11101000 | 0 | 11101 | 11 | 111 | 100110001 | 1000011 | 1010000 |
Color Harmonies of #EEA8E8
Complementary color
Monochromatic Colors of #EEA8E8
Black with #EEA8E8
Text Example
Text Example
White with #EEA8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8E8; }
p { color: rgb(238,168,232); }
H1.HeaderClassName
{
color: #EEA8E8;
}
.AnyTagClassName
{
color: #EEA8E8;
}
</style>
background-color css
<style>
a { background-color: #EEA8E8; }
a { background-color: rgb(238,168,232); }
div.DivClassName
{
background-color: #EEA8E8;
}
.BgClassName
{
background-color: #EEA8E8;
}
</style>
border-color css
<style>
span { border-color: #EEA8E8; }
span { border-color: rgb(238,168,232); }
td.TdClassName
{
border-color: #EEA8E8;
}
.TagClassName
{
border-color: #EEA8E8;
}
</style>