Shades of Tea Rose #EE80CC
Tints of Tea Rose #EE80CC
RGB
CMYK
RGB Variations
Color information
#EE80CC (or 0xEE80CC) is known color: Tea Rose. HEX triplet: EE, 80 and CC. RGB value is (238,128,204). Sum of RGB (Red+Green+Blue) = 238+128+204=570 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.75% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80CC is #117F33. Grayscale: #A9A9A9. Windows color (decimal): -1146676 or 13402350. OLE color: 13402350.
HSL color Cylindrical-coordinate representation of color #EE80CC: hue angle of 318.55º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80CC is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 204 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.07 |
| HSL | 318.55º | 0.76% | 0.72% | - |
| HSV(B) | 318.55º | 0.46% | 0.93% | - |
| XYZ | 53.88 | 37.98 | 61.62 | - |
| YUV | 169.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 204 | 0 | 0.46 | 0.14 | 0.07 | 318.55 | 0.76 | 0.72 |
| Hex | EE | 80 | CC | 0 | 2E | E | 7 | 13F | 4C | 48 |
| Octal | 356 | 200 | 314 | 0 | 56 | 16 | 7 | 477 | 114 | 110 |
| Binary | 11101110 | 10000000 | 11001100 | 0 | 101110 | 1110 | 111 | 100111111 | 1001100 | 1001000 |
Color Harmonies of #EE80CC
Complementary color
Monochromatic Colors of #EE80CC
Black with #EE80CC
Text Example
Text Example
White with #EE80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80CC; }
p { color: rgb(238,128,204); }
H1.HeaderClassName
{
color: #EE80CC;
}
.AnyTagClassName
{
color: #EE80CC;
}
</style>
background-color css
<style>
a { background-color: #EE80CC; }
a { background-color: rgb(238,128,204); }
div.DivClassName
{
background-color: #EE80CC;
}
.BgClassName
{
background-color: #EE80CC;
}
</style>
border-color css
<style>
span { border-color: #EE80CC; }
span { border-color: rgb(238,128,204); }
td.TdClassName
{
border-color: #EE80CC;
}
.TagClassName
{
border-color: #EE80CC;
}
</style>