Shades of Tea Rose #E381C8
Tints of Tea Rose #E381C8
RGB
CMYK
RGB Variations
Color information
#E381C8 (or 0xE381C8) is known color: Tea Rose. HEX triplet: E3, 81 and C8. RGB value is (227,129,200). Sum of RGB (Red+Green+Blue) = 227+129+200=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E381C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381C8 is #1C7E37. Grayscale: #A6A6A6. Windows color (decimal): -1867320 or 13140451. OLE color: 13140451.
HSL color Cylindrical-coordinate representation of color #E381C8: hue angle of 316.53º 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 #E381C8 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 200 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.11 |
| HSL | 316.53º | 0.64% | 0.7% | - |
| HSV(B) | 316.53º | 0.43% | 0.89% | - |
| XYZ | 49.95 | 36.2 | 59 | - |
| YUV | 166.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 200 | 0 | 0.43 | 0.12 | 0.11 | 316.53 | 0.64 | 0.7 |
| Hex | E3 | 81 | C8 | 0 | 2B | C | B | 13D | 40 | 46 |
| Octal | 343 | 201 | 310 | 0 | 53 | 14 | 13 | 475 | 100 | 106 |
| Binary | 11100011 | 10000001 | 11001000 | 0 | 101011 | 1100 | 1011 | 100111101 | 1000000 | 1000110 |
Color Harmonies of #E381C8
Complementary color
Monochromatic Colors of #E381C8
Black with #E381C8
Text Example
Text Example
White with #E381C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381C8; }
p { color: rgb(227,129,200); }
H1.HeaderClassName
{
color: #E381C8;
}
.AnyTagClassName
{
color: #E381C8;
}
</style>
background-color css
<style>
a { background-color: #E381C8; }
a { background-color: rgb(227,129,200); }
div.DivClassName
{
background-color: #E381C8;
}
.BgClassName
{
background-color: #E381C8;
}
</style>
border-color css
<style>
span { border-color: #E381C8; }
span { border-color: rgb(227,129,200); }
td.TdClassName
{
border-color: #E381C8;
}
.TagClassName
{
border-color: #E381C8;
}
</style>