Shades of Tea Rose #ED80C7
Tints of Tea Rose #ED80C7
RGB
CMYK
RGB Variations
Color information
#ED80C7 (or 0xED80C7) is known color: Tea Rose. HEX triplet: ED, 80 and C7. RGB value is (237,128,199). Sum of RGB (Red+Green+Blue) = 237+128+199=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80C7 is #127F38. Grayscale: #A8A8A8. Windows color (decimal): -1212217 or 13074669. OLE color: 13074669.
HSL color Cylindrical-coordinate representation of color #ED80C7: hue angle of 320.92º degrees, saturation: 0.75, 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 #ED80C7 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 199 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.07 |
| HSL | 320.92º | 0.75% | 0.72% | - |
| HSV(B) | 320.92º | 0.46% | 0.93% | - |
| XYZ | 52.95 | 37.57 | 58.49 | - |
| YUV | 168.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 199 | 0 | 0.46 | 0.16 | 0.07 | 320.92 | 0.75 | 0.72 |
| Hex | ED | 80 | C7 | 0 | 2E | 10 | 7 | 141 | 4B | 48 |
| Octal | 355 | 200 | 307 | 0 | 56 | 20 | 7 | 501 | 113 | 110 |
| Binary | 11101101 | 10000000 | 11000111 | 0 | 101110 | 10000 | 111 | 101000001 | 1001011 | 1001000 |
Color Harmonies of #ED80C7
Complementary color
Monochromatic Colors of #ED80C7
Black with #ED80C7
Text Example
Text Example
White with #ED80C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80C7; }
p { color: rgb(237,128,199); }
H1.HeaderClassName
{
color: #ED80C7;
}
.AnyTagClassName
{
color: #ED80C7;
}
</style>
background-color css
<style>
a { background-color: #ED80C7; }
a { background-color: rgb(237,128,199); }
div.DivClassName
{
background-color: #ED80C7;
}
.BgClassName
{
background-color: #ED80C7;
}
</style>
border-color css
<style>
span { border-color: #ED80C7; }
span { border-color: rgb(237,128,199); }
td.TdClassName
{
border-color: #ED80C7;
}
.TagClassName
{
border-color: #ED80C7;
}
</style>