Shades of Tea Rose #E482C7
Tints of Tea Rose #E482C7
RGB
CMYK
RGB Variations
Color information
#E482C7 (or 0xE482C7) is known color: Tea Rose. HEX triplet: E4, 82 and C7. RGB value is (228,130,199). Sum of RGB (Red+Green+Blue) = 228+130+199=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E482C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E482C7 is #1B7D38. Grayscale: #A6A6A6. Windows color (decimal): -1801529 or 13075172. OLE color: 13075172.
HSL color Cylindrical-coordinate representation of color #E482C7: hue angle of 317.76º degrees, saturation: 0.64, 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 #E482C7 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 199 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.11 |
| HSL | 317.76º | 0.64% | 0.7% | - |
| HSV(B) | 317.76º | 0.43% | 0.89% | - |
| XYZ | 50.29 | 36.58 | 58.44 | - |
| YUV | 167.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 199 | 0 | 0.43 | 0.13 | 0.11 | 317.76 | 0.64 | 0.7 |
| Hex | E4 | 82 | C7 | 0 | 2B | D | B | 13E | 40 | 46 |
| Octal | 344 | 202 | 307 | 0 | 53 | 15 | 13 | 476 | 100 | 106 |
| Binary | 11100100 | 10000010 | 11000111 | 0 | 101011 | 1101 | 1011 | 100111110 | 1000000 | 1000110 |
Color Harmonies of #E482C7
Complementary color
Monochromatic Colors of #E482C7
Black with #E482C7
Text Example
Text Example
White with #E482C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E482C7; }
p { color: rgb(228,130,199); }
H1.HeaderClassName
{
color: #E482C7;
}
.AnyTagClassName
{
color: #E482C7;
}
</style>
background-color css
<style>
a { background-color: #E482C7; }
a { background-color: rgb(228,130,199); }
div.DivClassName
{
background-color: #E482C7;
}
.BgClassName
{
background-color: #E482C7;
}
</style>
border-color css
<style>
span { border-color: #E482C7; }
span { border-color: rgb(228,130,199); }
td.TdClassName
{
border-color: #E482C7;
}
.TagClassName
{
border-color: #E482C7;
}
</style>