Shades of Tea Rose #E284C3
Tints of Tea Rose #E284C3
RGB
CMYK
RGB Variations
Color information
#E284C3 (or 0xE284C3) is known color: Tea Rose. HEX triplet: E2, 84 and C3. RGB value is (226,132,195). Sum of RGB (Red+Green+Blue) = 226+132+195=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E284C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E284C3 is #1D7B3C. Grayscale: #A7A7A7. Windows color (decimal): -1932093 or 12813538. OLE color: 12813538.
HSL color Cylindrical-coordinate representation of color #E284C3: hue angle of 319.79º 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 #E284C3 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 195 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.11 |
| HSL | 319.79º | 0.62% | 0.7% | - |
| HSV(B) | 319.79º | 0.42% | 0.89% | - |
| XYZ | 49.47 | 36.61 | 56.09 | - |
| YUV | 167.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 195 | 0 | 0.42 | 0.14 | 0.11 | 319.79 | 0.62 | 0.7 |
| Hex | E2 | 84 | C3 | 0 | 2A | E | B | 140 | 3E | 46 |
| Octal | 342 | 204 | 303 | 0 | 52 | 16 | 13 | 500 | 76 | 106 |
| Binary | 11100010 | 10000100 | 11000011 | 0 | 101010 | 1110 | 1011 | 101000000 | 111110 | 1000110 |
Color Harmonies of #E284C3
Complementary color
Monochromatic Colors of #E284C3
Black with #E284C3
Text Example
Text Example
White with #E284C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284C3; }
p { color: rgb(226,132,195); }
H1.HeaderClassName
{
color: #E284C3;
}
.AnyTagClassName
{
color: #E284C3;
}
</style>
background-color css
<style>
a { background-color: #E284C3; }
a { background-color: rgb(226,132,195); }
div.DivClassName
{
background-color: #E284C3;
}
.BgClassName
{
background-color: #E284C3;
}
</style>
border-color css
<style>
span { border-color: #E284C3; }
span { border-color: rgb(226,132,195); }
td.TdClassName
{
border-color: #E284C3;
}
.TagClassName
{
border-color: #E284C3;
}
</style>