Shades of Tea Rose #E879C8
Tints of Tea Rose #E879C8
RGB
CMYK
RGB Variations
Color information
#E879C8 (or 0xE879C8) is known color: Tea Rose. HEX triplet: E8, 79 and C8. RGB value is (232,121,200). Sum of RGB (Red+Green+Blue) = 232+121+200=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E879C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E879C8 is #178637. Grayscale: #A2A2A2. Windows color (decimal): -1541688 or 13138408. OLE color: 13138408.
HSL color Cylindrical-coordinate representation of color #E879C8: hue angle of 317.3º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E879C8 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 121 | 200 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.09 |
| HSL | 317.3º | 0.71% | 0.69% | - |
| HSV(B) | 317.3º | 0.48% | 0.91% | - |
| XYZ | 50.54 | 35 | 58.74 | - |
| YUV | 163.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 121 | 200 | 0 | 0.48 | 0.14 | 0.09 | 317.3 | 0.71 | 0.69 |
| Hex | E8 | 79 | C8 | 0 | 30 | E | 9 | 13D | 47 | 45 |
| Octal | 350 | 171 | 310 | 0 | 60 | 16 | 11 | 475 | 107 | 105 |
| Binary | 11101000 | 1111001 | 11001000 | 0 | 110000 | 1110 | 1001 | 100111101 | 1000111 | 1000101 |
Color Harmonies of #E879C8
Complementary color
Monochromatic Colors of #E879C8
Black with #E879C8
Text Example
Text Example
White with #E879C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E879C8; }
p { color: rgb(232,121,200); }
H1.HeaderClassName
{
color: #E879C8;
}
.AnyTagClassName
{
color: #E879C8;
}
</style>
background-color css
<style>
a { background-color: #E879C8; }
a { background-color: rgb(232,121,200); }
div.DivClassName
{
background-color: #E879C8;
}
.BgClassName
{
background-color: #E879C8;
}
</style>
border-color css
<style>
span { border-color: #E879C8; }
span { border-color: rgb(232,121,200); }
td.TdClassName
{
border-color: #E879C8;
}
.TagClassName
{
border-color: #E879C8;
}
</style>