Shades of Tea Rose #E481C3
Tints of Tea Rose #E481C3
RGB
CMYK
RGB Variations
Color information
#E481C3 (or 0xE481C3) is known color: Tea Rose. HEX triplet: E4, 81 and C3. RGB value is (228,129,195). Sum of RGB (Red+Green+Blue) = 228+129+195=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E481C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E481C3 is #1B7E3C. Grayscale: #A5A5A5. Windows color (decimal): -1801789 or 12812772. OLE color: 12812772.
HSL color Cylindrical-coordinate representation of color #E481C3: hue angle of 320º 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 #E481C3 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 129 | 195 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.11 |
| HSL | 320º | 0.65% | 0.7% | - |
| HSV(B) | 320º | 0.43% | 0.89% | - |
| XYZ | 49.7 | 36.13 | 55.99 | - |
| YUV | 166.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 129 | 195 | 0 | 0.43 | 0.14 | 0.11 | 320 | 0.65 | 0.7 |
| Hex | E4 | 81 | C3 | 0 | 2B | E | B | 140 | 41 | 46 |
| Octal | 344 | 201 | 303 | 0 | 53 | 16 | 13 | 500 | 101 | 106 |
| Binary | 11100100 | 10000001 | 11000011 | 0 | 101011 | 1110 | 1011 | 101000000 | 1000001 | 1000110 |
Color Harmonies of #E481C3
Complementary color
Monochromatic Colors of #E481C3
Black with #E481C3
Text Example
Text Example
White with #E481C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E481C3; }
p { color: rgb(228,129,195); }
H1.HeaderClassName
{
color: #E481C3;
}
.AnyTagClassName
{
color: #E481C3;
}
</style>
background-color css
<style>
a { background-color: #E481C3; }
a { background-color: rgb(228,129,195); }
div.DivClassName
{
background-color: #E481C3;
}
.BgClassName
{
background-color: #E481C3;
}
</style>
border-color css
<style>
span { border-color: #E481C3; }
span { border-color: rgb(228,129,195); }
td.TdClassName
{
border-color: #E481C3;
}
.TagClassName
{
border-color: #E481C3;
}
</style>