Shades of Tea Rose #E281C5
Tints of Tea Rose #E281C5
RGB
CMYK
RGB Variations
Color information
#E281C5 (or 0xE281C5) is known color: Tea Rose. HEX triplet: E2, 81 and C5. RGB value is (226,129,197). Sum of RGB (Red+Green+Blue) = 226+129+197=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E281C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281C5 is #1D7E3A. Grayscale: #A5A5A5. Windows color (decimal): -1932859 or 12943842. OLE color: 12943842.
HSL color Cylindrical-coordinate representation of color #E281C5: hue angle of 317.94º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E281C5 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 197 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.11 |
| HSL | 317.94º | 0.63% | 0.7% | - |
| HSV(B) | 317.94º | 0.43% | 0.89% | - |
| XYZ | 49.29 | 35.9 | 57.15 | - |
| YUV | 165.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 197 | 0 | 0.43 | 0.13 | 0.11 | 317.94 | 0.63 | 0.7 |
| Hex | E2 | 81 | C5 | 0 | 2B | D | B | 13E | 3F | 46 |
| Octal | 342 | 201 | 305 | 0 | 53 | 15 | 13 | 476 | 77 | 106 |
| Binary | 11100010 | 10000001 | 11000101 | 0 | 101011 | 1101 | 1011 | 100111110 | 111111 | 1000110 |
Color Harmonies of #E281C5
Complementary color
Monochromatic Colors of #E281C5
Black with #E281C5
Text Example
Text Example
White with #E281C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281C5; }
p { color: rgb(226,129,197); }
H1.HeaderClassName
{
color: #E281C5;
}
.AnyTagClassName
{
color: #E281C5;
}
</style>
background-color css
<style>
a { background-color: #E281C5; }
a { background-color: rgb(226,129,197); }
div.DivClassName
{
background-color: #E281C5;
}
.BgClassName
{
background-color: #E281C5;
}
</style>
border-color css
<style>
span { border-color: #E281C5; }
span { border-color: rgb(226,129,197); }
td.TdClassName
{
border-color: #E281C5;
}
.TagClassName
{
border-color: #E281C5;
}
</style>