Shades of Tea Rose #EF80CA
Tints of Tea Rose #EF80CA
RGB
CMYK
RGB Variations
Color information
#EF80CA (or 0xEF80CA) is known color: Tea Rose. HEX triplet: EF, 80 and CA. RGB value is (239,128,202). Sum of RGB (Red+Green+Blue) = 239+128+202=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80CA is #107F35. Grayscale: #A9A9A9. Windows color (decimal): -1081142 or 13271279. OLE color: 13271279.
HSL color Cylindrical-coordinate representation of color #EF80CA: hue angle of 320º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF80CA is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 202 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.06 |
| HSL | 320º | 0.78% | 0.72% | - |
| HSV(B) | 320º | 0.46% | 0.94% | - |
| XYZ | 53.98 | 38.05 | 60.38 | - |
| YUV | 169.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 202 | 0 | 0.46 | 0.15 | 0.06 | 320 | 0.78 | 0.72 |
| Hex | EF | 80 | CA | 0 | 2E | F | 6 | 140 | 4E | 48 |
| Octal | 357 | 200 | 312 | 0 | 56 | 17 | 6 | 500 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11001010 | 0 | 101110 | 1111 | 110 | 101000000 | 1001110 | 1001000 |
Color Harmonies of #EF80CA
Complementary color
Monochromatic Colors of #EF80CA
Black with #EF80CA
Text Example
Text Example
White with #EF80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80CA; }
p { color: rgb(239,128,202); }
H1.HeaderClassName
{
color: #EF80CA;
}
.AnyTagClassName
{
color: #EF80CA;
}
</style>
background-color css
<style>
a { background-color: #EF80CA; }
a { background-color: rgb(239,128,202); }
div.DivClassName
{
background-color: #EF80CA;
}
.BgClassName
{
background-color: #EF80CA;
}
</style>
border-color css
<style>
span { border-color: #EF80CA; }
span { border-color: rgb(239,128,202); }
td.TdClassName
{
border-color: #EF80CA;
}
.TagClassName
{
border-color: #EF80CA;
}
</style>