Shades of Tea Rose #E487C5
Tints of Tea Rose #E487C5
RGB
CMYK
RGB Variations
Color information
#E487C5 (or 0xE487C5) is known color: Tea Rose. HEX triplet: E4, 87 and C5. RGB value is (228,135,197). Sum of RGB (Red+Green+Blue) = 228+135+197=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E487C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E487C5 is #1B783A. Grayscale: #A9A9A9. Windows color (decimal): -1800251 or 12945380. OLE color: 12945380.
HSL color Cylindrical-coordinate representation of color #E487C5: hue angle of 320º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E487C5 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 135 | 197 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.11 |
| HSL | 320º | 0.63% | 0.71% | - |
| HSV(B) | 320º | 0.41% | 0.89% | - |
| XYZ | 50.74 | 37.85 | 57.46 | - |
| YUV | 169.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 135 | 197 | 0 | 0.41 | 0.14 | 0.11 | 320 | 0.63 | 0.71 |
| Hex | E4 | 87 | C5 | 0 | 29 | E | B | 140 | 3F | 47 |
| Octal | 344 | 207 | 305 | 0 | 51 | 16 | 13 | 500 | 77 | 107 |
| Binary | 11100100 | 10000111 | 11000101 | 0 | 101001 | 1110 | 1011 | 101000000 | 111111 | 1000111 |
Color Harmonies of #E487C5
Complementary color
Monochromatic Colors of #E487C5
Black with #E487C5
Text Example
Text Example
White with #E487C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E487C5; }
p { color: rgb(228,135,197); }
H1.HeaderClassName
{
color: #E487C5;
}
.AnyTagClassName
{
color: #E487C5;
}
</style>
background-color css
<style>
a { background-color: #E487C5; }
a { background-color: rgb(228,135,197); }
div.DivClassName
{
background-color: #E487C5;
}
.BgClassName
{
background-color: #E487C5;
}
</style>
border-color css
<style>
span { border-color: #E487C5; }
span { border-color: rgb(228,135,197); }
td.TdClassName
{
border-color: #E487C5;
}
.TagClassName
{
border-color: #E487C5;
}
</style>