Shades of Tea Rose #E584CA
Tints of Tea Rose #E584CA
RGB
CMYK
RGB Variations
Color information
#E584CA (or 0xE584CA) is known color: Tea Rose. HEX triplet: E5, 84 and CA. RGB value is (229,132,202). Sum of RGB (Red+Green+Blue) = 229+132+202=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E584CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E584CA is #1A7B35. Grayscale: #A8A8A8. Windows color (decimal): -1735478 or 13272293. OLE color: 13272293.
HSL color Cylindrical-coordinate representation of color #E584CA: hue angle of 316.7º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E584CA is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 202 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.10 |
| HSL | 316.7º | 0.65% | 0.71% | - |
| HSV(B) | 316.7º | 0.42% | 0.9% | - |
| XYZ | 51.23 | 37.42 | 60.4 | - |
| YUV | 168.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 202 | 0 | 0.42 | 0.12 | 0.10 | 316.7 | 0.65 | 0.71 |
| Hex | E5 | 84 | CA | 0 | 2A | C | A | 13D | 41 | 47 |
| Octal | 345 | 204 | 312 | 0 | 52 | 14 | 12 | 475 | 101 | 107 |
| Binary | 11100101 | 10000100 | 11001010 | 0 | 101010 | 1100 | 1010 | 100111101 | 1000001 | 1000111 |
Color Harmonies of #E584CA
Complementary color
Monochromatic Colors of #E584CA
Black with #E584CA
Text Example
Text Example
White with #E584CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E584CA; }
p { color: rgb(229,132,202); }
H1.HeaderClassName
{
color: #E584CA;
}
.AnyTagClassName
{
color: #E584CA;
}
</style>
background-color css
<style>
a { background-color: #E584CA; }
a { background-color: rgb(229,132,202); }
div.DivClassName
{
background-color: #E584CA;
}
.BgClassName
{
background-color: #E584CA;
}
</style>
border-color css
<style>
span { border-color: #E584CA; }
span { border-color: rgb(229,132,202); }
td.TdClassName
{
border-color: #E584CA;
}
.TagClassName
{
border-color: #E584CA;
}
</style>