Shades of Tea Rose #E284C6
Tints of Tea Rose #E284C6
RGB
CMYK
RGB Variations
Color information
#E284C6 (or 0xE284C6) is known color: Tea Rose. HEX triplet: E2, 84 and C6. RGB value is (226,132,198). Sum of RGB (Red+Green+Blue) = 226+132+198=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E284C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284C6 is #1D7B39. Grayscale: #A7A7A7. Windows color (decimal): -1932090 or 13010146. OLE color: 13010146.
HSL color Cylindrical-coordinate representation of color #E284C6: hue angle of 317.87º 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 #E284C6 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 198 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.11 |
| HSL | 317.87º | 0.62% | 0.7% | - |
| HSV(B) | 317.87º | 0.42% | 0.89% | - |
| XYZ | 49.81 | 36.75 | 57.89 | - |
| YUV | 167.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 198 | 0 | 0.42 | 0.12 | 0.11 | 317.87 | 0.62 | 0.7 |
| Hex | E2 | 84 | C6 | 0 | 2A | C | B | 13E | 3E | 46 |
| Octal | 342 | 204 | 306 | 0 | 52 | 14 | 13 | 476 | 76 | 106 |
| Binary | 11100010 | 10000100 | 11000110 | 0 | 101010 | 1100 | 1011 | 100111110 | 111110 | 1000110 |
Color Harmonies of #E284C6
Complementary color
Monochromatic Colors of #E284C6
Black with #E284C6
Text Example
Text Example
White with #E284C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284C6; }
p { color: rgb(226,132,198); }
H1.HeaderClassName
{
color: #E284C6;
}
.AnyTagClassName
{
color: #E284C6;
}
</style>
background-color css
<style>
a { background-color: #E284C6; }
a { background-color: rgb(226,132,198); }
div.DivClassName
{
background-color: #E284C6;
}
.BgClassName
{
background-color: #E284C6;
}
</style>
border-color css
<style>
span { border-color: #E284C6; }
span { border-color: rgb(226,132,198); }
td.TdClassName
{
border-color: #E284C6;
}
.TagClassName
{
border-color: #E284C6;
}
</style>