Shades of Tea Rose #E280C3
Tints of Tea Rose #E280C3
RGB
CMYK
RGB Variations
Color information
#E280C3 (or 0xE280C3) is known color: Tea Rose. HEX triplet: E2, 80 and C3. RGB value is (226,128,195). Sum of RGB (Red+Green+Blue) = 226+128+195=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E280C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280C3 is #1D7F3C. Grayscale: #A4A4A4. Windows color (decimal): -1933117 or 12812514. OLE color: 12812514.
HSL color Cylindrical-coordinate representation of color #E280C3: hue angle of 318.98º 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 #E280C3 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 195 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.11 |
| HSL | 318.98º | 0.63% | 0.69% | - |
| HSV(B) | 318.98º | 0.43% | 0.89% | - |
| XYZ | 48.93 | 35.55 | 55.91 | - |
| YUV | 164.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 195 | 0 | 0.43 | 0.14 | 0.11 | 318.98 | 0.63 | 0.69 |
| Hex | E2 | 80 | C3 | 0 | 2B | E | B | 13F | 3F | 45 |
| Octal | 342 | 200 | 303 | 0 | 53 | 16 | 13 | 477 | 77 | 105 |
| Binary | 11100010 | 10000000 | 11000011 | 0 | 101011 | 1110 | 1011 | 100111111 | 111111 | 1000101 |
Color Harmonies of #E280C3
Complementary color
Monochromatic Colors of #E280C3
Black with #E280C3
Text Example
Text Example
White with #E280C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280C3; }
p { color: rgb(226,128,195); }
H1.HeaderClassName
{
color: #E280C3;
}
.AnyTagClassName
{
color: #E280C3;
}
</style>
background-color css
<style>
a { background-color: #E280C3; }
a { background-color: rgb(226,128,195); }
div.DivClassName
{
background-color: #E280C3;
}
.BgClassName
{
background-color: #E280C3;
}
</style>
border-color css
<style>
span { border-color: #E280C3; }
span { border-color: rgb(226,128,195); }
td.TdClassName
{
border-color: #E280C3;
}
.TagClassName
{
border-color: #E280C3;
}
</style>