Shades of Tea Rose #ED80C4
Tints of Tea Rose #ED80C4
RGB
CMYK
RGB Variations
Color information
#ED80C4 (or 0xED80C4) is known color: Tea Rose. HEX triplet: ED, 80 and C4. RGB value is (237,128,196). Sum of RGB (Red+Green+Blue) = 237+128+196=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80C4 is #127F3B. Grayscale: #A8A8A8. Windows color (decimal): -1212220 or 12878061. OLE color: 12878061.
HSL color Cylindrical-coordinate representation of color #ED80C4: hue angle of 322.57º 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 #ED80C4 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 196 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.07 |
| HSL | 322.57º | 0.75% | 0.72% | - |
| HSV(B) | 322.57º | 0.46% | 0.93% | - |
| XYZ | 52.61 | 37.43 | 56.68 | - |
| YUV | 168.34 | 143.61 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 196 | 0 | 0.46 | 0.17 | 0.07 | 322.57 | 0.75 | 0.72 |
| Hex | ED | 80 | C4 | 0 | 2E | 11 | 7 | 143 | 4B | 48 |
| Octal | 355 | 200 | 304 | 0 | 56 | 21 | 7 | 503 | 113 | 110 |
| Binary | 11101101 | 10000000 | 11000100 | 0 | 101110 | 10001 | 111 | 101000011 | 1001011 | 1001000 |
Color Harmonies of #ED80C4
Complementary color
Monochromatic Colors of #ED80C4
Black with #ED80C4
Text Example
Text Example
White with #ED80C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80C4; }
p { color: rgb(237,128,196); }
H1.HeaderClassName
{
color: #ED80C4;
}
.AnyTagClassName
{
color: #ED80C4;
}
</style>
background-color css
<style>
a { background-color: #ED80C4; }
a { background-color: rgb(237,128,196); }
div.DivClassName
{
background-color: #ED80C4;
}
.BgClassName
{
background-color: #ED80C4;
}
</style>
border-color css
<style>
span { border-color: #ED80C4; }
span { border-color: rgb(237,128,196); }
td.TdClassName
{
border-color: #ED80C4;
}
.TagClassName
{
border-color: #ED80C4;
}
</style>