Shades of Tea Rose #ED80C6
Tints of Tea Rose #ED80C6
RGB
CMYK
RGB Variations
Color information
#ED80C6 (or 0xED80C6) is known color: Tea Rose. HEX triplet: ED, 80 and C6. RGB value is (237,128,198). Sum of RGB (Red+Green+Blue) = 237+128+198=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80C6 is #127F39. Grayscale: #A8A8A8. Windows color (decimal): -1212218 or 13009133. OLE color: 13009133.
HSL color Cylindrical-coordinate representation of color #ED80C6: hue angle of 321.47º 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 #ED80C6 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 198 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.07 |
| HSL | 321.47º | 0.75% | 0.72% | - |
| HSV(B) | 321.47º | 0.46% | 0.93% | - |
| XYZ | 52.84 | 37.52 | 57.88 | - |
| YUV | 168.57 | 144.61 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 198 | 0 | 0.46 | 0.16 | 0.07 | 321.47 | 0.75 | 0.72 |
| Hex | ED | 80 | C6 | 0 | 2E | 10 | 7 | 141 | 4B | 48 |
| Octal | 355 | 200 | 306 | 0 | 56 | 20 | 7 | 501 | 113 | 110 |
| Binary | 11101101 | 10000000 | 11000110 | 0 | 101110 | 10000 | 111 | 101000001 | 1001011 | 1001000 |
Color Harmonies of #ED80C6
Complementary color
Monochromatic Colors of #ED80C6
Black with #ED80C6
Text Example
Text Example
White with #ED80C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80C6; }
p { color: rgb(237,128,198); }
H1.HeaderClassName
{
color: #ED80C6;
}
.AnyTagClassName
{
color: #ED80C6;
}
</style>
background-color css
<style>
a { background-color: #ED80C6; }
a { background-color: rgb(237,128,198); }
div.DivClassName
{
background-color: #ED80C6;
}
.BgClassName
{
background-color: #ED80C6;
}
</style>
border-color css
<style>
span { border-color: #ED80C6; }
span { border-color: rgb(237,128,198); }
td.TdClassName
{
border-color: #ED80C6;
}
.TagClassName
{
border-color: #ED80C6;
}
</style>