Shades of Tea Rose #E384C2
Tints of Tea Rose #E384C2
RGB
CMYK
RGB Variations
Color information
#E384C2 (or 0xE384C2) is known color: Tea Rose. HEX triplet: E3, 84 and C2. RGB value is (227,132,194). Sum of RGB (Red+Green+Blue) = 227+132+194=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E384C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384C2 is #1C7B3D. Grayscale: #A7A7A7. Windows color (decimal): -1866558 or 12748003. OLE color: 12748003.
HSL color Cylindrical-coordinate representation of color #E384C2: hue angle of 320.84º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E384C2 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 194 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.11 |
| HSL | 320.84º | 0.63% | 0.7% | - |
| HSV(B) | 320.84º | 0.42% | 0.89% | - |
| XYZ | 49.67 | 36.73 | 55.51 | - |
| YUV | 167.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 194 | 0 | 0.42 | 0.15 | 0.11 | 320.84 | 0.63 | 0.7 |
| Hex | E3 | 84 | C2 | 0 | 2A | F | B | 141 | 3F | 46 |
| Octal | 343 | 204 | 302 | 0 | 52 | 17 | 13 | 501 | 77 | 106 |
| Binary | 11100011 | 10000100 | 11000010 | 0 | 101010 | 1111 | 1011 | 101000001 | 111111 | 1000110 |
Color Harmonies of #E384C2
Complementary color
Monochromatic Colors of #E384C2
Black with #E384C2
Text Example
Text Example
White with #E384C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E384C2; }
p { color: rgb(227,132,194); }
H1.HeaderClassName
{
color: #E384C2;
}
.AnyTagClassName
{
color: #E384C2;
}
</style>
background-color css
<style>
a { background-color: #E384C2; }
a { background-color: rgb(227,132,194); }
div.DivClassName
{
background-color: #E384C2;
}
.BgClassName
{
background-color: #E384C2;
}
</style>
border-color css
<style>
span { border-color: #E384C2; }
span { border-color: rgb(227,132,194); }
td.TdClassName
{
border-color: #E384C2;
}
.TagClassName
{
border-color: #E384C2;
}
</style>