Shades of Tea Rose #E180C7
Tints of Tea Rose #E180C7
RGB
CMYK
RGB Variations
Color information
#E180C7 (or 0xE180C7) is known color: Tea Rose. HEX triplet: E1, 80 and C7. RGB value is (225,128,199). Sum of RGB (Red+Green+Blue) = 225+128+199=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E180C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180C7 is #1E7F38. Grayscale: #A4A4A4. Windows color (decimal): -1998649 or 13074657. OLE color: 13074657.
HSL color Cylindrical-coordinate representation of color #E180C7: hue angle of 316.08º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E180C7 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 199 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.12 |
| HSL | 316.08º | 0.62% | 0.69% | - |
| HSV(B) | 316.08º | 0.43% | 0.88% | - |
| XYZ | 49.08 | 35.57 | 58.31 | - |
| YUV | 165.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 199 | 0 | 0.43 | 0.12 | 0.12 | 316.08 | 0.62 | 0.69 |
| Hex | E1 | 80 | C7 | 0 | 2B | C | C | 13C | 3E | 45 |
| Octal | 341 | 200 | 307 | 0 | 53 | 14 | 14 | 474 | 76 | 105 |
| Binary | 11100001 | 10000000 | 11000111 | 0 | 101011 | 1100 | 1100 | 100111100 | 111110 | 1000101 |
Color Harmonies of #E180C7
Complementary color
Monochromatic Colors of #E180C7
Black with #E180C7
Text Example
Text Example
White with #E180C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E180C7; }
p { color: rgb(225,128,199); }
H1.HeaderClassName
{
color: #E180C7;
}
.AnyTagClassName
{
color: #E180C7;
}
</style>
background-color css
<style>
a { background-color: #E180C7; }
a { background-color: rgb(225,128,199); }
div.DivClassName
{
background-color: #E180C7;
}
.BgClassName
{
background-color: #E180C7;
}
</style>
border-color css
<style>
span { border-color: #E180C7; }
span { border-color: rgb(225,128,199); }
td.TdClassName
{
border-color: #E180C7;
}
.TagClassName
{
border-color: #E180C7;
}
</style>