Shades of Tea Rose #E488CD
Tints of Tea Rose #E488CD
RGB
CMYK
RGB Variations
Color information
#E488CD (or 0xE488CD) is known color: Tea Rose. HEX triplet: E4, 88 and CD. RGB value is (228,136,205). Sum of RGB (Red+Green+Blue) = 228+136+205=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E488CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E488CD is #1B7732. Grayscale: #ABABAB. Windows color (decimal): -1799987 or 13469924. OLE color: 13469924.
HSL color Cylindrical-coordinate representation of color #E488CD: hue angle of 315º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E488CD is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 136 | 205 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.11 |
| HSL | 315º | 0.63% | 0.71% | - |
| HSV(B) | 315º | 0.4% | 0.89% | - |
| XYZ | 51.82 | 38.51 | 62.46 | - |
| YUV | 171.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 136 | 205 | 0 | 0.40 | 0.10 | 0.11 | 315 | 0.63 | 0.71 |
| Hex | E4 | 88 | CD | 0 | 28 | A | B | 13B | 3F | 47 |
| Octal | 344 | 210 | 315 | 0 | 50 | 12 | 13 | 473 | 77 | 107 |
| Binary | 11100100 | 10001000 | 11001101 | 0 | 101000 | 1010 | 1011 | 100111011 | 111111 | 1000111 |
Color Harmonies of #E488CD
Complementary color
Monochromatic Colors of #E488CD
Black with #E488CD
Text Example
Text Example
White with #E488CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E488CD; }
p { color: rgb(228,136,205); }
H1.HeaderClassName
{
color: #E488CD;
}
.AnyTagClassName
{
color: #E488CD;
}
</style>
background-color css
<style>
a { background-color: #E488CD; }
a { background-color: rgb(228,136,205); }
div.DivClassName
{
background-color: #E488CD;
}
.BgClassName
{
background-color: #E488CD;
}
</style>
border-color css
<style>
span { border-color: #E488CD; }
span { border-color: rgb(228,136,205); }
td.TdClassName
{
border-color: #E488CD;
}
.TagClassName
{
border-color: #E488CD;
}
</style>