Shades of Tea Rose #E880C9
Tints of Tea Rose #E880C9
RGB
CMYK
RGB Variations
Color information
#E880C9 (or 0xE880C9) is known color: Tea Rose. HEX triplet: E8, 80 and C9. RGB value is (232,128,201). Sum of RGB (Red+Green+Blue) = 232+128+201=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E880C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880C9 is #177F36. Grayscale: #A7A7A7. Windows color (decimal): -1539895 or 13205736. OLE color: 13205736.
HSL color Cylindrical-coordinate representation of color #E880C9: hue angle of 317.88º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E880C9 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 201 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.09 |
| HSL | 317.88º | 0.69% | 0.71% | - |
| HSV(B) | 317.88º | 0.45% | 0.91% | - |
| XYZ | 51.54 | 36.81 | 59.65 | - |
| YUV | 167.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 201 | 0 | 0.45 | 0.13 | 0.09 | 317.88 | 0.69 | 0.71 |
| Hex | E8 | 80 | C9 | 0 | 2D | D | 9 | 13E | 45 | 47 |
| Octal | 350 | 200 | 311 | 0 | 55 | 15 | 11 | 476 | 105 | 107 |
| Binary | 11101000 | 10000000 | 11001001 | 0 | 101101 | 1101 | 1001 | 100111110 | 1000101 | 1000111 |
Color Harmonies of #E880C9
Complementary color
Monochromatic Colors of #E880C9
Black with #E880C9
Text Example
Text Example
White with #E880C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E880C9; }
p { color: rgb(232,128,201); }
H1.HeaderClassName
{
color: #E880C9;
}
.AnyTagClassName
{
color: #E880C9;
}
</style>
background-color css
<style>
a { background-color: #E880C9; }
a { background-color: rgb(232,128,201); }
div.DivClassName
{
background-color: #E880C9;
}
.BgClassName
{
background-color: #E880C9;
}
</style>
border-color css
<style>
span { border-color: #E880C9; }
span { border-color: rgb(232,128,201); }
td.TdClassName
{
border-color: #E880C9;
}
.TagClassName
{
border-color: #E880C9;
}
</style>