Shades of Tea Rose #EE80CA
Tints of Tea Rose #EE80CA
RGB
CMYK
RGB Variations
Color information
#EE80CA (or 0xEE80CA) is known color: Tea Rose. HEX triplet: EE, 80 and CA. RGB value is (238,128,202). Sum of RGB (Red+Green+Blue) = 238+128+202=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80CA is #117F35. Grayscale: #A9A9A9. Windows color (decimal): -1146678 or 13271278. OLE color: 13271278.
HSL color Cylindrical-coordinate representation of color #EE80CA: hue angle of 319.64º 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 #EE80CA is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 202 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.07 |
| HSL | 319.64º | 0.76% | 0.72% | - |
| HSV(B) | 319.64º | 0.46% | 0.93% | - |
| XYZ | 53.64 | 37.88 | 60.36 | - |
| YUV | 169.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 202 | 0 | 0.46 | 0.15 | 0.07 | 319.64 | 0.76 | 0.72 |
| Hex | EE | 80 | CA | 0 | 2E | F | 7 | 140 | 4C | 48 |
| Octal | 356 | 200 | 312 | 0 | 56 | 17 | 7 | 500 | 114 | 110 |
| Binary | 11101110 | 10000000 | 11001010 | 0 | 101110 | 1111 | 111 | 101000000 | 1001100 | 1001000 |
Color Harmonies of #EE80CA
Complementary color
Monochromatic Colors of #EE80CA
Black with #EE80CA
Text Example
Text Example
White with #EE80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80CA; }
p { color: rgb(238,128,202); }
H1.HeaderClassName
{
color: #EE80CA;
}
.AnyTagClassName
{
color: #EE80CA;
}
</style>
background-color css
<style>
a { background-color: #EE80CA; }
a { background-color: rgb(238,128,202); }
div.DivClassName
{
background-color: #EE80CA;
}
.BgClassName
{
background-color: #EE80CA;
}
</style>
border-color css
<style>
span { border-color: #EE80CA; }
span { border-color: rgb(238,128,202); }
td.TdClassName
{
border-color: #EE80CA;
}
.TagClassName
{
border-color: #EE80CA;
}
</style>