Shades of Tea Rose #E481C2
Tints of Tea Rose #E481C2
RGB
CMYK
RGB Variations
Color information
#E481C2 (or 0xE481C2) is known color: Tea Rose. HEX triplet: E4, 81 and C2. RGB value is (228,129,194). Sum of RGB (Red+Green+Blue) = 228+129+194=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E481C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E481C2 is #1B7E3D. Grayscale: #A5A5A5. Windows color (decimal): -1801790 or 12747236. OLE color: 12747236.
HSL color Cylindrical-coordinate representation of color #E481C2: hue angle of 320.61º degrees, saturation: 0.65, 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 #E481C2 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 129 | 194 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.11 |
| HSL | 320.61º | 0.65% | 0.7% | - |
| HSV(B) | 320.61º | 0.43% | 0.89% | - |
| XYZ | 49.58 | 36.09 | 55.39 | - |
| YUV | 166.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 194 | 0 | 0.43 | 0.15 | 0.11 | 320.61 | 0.65 | 0.7 |
| Hex | E4 | 81 | C2 | 0 | 2B | F | B | 141 | 41 | 46 |
| Octal | 344 | 201 | 302 | 0 | 53 | 17 | 13 | 501 | 101 | 106 |
| Binary | 11100100 | 10000001 | 11000010 | 0 | 101011 | 1111 | 1011 | 101000001 | 1000001 | 1000110 |
Color Harmonies of #E481C2
Complementary color
Monochromatic Colors of #E481C2
Black with #E481C2
Text Example
Text Example
White with #E481C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E481C2; }
p { color: rgb(228,129,194); }
H1.HeaderClassName
{
color: #E481C2;
}
.AnyTagClassName
{
color: #E481C2;
}
</style>
background-color css
<style>
a { background-color: #E481C2; }
a { background-color: rgb(228,129,194); }
div.DivClassName
{
background-color: #E481C2;
}
.BgClassName
{
background-color: #E481C2;
}
</style>
border-color css
<style>
span { border-color: #E481C2; }
span { border-color: rgb(228,129,194); }
td.TdClassName
{
border-color: #E481C2;
}
.TagClassName
{
border-color: #E481C2;
}
</style>