Shades of Tea Rose #EA80CC
Tints of Tea Rose #EA80CC
RGB
CMYK
RGB Variations
Color information
#EA80CC (or 0xEA80CC) is known color: Tea Rose. HEX triplet: EA, 80 and CC. RGB value is (234,128,204). Sum of RGB (Red+Green+Blue) = 234+128+204=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA80CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA80CC is #157F33. Grayscale: #A8A8A8. Windows color (decimal): -1408820 or 13402346. OLE color: 13402346.
HSL color Cylindrical-coordinate representation of color #EA80CC: hue angle of 316.98º 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 #EA80CC is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 204 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.08 |
| HSL | 316.98º | 0.72% | 0.71% | - |
| HSV(B) | 316.98º | 0.45% | 0.92% | - |
| XYZ | 52.55 | 37.29 | 61.55 | - |
| YUV | 168.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 204 | 0 | 0.45 | 0.13 | 0.08 | 316.98 | 0.72 | 0.71 |
| Hex | EA | 80 | CC | 0 | 2D | D | 8 | 13D | 48 | 47 |
| Octal | 352 | 200 | 314 | 0 | 55 | 15 | 10 | 475 | 110 | 107 |
| Binary | 11101010 | 10000000 | 11001100 | 0 | 101101 | 1101 | 1000 | 100111101 | 1001000 | 1000111 |
Color Harmonies of #EA80CC
Complementary color
Monochromatic Colors of #EA80CC
Black with #EA80CC
Text Example
Text Example
White with #EA80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80CC; }
p { color: rgb(234,128,204); }
H1.HeaderClassName
{
color: #EA80CC;
}
.AnyTagClassName
{
color: #EA80CC;
}
</style>
background-color css
<style>
a { background-color: #EA80CC; }
a { background-color: rgb(234,128,204); }
div.DivClassName
{
background-color: #EA80CC;
}
.BgClassName
{
background-color: #EA80CC;
}
</style>
border-color css
<style>
span { border-color: #EA80CC; }
span { border-color: rgb(234,128,204); }
td.TdClassName
{
border-color: #EA80CC;
}
.TagClassName
{
border-color: #EA80CC;
}
</style>