Shades of Tea Rose #E88AD0
Tints of Tea Rose #E88AD0
RGB
CMYK
RGB Variations
Color information
#E88AD0 (or 0xE88AD0) is known color: Tea Rose. HEX triplet: E8, 8A and D0. RGB value is (232,138,208). Sum of RGB (Red+Green+Blue) = 232+138+208=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 232 - color contains mainly: red. Hex color #E88AD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88AD0 is #17752F. Grayscale: #ADADAD. Windows color (decimal): -1537328 or 13667048. OLE color: 13667048.
HSL color Cylindrical-coordinate representation of color #E88AD0: hue angle of 315.32º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88AD0 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 208 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.09 |
| HSL | 315.32º | 0.67% | 0.73% | - |
| HSV(B) | 315.32º | 0.41% | 0.91% | - |
| XYZ | 53.75 | 39.89 | 64.54 | - |
| YUV | 174.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 208 | 0 | 0.41 | 0.10 | 0.09 | 315.32 | 0.67 | 0.73 |
| Hex | E8 | 8A | D0 | 0 | 29 | A | 9 | 13B | 43 | 49 |
| Octal | 350 | 212 | 320 | 0 | 51 | 12 | 11 | 473 | 103 | 111 |
| Binary | 11101000 | 10001010 | 11010000 | 0 | 101001 | 1010 | 1001 | 100111011 | 1000011 | 1001001 |
Color Harmonies of #E88AD0
Complementary color
Monochromatic Colors of #E88AD0
Black with #E88AD0
Text Example
Text Example
White with #E88AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88AD0; }
p { color: rgb(232,138,208); }
H1.HeaderClassName
{
color: #E88AD0;
}
.AnyTagClassName
{
color: #E88AD0;
}
</style>
background-color css
<style>
a { background-color: #E88AD0; }
a { background-color: rgb(232,138,208); }
div.DivClassName
{
background-color: #E88AD0;
}
.BgClassName
{
background-color: #E88AD0;
}
</style>
border-color css
<style>
span { border-color: #E88AD0; }
span { border-color: rgb(232,138,208); }
td.TdClassName
{
border-color: #E88AD0;
}
.TagClassName
{
border-color: #E88AD0;
}
</style>