Shades of Tea Rose #EA7ECC
Tints of Tea Rose #EA7ECC
RGB
CMYK
RGB Variations
Color information
#EA7ECC (or 0xEA7ECC) is known color: Tea Rose. HEX triplet: EA, 7E and CC. RGB value is (234,126,204). Sum of RGB (Red+Green+Blue) = 234+126+204=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ECC is #158133. Grayscale: #A6A6A6. Windows color (decimal): -1409332 or 13401834. OLE color: 13401834.
HSL color Cylindrical-coordinate representation of color #EA7ECC: hue angle of 316.67º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7ECC is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 204 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.08 |
| HSL | 316.67º | 0.72% | 0.71% | - |
| HSV(B) | 316.67º | 0.46% | 0.92% | - |
| XYZ | 52.29 | 36.77 | 61.47 | - |
| YUV | 167.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 204 | 0 | 0.46 | 0.13 | 0.08 | 316.67 | 0.72 | 0.71 |
| Hex | EA | 7E | CC | 0 | 2E | D | 8 | 13D | 48 | 47 |
| Octal | 352 | 176 | 314 | 0 | 56 | 15 | 10 | 475 | 110 | 107 |
| Binary | 11101010 | 1111110 | 11001100 | 0 | 101110 | 1101 | 1000 | 100111101 | 1001000 | 1000111 |
Color Harmonies of #EA7ECC
Complementary color
Monochromatic Colors of #EA7ECC
Black with #EA7ECC
Text Example
Text Example
White with #EA7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7ECC; }
p { color: rgb(234,126,204); }
H1.HeaderClassName
{
color: #EA7ECC;
}
.AnyTagClassName
{
color: #EA7ECC;
}
</style>
background-color css
<style>
a { background-color: #EA7ECC; }
a { background-color: rgb(234,126,204); }
div.DivClassName
{
background-color: #EA7ECC;
}
.BgClassName
{
background-color: #EA7ECC;
}
</style>
border-color css
<style>
span { border-color: #EA7ECC; }
span { border-color: rgb(234,126,204); }
td.TdClassName
{
border-color: #EA7ECC;
}
.TagClassName
{
border-color: #EA7ECC;
}
</style>