Shades of Tea Rose #E482CA
Tints of Tea Rose #E482CA
RGB
CMYK
RGB Variations
Color information
#E482CA (or 0xE482CA) is known color: Tea Rose. HEX triplet: E4, 82 and CA. RGB value is (228,130,202). Sum of RGB (Red+Green+Blue) = 228+130+202=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E482CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E482CA is #1B7D35. Grayscale: #A7A7A7. Windows color (decimal): -1801526 or 13271780. OLE color: 13271780.
HSL color Cylindrical-coordinate representation of color #E482CA: hue angle of 315.92º 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 #E482CA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 130 | 202 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.11 |
| HSL | 315.92º | 0.64% | 0.7% | - |
| HSV(B) | 315.92º | 0.43% | 0.89% | - |
| XYZ | 50.64 | 36.72 | 60.3 | - |
| YUV | 167.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 130 | 202 | 0 | 0.43 | 0.11 | 0.11 | 315.92 | 0.64 | 0.7 |
| Hex | E4 | 82 | CA | 0 | 2B | B | B | 13C | 40 | 46 |
| Octal | 344 | 202 | 312 | 0 | 53 | 13 | 13 | 474 | 100 | 106 |
| Binary | 11100100 | 10000010 | 11001010 | 0 | 101011 | 1011 | 1011 | 100111100 | 1000000 | 1000110 |
Color Harmonies of #E482CA
Complementary color
Monochromatic Colors of #E482CA
Black with #E482CA
Text Example
Text Example
White with #E482CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E482CA; }
p { color: rgb(228,130,202); }
H1.HeaderClassName
{
color: #E482CA;
}
.AnyTagClassName
{
color: #E482CA;
}
</style>
background-color css
<style>
a { background-color: #E482CA; }
a { background-color: rgb(228,130,202); }
div.DivClassName
{
background-color: #E482CA;
}
.BgClassName
{
background-color: #E482CA;
}
</style>
border-color css
<style>
span { border-color: #E482CA; }
span { border-color: rgb(228,130,202); }
td.TdClassName
{
border-color: #E482CA;
}
.TagClassName
{
border-color: #E482CA;
}
</style>