Shades of Tea Rose #E88CCD
Tints of Tea Rose #E88CCD
RGB
CMYK
RGB Variations
Color information
#E88CCD (or 0xE88CCD) is known color: Tea Rose. HEX triplet: E8, 8C and CD. RGB value is (232,140,205). Sum of RGB (Red+Green+Blue) = 232+140+205=577 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.21% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 232 - color contains mainly: red. Hex color #E88CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88CCD is #177332. Grayscale: #AEAEAE. Windows color (decimal): -1536819 or 13470952. OLE color: 13470952.
HSL color Cylindrical-coordinate representation of color #E88CCD: hue angle of 317.61º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88CCD is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 140 | 205 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.09 |
| HSL | 317.61º | 0.67% | 0.73% | - |
| HSV(B) | 317.61º | 0.4% | 0.91% | - |
| XYZ | 53.68 | 40.32 | 62.71 | - |
| YUV | 174.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 140 | 205 | 0 | 0.40 | 0.12 | 0.09 | 317.61 | 0.67 | 0.73 |
| Hex | E8 | 8C | CD | 0 | 28 | C | 9 | 13E | 43 | 49 |
| Octal | 350 | 214 | 315 | 0 | 50 | 14 | 11 | 476 | 103 | 111 |
| Binary | 11101000 | 10001100 | 11001101 | 0 | 101000 | 1100 | 1001 | 100111110 | 1000011 | 1001001 |
Color Harmonies of #E88CCD
Complementary color
Monochromatic Colors of #E88CCD
Black with #E88CCD
Text Example
Text Example
White with #E88CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88CCD; }
p { color: rgb(232,140,205); }
H1.HeaderClassName
{
color: #E88CCD;
}
.AnyTagClassName
{
color: #E88CCD;
}
</style>
background-color css
<style>
a { background-color: #E88CCD; }
a { background-color: rgb(232,140,205); }
div.DivClassName
{
background-color: #E88CCD;
}
.BgClassName
{
background-color: #E88CCD;
}
</style>
border-color css
<style>
span { border-color: #E88CCD; }
span { border-color: rgb(232,140,205); }
td.TdClassName
{
border-color: #E88CCD;
}
.TagClassName
{
border-color: #E88CCD;
}
</style>