Shades of Tea Rose #ED78C8
Tints of Tea Rose #ED78C8
RGB
CMYK
RGB Variations
Color information
#ED78C8 (or 0xED78C8) is known color: Tea Rose. HEX triplet: ED, 78 and C8. RGB value is (237,120,200). Sum of RGB (Red+Green+Blue) = 237+120+200=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED78C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED78C8 is #128737. Grayscale: #A3A3A3. Windows color (decimal): -1214264 or 13138157. OLE color: 13138157.
HSL color Cylindrical-coordinate representation of color #ED78C8: hue angle of 318.97º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED78C8 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 200 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.07 |
| HSL | 318.97º | 0.76% | 0.7% | - |
| HSV(B) | 318.97º | 0.49% | 0.93% | - |
| XYZ | 52.07 | 35.61 | 58.77 | - |
| YUV | 164.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 200 | 0 | 0.49 | 0.16 | 0.07 | 318.97 | 0.76 | 0.7 |
| Hex | ED | 78 | C8 | 0 | 31 | 10 | 7 | 13F | 4C | 46 |
| Octal | 355 | 170 | 310 | 0 | 61 | 20 | 7 | 477 | 114 | 106 |
| Binary | 11101101 | 1111000 | 11001000 | 0 | 110001 | 10000 | 111 | 100111111 | 1001100 | 1000110 |
Color Harmonies of #ED78C8
Complementary color
Monochromatic Colors of #ED78C8
Black with #ED78C8
Text Example
Text Example
White with #ED78C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED78C8; }
p { color: rgb(237,120,200); }
H1.HeaderClassName
{
color: #ED78C8;
}
.AnyTagClassName
{
color: #ED78C8;
}
</style>
background-color css
<style>
a { background-color: #ED78C8; }
a { background-color: rgb(237,120,200); }
div.DivClassName
{
background-color: #ED78C8;
}
.BgClassName
{
background-color: #ED78C8;
}
</style>
border-color css
<style>
span { border-color: #ED78C8; }
span { border-color: rgb(237,120,200); }
td.TdClassName
{
border-color: #ED78C8;
}
.TagClassName
{
border-color: #ED78C8;
}
</style>