Shades of Tea Rose #E381C7
Tints of Tea Rose #E381C7
RGB
CMYK
RGB Variations
Color information
#E381C7 (or 0xE381C7) is known color: Tea Rose. HEX triplet: E3, 81 and C7. RGB value is (227,129,199). Sum of RGB (Red+Green+Blue) = 227+129+199=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E381C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E381C7 is #1C7E38. Grayscale: #A6A6A6. Windows color (decimal): -1867321 or 13074915. OLE color: 13074915.
HSL color Cylindrical-coordinate representation of color #E381C7: hue angle of 317.14º 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 #E381C7 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 199 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.11 |
| HSL | 317.14º | 0.64% | 0.7% | - |
| HSV(B) | 317.14º | 0.43% | 0.89% | - |
| XYZ | 49.84 | 36.15 | 58.38 | - |
| YUV | 166.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 199 | 0 | 0.43 | 0.12 | 0.11 | 317.14 | 0.64 | 0.7 |
| Hex | E3 | 81 | C7 | 0 | 2B | C | B | 13D | 40 | 46 |
| Octal | 343 | 201 | 307 | 0 | 53 | 14 | 13 | 475 | 100 | 106 |
| Binary | 11100011 | 10000001 | 11000111 | 0 | 101011 | 1100 | 1011 | 100111101 | 1000000 | 1000110 |
Color Harmonies of #E381C7
Complementary color
Monochromatic Colors of #E381C7
Black with #E381C7
Text Example
Text Example
White with #E381C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E381C7; }
p { color: rgb(227,129,199); }
H1.HeaderClassName
{
color: #E381C7;
}
.AnyTagClassName
{
color: #E381C7;
}
</style>
background-color css
<style>
a { background-color: #E381C7; }
a { background-color: rgb(227,129,199); }
div.DivClassName
{
background-color: #E381C7;
}
.BgClassName
{
background-color: #E381C7;
}
</style>
border-color css
<style>
span { border-color: #E381C7; }
span { border-color: rgb(227,129,199); }
td.TdClassName
{
border-color: #E381C7;
}
.TagClassName
{
border-color: #E381C7;
}
</style>