Shades of Tea Rose #E284C1
Tints of Tea Rose #E284C1
RGB
CMYK
RGB Variations
Color information
#E284C1 (or 0xE284C1) is known color: Tea Rose. HEX triplet: E2, 84 and C1. RGB value is (226,132,193). Sum of RGB (Red+Green+Blue) = 226+132+193=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E284C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284C1 is #1D7B3E. Grayscale: #A6A6A6. Windows color (decimal): -1932095 or 12682466. OLE color: 12682466.
HSL color Cylindrical-coordinate representation of color #E284C1: hue angle of 321.06º 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 #E284C1 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 193 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.11 |
| HSL | 321.06º | 0.62% | 0.7% | - |
| HSV(B) | 321.06º | 0.42% | 0.89% | - |
| XYZ | 49.24 | 36.52 | 54.91 | - |
| YUV | 167.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 193 | 0 | 0.42 | 0.15 | 0.11 | 321.06 | 0.62 | 0.7 |
| Hex | E2 | 84 | C1 | 0 | 2A | F | B | 141 | 3E | 46 |
| Octal | 342 | 204 | 301 | 0 | 52 | 17 | 13 | 501 | 76 | 106 |
| Binary | 11100010 | 10000100 | 11000001 | 0 | 101010 | 1111 | 1011 | 101000001 | 111110 | 1000110 |
Color Harmonies of #E284C1
Complementary color
Monochromatic Colors of #E284C1
Black with #E284C1
Text Example
Text Example
White with #E284C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284C1; }
p { color: rgb(226,132,193); }
H1.HeaderClassName
{
color: #E284C1;
}
.AnyTagClassName
{
color: #E284C1;
}
</style>
background-color css
<style>
a { background-color: #E284C1; }
a { background-color: rgb(226,132,193); }
div.DivClassName
{
background-color: #E284C1;
}
.BgClassName
{
background-color: #E284C1;
}
</style>
border-color css
<style>
span { border-color: #E284C1; }
span { border-color: rgb(226,132,193); }
td.TdClassName
{
border-color: #E284C1;
}
.TagClassName
{
border-color: #E284C1;
}
</style>