Shades of Tea Rose #EA7FC8
Tints of Tea Rose #EA7FC8
RGB
CMYK
RGB Variations
Color information
#EA7FC8 (or 0xEA7FC8) is known color: Tea Rose. HEX triplet: EA, 7F and C8. RGB value is (234,127,200). Sum of RGB (Red+Green+Blue) = 234+127+200=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7FC8 is #158037. Grayscale: #A7A7A7. Windows color (decimal): -1409080 or 13139946. OLE color: 13139946.
HSL color Cylindrical-coordinate representation of color #EA7FC8: hue angle of 319.07º 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 #EA7FC8 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 127 | 200 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.08 |
| HSL | 319.07º | 0.72% | 0.71% | - |
| HSV(B) | 319.07º | 0.46% | 0.92% | - |
| XYZ | 51.95 | 36.84 | 59.02 | - |
| YUV | 167.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 200 | 0 | 0.46 | 0.15 | 0.08 | 319.07 | 0.72 | 0.71 |
| Hex | EA | 7F | C8 | 0 | 2E | F | 8 | 13F | 48 | 47 |
| Octal | 352 | 177 | 310 | 0 | 56 | 17 | 10 | 477 | 110 | 107 |
| Binary | 11101010 | 1111111 | 11001000 | 0 | 101110 | 1111 | 1000 | 100111111 | 1001000 | 1000111 |
Color Harmonies of #EA7FC8
Complementary color
Monochromatic Colors of #EA7FC8
Black with #EA7FC8
Text Example
Text Example
White with #EA7FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7FC8; }
p { color: rgb(234,127,200); }
H1.HeaderClassName
{
color: #EA7FC8;
}
.AnyTagClassName
{
color: #EA7FC8;
}
</style>
background-color css
<style>
a { background-color: #EA7FC8; }
a { background-color: rgb(234,127,200); }
div.DivClassName
{
background-color: #EA7FC8;
}
.BgClassName
{
background-color: #EA7FC8;
}
</style>
border-color css
<style>
span { border-color: #EA7FC8; }
span { border-color: rgb(234,127,200); }
td.TdClassName
{
border-color: #EA7FC8;
}
.TagClassName
{
border-color: #EA7FC8;
}
</style>