Shades of Tea Rose #EA80CA
Tints of Tea Rose #EA80CA
RGB
CMYK
RGB Variations
Color information
#EA80CA (or 0xEA80CA) is known color: Tea Rose. HEX triplet: EA, 80 and CA. RGB value is (234,128,202). Sum of RGB (Red+Green+Blue) = 234+128+202=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80CA is #157F35. Grayscale: #A7A7A7. Windows color (decimal): -1408822 or 13271274. OLE color: 13271274.
HSL color Cylindrical-coordinate representation of color #EA80CA: hue angle of 318.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA80CA is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 202 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.08 |
| HSL | 318.11º | 0.72% | 0.71% | - |
| HSV(B) | 318.11º | 0.45% | 0.92% | - |
| XYZ | 52.31 | 37.2 | 60.3 | - |
| YUV | 168.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 202 | 0 | 0.45 | 0.14 | 0.08 | 318.11 | 0.72 | 0.71 |
| Hex | EA | 80 | CA | 0 | 2D | E | 8 | 13E | 48 | 47 |
| Octal | 352 | 200 | 312 | 0 | 55 | 16 | 10 | 476 | 110 | 107 |
| Binary | 11101010 | 10000000 | 11001010 | 0 | 101101 | 1110 | 1000 | 100111110 | 1001000 | 1000111 |
Color Harmonies of #EA80CA
Complementary color
Monochromatic Colors of #EA80CA
Black with #EA80CA
Text Example
Text Example
White with #EA80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80CA; }
p { color: rgb(234,128,202); }
H1.HeaderClassName
{
color: #EA80CA;
}
.AnyTagClassName
{
color: #EA80CA;
}
</style>
background-color css
<style>
a { background-color: #EA80CA; }
a { background-color: rgb(234,128,202); }
div.DivClassName
{
background-color: #EA80CA;
}
.BgClassName
{
background-color: #EA80CA;
}
</style>
border-color css
<style>
span { border-color: #EA80CA; }
span { border-color: rgb(234,128,202); }
td.TdClassName
{
border-color: #EA80CA;
}
.TagClassName
{
border-color: #EA80CA;
}
</style>