Shades of Tea Rose #E380C4
Tints of Tea Rose #E380C4
RGB
CMYK
RGB Variations
Color information
#E380C4 (or 0xE380C4) is known color: Tea Rose. HEX triplet: E3, 80 and C4. RGB value is (227,128,196). Sum of RGB (Red+Green+Blue) = 227+128+196=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E380C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380C4 is #1C7F3B. Grayscale: #A5A5A5. Windows color (decimal): -1867580 or 12878051. OLE color: 12878051.
HSL color Cylindrical-coordinate representation of color #E380C4: hue angle of 318.79º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E380C4 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 196 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.11 |
| HSL | 318.79º | 0.64% | 0.7% | - |
| HSV(B) | 318.79º | 0.44% | 0.89% | - |
| XYZ | 49.36 | 35.75 | 56.52 | - |
| YUV | 165.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 196 | 0 | 0.44 | 0.14 | 0.11 | 318.79 | 0.64 | 0.7 |
| Hex | E3 | 80 | C4 | 0 | 2C | E | B | 13F | 40 | 46 |
| Octal | 343 | 200 | 304 | 0 | 54 | 16 | 13 | 477 | 100 | 106 |
| Binary | 11100011 | 10000000 | 11000100 | 0 | 101100 | 1110 | 1011 | 100111111 | 1000000 | 1000110 |
Color Harmonies of #E380C4
Complementary color
Monochromatic Colors of #E380C4
Black with #E380C4
Text Example
Text Example
White with #E380C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380C4; }
p { color: rgb(227,128,196); }
H1.HeaderClassName
{
color: #E380C4;
}
.AnyTagClassName
{
color: #E380C4;
}
</style>
background-color css
<style>
a { background-color: #E380C4; }
a { background-color: rgb(227,128,196); }
div.DivClassName
{
background-color: #E380C4;
}
.BgClassName
{
background-color: #E380C4;
}
</style>
border-color css
<style>
span { border-color: #E380C4; }
span { border-color: rgb(227,128,196); }
td.TdClassName
{
border-color: #E380C4;
}
.TagClassName
{
border-color: #E380C4;
}
</style>