Shades of Tea Rose #E182C7
Tints of Tea Rose #E182C7
RGB
CMYK
RGB Variations
Color information
#E182C7 (or 0xE182C7) is known color: Tea Rose. HEX triplet: E1, 82 and C7. RGB value is (225,130,199). Sum of RGB (Red+Green+Blue) = 225+130+199=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E182C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182C7 is #1E7D38. Grayscale: #A6A6A6. Windows color (decimal): -1998137 or 13075169. OLE color: 13075169.
HSL color Cylindrical-coordinate representation of color #E182C7: hue angle of 316.42º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182C7 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 199 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.12 |
| HSL | 316.42º | 0.61% | 0.7% | - |
| HSV(B) | 316.42º | 0.42% | 0.88% | - |
| XYZ | 49.34 | 36.1 | 58.4 | - |
| YUV | 166.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 199 | 0 | 0.42 | 0.12 | 0.12 | 316.42 | 0.61 | 0.7 |
| Hex | E1 | 82 | C7 | 0 | 2A | C | C | 13C | 3D | 46 |
| Octal | 341 | 202 | 307 | 0 | 52 | 14 | 14 | 474 | 75 | 106 |
| Binary | 11100001 | 10000010 | 11000111 | 0 | 101010 | 1100 | 1100 | 100111100 | 111101 | 1000110 |
Color Harmonies of #E182C7
Complementary color
Monochromatic Colors of #E182C7
Black with #E182C7
Text Example
Text Example
White with #E182C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E182C7; }
p { color: rgb(225,130,199); }
H1.HeaderClassName
{
color: #E182C7;
}
.AnyTagClassName
{
color: #E182C7;
}
</style>
background-color css
<style>
a { background-color: #E182C7; }
a { background-color: rgb(225,130,199); }
div.DivClassName
{
background-color: #E182C7;
}
.BgClassName
{
background-color: #E182C7;
}
</style>
border-color css
<style>
span { border-color: #E182C7; }
span { border-color: rgb(225,130,199); }
td.TdClassName
{
border-color: #E182C7;
}
.TagClassName
{
border-color: #E182C7;
}
</style>