Shades of Tea Rose #FF7EC4
Tints of Tea Rose #FF7EC4
RGB
CMYK
RGB Variations
Color information
#FF7EC4 (or 0xFF7EC4) is known color: Tea Rose. HEX triplet: FF, 7E and C4. RGB value is (255,126,196). Sum of RGB (Red+Green+Blue) = 255+126+196=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EC4 is #00813B. Grayscale: #ACACAC. Windows color (decimal): -33084 or 12877567. OLE color: 12877567.
HSL color Cylindrical-coordinate representation of color #FF7EC4: hue angle of 327.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7EC4 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 196 | - |
| CMYK | 0 | 0.51 | 0.23 | 0 |
| HSL | 327.44º | 1% | 0.75% | - |
| HSV(B) | 327.44º | 0.51% | 1% | - |
| XYZ | 58.66 | 40.17 | 56.89 | - |
| YUV | 172.55 | 141.24 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 196 | 0 | 0.51 | 0.23 | 0 | 327.44 | 1 | 0.75 |
| Hex | FF | 7E | C4 | 0 | 33 | 17 | 0 | 147 | 64 | 4B |
| Octal | 377 | 176 | 304 | 0 | 63 | 27 | 0 | 507 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11000100 | 0 | 110011 | 10111 | 0 | 101000111 | 1100100 | 1001011 |
Color Harmonies of #FF7EC4
Complementary color
Monochromatic Colors of #FF7EC4
Black with #FF7EC4
Text Example
Text Example
White with #FF7EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7EC4; }
p { color: rgb(255,126,196); }
H1.HeaderClassName
{
color: #FF7EC4;
}
.AnyTagClassName
{
color: #FF7EC4;
}
</style>
background-color css
<style>
a { background-color: #FF7EC4; }
a { background-color: rgb(255,126,196); }
div.DivClassName
{
background-color: #FF7EC4;
}
.BgClassName
{
background-color: #FF7EC4;
}
</style>
border-color css
<style>
span { border-color: #FF7EC4; }
span { border-color: rgb(255,126,196); }
td.TdClassName
{
border-color: #FF7EC4;
}
.TagClassName
{
border-color: #FF7EC4;
}
</style>