Shades of Tea Rose #EC7DCC
Tints of Tea Rose #EC7DCC
RGB
CMYK
RGB Variations
Color information
#EC7DCC (or 0xEC7DCC) is known color: Tea Rose. HEX triplet: EC, 7D and CC. RGB value is (236,125,204). Sum of RGB (Red+Green+Blue) = 236+125+204=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC7DCC is #138233. Grayscale: #A6A6A6. Windows color (decimal): -1278516 or 13401580. OLE color: 13401580.
HSL color Cylindrical-coordinate representation of color #EC7DCC: hue angle of 317.3º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7DCC is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 204 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.07 |
| HSL | 317.3º | 0.74% | 0.71% | - |
| HSV(B) | 317.3º | 0.47% | 0.93% | - |
| XYZ | 52.82 | 36.86 | 61.46 | - |
| YUV | 167.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 204 | 0 | 0.47 | 0.14 | 0.07 | 317.3 | 0.74 | 0.71 |
| Hex | EC | 7D | CC | 0 | 2F | E | 7 | 13D | 4A | 47 |
| Octal | 354 | 175 | 314 | 0 | 57 | 16 | 7 | 475 | 112 | 107 |
| Binary | 11101100 | 1111101 | 11001100 | 0 | 101111 | 1110 | 111 | 100111101 | 1001010 | 1000111 |
Color Harmonies of #EC7DCC
Complementary color
Monochromatic Colors of #EC7DCC
Black with #EC7DCC
Text Example
Text Example
White with #EC7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7DCC; }
p { color: rgb(236,125,204); }
H1.HeaderClassName
{
color: #EC7DCC;
}
.AnyTagClassName
{
color: #EC7DCC;
}
</style>
background-color css
<style>
a { background-color: #EC7DCC; }
a { background-color: rgb(236,125,204); }
div.DivClassName
{
background-color: #EC7DCC;
}
.BgClassName
{
background-color: #EC7DCC;
}
</style>
border-color css
<style>
span { border-color: #EC7DCC; }
span { border-color: rgb(236,125,204); }
td.TdClassName
{
border-color: #EC7DCC;
}
.TagClassName
{
border-color: #EC7DCC;
}
</style>