Shades of Tea Rose #E780C4
Tints of Tea Rose #E780C4
RGB
CMYK
RGB Variations
Color information
#E780C4 (or 0xE780C4) is known color: Tea Rose. HEX triplet: E7, 80 and C4. RGB value is (231,128,196). Sum of RGB (Red+Green+Blue) = 231+128+196=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E780C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780C4 is #187F3B. Grayscale: #A6A6A6. Windows color (decimal): -1605436 or 12878055. OLE color: 12878055.
HSL color Cylindrical-coordinate representation of color #E780C4: hue angle of 320.39º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780C4 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 196 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.09 |
| HSL | 320.39º | 0.68% | 0.7% | - |
| HSV(B) | 320.39º | 0.45% | 0.91% | - |
| XYZ | 50.64 | 36.41 | 56.58 | - |
| YUV | 166.55 | 144.62 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 196 | 0 | 0.45 | 0.15 | 0.09 | 320.39 | 0.68 | 0.7 |
| Hex | E7 | 80 | C4 | 0 | 2D | F | 9 | 140 | 44 | 46 |
| Octal | 347 | 200 | 304 | 0 | 55 | 17 | 11 | 500 | 104 | 106 |
| Binary | 11100111 | 10000000 | 11000100 | 0 | 101101 | 1111 | 1001 | 101000000 | 1000100 | 1000110 |
Color Harmonies of #E780C4
Complementary color
Monochromatic Colors of #E780C4
Black with #E780C4
Text Example
Text Example
White with #E780C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E780C4; }
p { color: rgb(231,128,196); }
H1.HeaderClassName
{
color: #E780C4;
}
.AnyTagClassName
{
color: #E780C4;
}
</style>
background-color css
<style>
a { background-color: #E780C4; }
a { background-color: rgb(231,128,196); }
div.DivClassName
{
background-color: #E780C4;
}
.BgClassName
{
background-color: #E780C4;
}
</style>
border-color css
<style>
span { border-color: #E780C4; }
span { border-color: rgb(231,128,196); }
td.TdClassName
{
border-color: #E780C4;
}
.TagClassName
{
border-color: #E780C4;
}
</style>