Shades of Tea Rose #E482C6
Tints of Tea Rose #E482C6
RGB
CMYK
RGB Variations
Color information
#E482C6 (or 0xE482C6) is known color: Tea Rose. HEX triplet: E4, 82 and C6. RGB value is (228,130,198). Sum of RGB (Red+Green+Blue) = 228+130+198=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E482C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E482C6 is #1B7D39. Grayscale: #A6A6A6. Windows color (decimal): -1801530 or 13009636. OLE color: 13009636.
HSL color Cylindrical-coordinate representation of color #E482C6: hue angle of 318.37º 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 #E482C6 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 198 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.11 |
| HSL | 318.37º | 0.64% | 0.7% | - |
| HSV(B) | 318.37º | 0.43% | 0.89% | - |
| XYZ | 50.17 | 36.54 | 57.83 | - |
| YUV | 167.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 198 | 0 | 0.43 | 0.13 | 0.11 | 318.37 | 0.64 | 0.7 |
| Hex | E4 | 82 | C6 | 0 | 2B | D | B | 13E | 40 | 46 |
| Octal | 344 | 202 | 306 | 0 | 53 | 15 | 13 | 476 | 100 | 106 |
| Binary | 11100100 | 10000010 | 11000110 | 0 | 101011 | 1101 | 1011 | 100111110 | 1000000 | 1000110 |
Color Harmonies of #E482C6
Complementary color
Monochromatic Colors of #E482C6
Black with #E482C6
Text Example
Text Example
White with #E482C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E482C6; }
p { color: rgb(228,130,198); }
H1.HeaderClassName
{
color: #E482C6;
}
.AnyTagClassName
{
color: #E482C6;
}
</style>
background-color css
<style>
a { background-color: #E482C6; }
a { background-color: rgb(228,130,198); }
div.DivClassName
{
background-color: #E482C6;
}
.BgClassName
{
background-color: #E482C6;
}
</style>
border-color css
<style>
span { border-color: #E482C6; }
span { border-color: rgb(228,130,198); }
td.TdClassName
{
border-color: #E482C6;
}
.TagClassName
{
border-color: #E482C6;
}
</style>