Shades of Tea Rose #ED7FCC
Tints of Tea Rose #ED7FCC
RGB
CMYK
RGB Variations
Color information
#ED7FCC (or 0xED7FCC) is known color: Tea Rose. HEX triplet: ED, 7F and CC. RGB value is (237,127,204). Sum of RGB (Red+Green+Blue) = 237+127+204=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FCC is #128033. Grayscale: #A8A8A8. Windows color (decimal): -1212468 or 13402093. OLE color: 13402093.
HSL color Cylindrical-coordinate representation of color #ED7FCC: hue angle of 318º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED7FCC is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 204 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.07 |
| HSL | 318º | 0.75% | 0.71% | - |
| HSV(B) | 318º | 0.46% | 0.93% | - |
| XYZ | 53.41 | 37.54 | 61.56 | - |
| YUV | 168.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 204 | 0 | 0.46 | 0.14 | 0.07 | 318 | 0.75 | 0.71 |
| Hex | ED | 7F | CC | 0 | 2E | E | 7 | 13E | 4B | 47 |
| Octal | 355 | 177 | 314 | 0 | 56 | 16 | 7 | 476 | 113 | 107 |
| Binary | 11101101 | 1111111 | 11001100 | 0 | 101110 | 1110 | 111 | 100111110 | 1001011 | 1000111 |
Color Harmonies of #ED7FCC
Complementary color
Monochromatic Colors of #ED7FCC
Black with #ED7FCC
Text Example
Text Example
White with #ED7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7FCC; }
p { color: rgb(237,127,204); }
H1.HeaderClassName
{
color: #ED7FCC;
}
.AnyTagClassName
{
color: #ED7FCC;
}
</style>
background-color css
<style>
a { background-color: #ED7FCC; }
a { background-color: rgb(237,127,204); }
div.DivClassName
{
background-color: #ED7FCC;
}
.BgClassName
{
background-color: #ED7FCC;
}
</style>
border-color css
<style>
span { border-color: #ED7FCC; }
span { border-color: rgb(237,127,204); }
td.TdClassName
{
border-color: #ED7FCC;
}
.TagClassName
{
border-color: #ED7FCC;
}
</style>