Shades of Tea Rose #EA78CA
Tints of Tea Rose #EA78CA
RGB
CMYK
RGB Variations
Color information
#EA78CA (or 0xEA78CA) is known color: Tea Rose. HEX triplet: EA, 78 and CA. RGB value is (234,120,202). Sum of RGB (Red+Green+Blue) = 234+120+202=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA78CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA78CA is #158735. Grayscale: #A3A3A3. Windows color (decimal): -1410870 or 13269226. OLE color: 13269226.
HSL color Cylindrical-coordinate representation of color #EA78CA: hue angle of 316.84º 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 #EA78CA is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 202 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.08 |
| HSL | 316.84º | 0.73% | 0.69% | - |
| HSV(B) | 316.84º | 0.49% | 0.92% | - |
| XYZ | 51.31 | 35.19 | 59.97 | - |
| YUV | 163.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 202 | 0 | 0.49 | 0.14 | 0.08 | 316.84 | 0.73 | 0.69 |
| Hex | EA | 78 | CA | 0 | 31 | E | 8 | 13D | 49 | 45 |
| Octal | 352 | 170 | 312 | 0 | 61 | 16 | 10 | 475 | 111 | 105 |
| Binary | 11101010 | 1111000 | 11001010 | 0 | 110001 | 1110 | 1000 | 100111101 | 1001001 | 1000101 |
Color Harmonies of #EA78CA
Complementary color
Monochromatic Colors of #EA78CA
Black with #EA78CA
Text Example
Text Example
White with #EA78CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA78CA; }
p { color: rgb(234,120,202); }
H1.HeaderClassName
{
color: #EA78CA;
}
.AnyTagClassName
{
color: #EA78CA;
}
</style>
background-color css
<style>
a { background-color: #EA78CA; }
a { background-color: rgb(234,120,202); }
div.DivClassName
{
background-color: #EA78CA;
}
.BgClassName
{
background-color: #EA78CA;
}
</style>
border-color css
<style>
span { border-color: #EA78CA; }
span { border-color: rgb(234,120,202); }
td.TdClassName
{
border-color: #EA78CA;
}
.TagClassName
{
border-color: #EA78CA;
}
</style>