Shades of Tea Rose #E280C5
Tints of Tea Rose #E280C5
RGB
CMYK
RGB Variations
Color information
#E280C5 (or 0xE280C5) is known color: Tea Rose. HEX triplet: E2, 80 and C5. RGB value is (226,128,197). Sum of RGB (Red+Green+Blue) = 226+128+197=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E280C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280C5 is #1D7F3A. Grayscale: #A4A4A4. Windows color (decimal): -1933115 or 12943586. OLE color: 12943586.
HSL color Cylindrical-coordinate representation of color #E280C5: hue angle of 317.76º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E280C5 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 197 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.11 |
| HSL | 317.76º | 0.63% | 0.69% | - |
| HSV(B) | 317.76º | 0.43% | 0.89% | - |
| XYZ | 49.16 | 35.64 | 57.11 | - |
| YUV | 165.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 197 | 0 | 0.43 | 0.13 | 0.11 | 317.76 | 0.63 | 0.69 |
| Hex | E2 | 80 | C5 | 0 | 2B | D | B | 13E | 3F | 45 |
| Octal | 342 | 200 | 305 | 0 | 53 | 15 | 13 | 476 | 77 | 105 |
| Binary | 11100010 | 10000000 | 11000101 | 0 | 101011 | 1101 | 1011 | 100111110 | 111111 | 1000101 |
Color Harmonies of #E280C5
Complementary color
Monochromatic Colors of #E280C5
Black with #E280C5
Text Example
Text Example
White with #E280C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280C5; }
p { color: rgb(226,128,197); }
H1.HeaderClassName
{
color: #E280C5;
}
.AnyTagClassName
{
color: #E280C5;
}
</style>
background-color css
<style>
a { background-color: #E280C5; }
a { background-color: rgb(226,128,197); }
div.DivClassName
{
background-color: #E280C5;
}
.BgClassName
{
background-color: #E280C5;
}
</style>
border-color css
<style>
span { border-color: #E280C5; }
span { border-color: rgb(226,128,197); }
td.TdClassName
{
border-color: #E280C5;
}
.TagClassName
{
border-color: #E280C5;
}
</style>