Shades of Lavender Rose #EEA8E4
Tints of Lavender Rose #EEA8E4
RGB
CMYK
RGB Variations
Color information
#EEA8E4 (or 0xEEA8E4) is known color: Lavender Rose. HEX triplet: EE, A8 and E4. RGB value is (238,168,228). Sum of RGB (Red+Green+Blue) = 238+168+228=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA8E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA8E4 is #11571B. Grayscale: #C3C3C3. Windows color (decimal): -1136412 or 14985454. OLE color: 14985454.
HSL color Cylindrical-coordinate representation of color #EEA8E4: hue angle of 308.57º 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 #EEA8E4 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 228 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.07 |
| HSL | 308.57º | 0.67% | 0.8% | - |
| HSV(B) | 308.57º | 0.29% | 0.93% | - |
| XYZ | 63.27 | 51.78 | 80.06 | - |
| YUV | 195.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 228 | 0 | 0.29 | 0.04 | 0.07 | 308.57 | 0.67 | 0.8 |
| Hex | EE | A8 | E4 | 0 | 1D | 4 | 7 | 135 | 43 | 50 |
| Octal | 356 | 250 | 344 | 0 | 35 | 4 | 7 | 465 | 103 | 120 |
| Binary | 11101110 | 10101000 | 11100100 | 0 | 11101 | 100 | 111 | 100110101 | 1000011 | 1010000 |
Color Harmonies of #EEA8E4
Complementary color
Monochromatic Colors of #EEA8E4
Black with #EEA8E4
Text Example
Text Example
White with #EEA8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA8E4; }
p { color: rgb(238,168,228); }
H1.HeaderClassName
{
color: #EEA8E4;
}
.AnyTagClassName
{
color: #EEA8E4;
}
</style>
background-color css
<style>
a { background-color: #EEA8E4; }
a { background-color: rgb(238,168,228); }
div.DivClassName
{
background-color: #EEA8E4;
}
.BgClassName
{
background-color: #EEA8E4;
}
</style>
border-color css
<style>
span { border-color: #EEA8E4; }
span { border-color: rgb(238,168,228); }
td.TdClassName
{
border-color: #EEA8E4;
}
.TagClassName
{
border-color: #EEA8E4;
}
</style>