Shades of Tea Rose #E284C0
Tints of Tea Rose #E284C0
RGB
CMYK
RGB Variations
Color information
#E284C0 (or 0xE284C0) is known color: Tea Rose. HEX triplet: E2, 84 and C0. RGB value is (226,132,192). Sum of RGB (Red+Green+Blue) = 226+132+192=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E284C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284C0 is #1D7B3F. Grayscale: #A6A6A6. Windows color (decimal): -1932096 or 12616930. OLE color: 12616930.
HSL color Cylindrical-coordinate representation of color #E284C0: hue angle of 321.7º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E284C0 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 192 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.11 |
| HSL | 321.7º | 0.62% | 0.7% | - |
| HSV(B) | 321.7º | 0.42% | 0.89% | - |
| XYZ | 49.13 | 36.48 | 54.32 | - |
| YUV | 166.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 192 | 0 | 0.42 | 0.15 | 0.11 | 321.7 | 0.62 | 0.7 |
| Hex | E2 | 84 | C0 | 0 | 2A | F | B | 142 | 3E | 46 |
| Octal | 342 | 204 | 300 | 0 | 52 | 17 | 13 | 502 | 76 | 106 |
| Binary | 11100010 | 10000100 | 11000000 | 0 | 101010 | 1111 | 1011 | 101000010 | 111110 | 1000110 |
Color Harmonies of #E284C0
Complementary color
Monochromatic Colors of #E284C0
Black with #E284C0
Text Example
Text Example
White with #E284C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284C0; }
p { color: rgb(226,132,192); }
H1.HeaderClassName
{
color: #E284C0;
}
.AnyTagClassName
{
color: #E284C0;
}
</style>
background-color css
<style>
a { background-color: #E284C0; }
a { background-color: rgb(226,132,192); }
div.DivClassName
{
background-color: #E284C0;
}
.BgClassName
{
background-color: #E284C0;
}
</style>
border-color css
<style>
span { border-color: #E284C0; }
span { border-color: rgb(226,132,192); }
td.TdClassName
{
border-color: #E284C0;
}
.TagClassName
{
border-color: #E284C0;
}
</style>