Shades of Tea Rose #EA78C9
Tints of Tea Rose #EA78C9
RGB
CMYK
RGB Variations
Color information
#EA78C9 (or 0xEA78C9) is known color: Tea Rose. HEX triplet: EA, 78 and C9. RGB value is (234,120,201). Sum of RGB (Red+Green+Blue) = 234+120+201=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78C9 is #158736. Grayscale: #A3A3A3. Windows color (decimal): -1410871 or 13203690. OLE color: 13203690.
HSL color Cylindrical-coordinate representation of color #EA78C9: hue angle of 317.37º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA78C9 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 201 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.08 |
| HSL | 317.37º | 0.73% | 0.69% | - |
| HSV(B) | 317.37º | 0.49% | 0.92% | - |
| XYZ | 51.19 | 35.14 | 59.34 | - |
| YUV | 163.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 201 | 0 | 0.49 | 0.14 | 0.08 | 317.37 | 0.73 | 0.69 |
| Hex | EA | 78 | C9 | 0 | 31 | E | 8 | 13D | 49 | 45 |
| Octal | 352 | 170 | 311 | 0 | 61 | 16 | 10 | 475 | 111 | 105 |
| Binary | 11101010 | 1111000 | 11001001 | 0 | 110001 | 1110 | 1000 | 100111101 | 1001001 | 1000101 |
Color Harmonies of #EA78C9
Complementary color
Monochromatic Colors of #EA78C9
Black with #EA78C9
Text Example
Text Example
White with #EA78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA78C9; }
p { color: rgb(234,120,201); }
H1.HeaderClassName
{
color: #EA78C9;
}
.AnyTagClassName
{
color: #EA78C9;
}
</style>
background-color css
<style>
a { background-color: #EA78C9; }
a { background-color: rgb(234,120,201); }
div.DivClassName
{
background-color: #EA78C9;
}
.BgClassName
{
background-color: #EA78C9;
}
</style>
border-color css
<style>
span { border-color: #EA78C9; }
span { border-color: rgb(234,120,201); }
td.TdClassName
{
border-color: #EA78C9;
}
.TagClassName
{
border-color: #EA78C9;
}
</style>