Shades of Tea Rose #FF7EC3
Tints of Tea Rose #FF7EC3
RGB
CMYK
RGB Variations
Color information
#FF7EC3 (or 0xFF7EC3) is known color: Tea Rose. HEX triplet: FF, 7E and C3. RGB value is (255,126,195). Sum of RGB (Red+Green+Blue) = 255+126+195=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EC3 is #00813C. Grayscale: #ACACAC. Windows color (decimal): -33085 or 12812031. OLE color: 12812031.
HSL color Cylindrical-coordinate representation of color #FF7EC3: hue angle of 327.91º 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 #FF7EC3 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 195 | - |
| CMYK | 0 | 0.51 | 0.24 | 0 |
| HSL | 327.91º | 1% | 0.75% | - |
| HSV(B) | 327.91º | 0.51% | 1% | - |
| XYZ | 58.55 | 40.12 | 56.29 | - |
| YUV | 172.44 | 140.74 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 195 | 0 | 0.51 | 0.24 | 0 | 327.91 | 1 | 0.75 |
| Hex | FF | 7E | C3 | 0 | 33 | 18 | 0 | 148 | 64 | 4B |
| Octal | 377 | 176 | 303 | 0 | 63 | 30 | 0 | 510 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11000011 | 0 | 110011 | 11000 | 0 | 101001000 | 1100100 | 1001011 |
Color Harmonies of #FF7EC3
Complementary color
Monochromatic Colors of #FF7EC3
Black with #FF7EC3
Text Example
Text Example
White with #FF7EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7EC3; }
p { color: rgb(255,126,195); }
H1.HeaderClassName
{
color: #FF7EC3;
}
.AnyTagClassName
{
color: #FF7EC3;
}
</style>
background-color css
<style>
a { background-color: #FF7EC3; }
a { background-color: rgb(255,126,195); }
div.DivClassName
{
background-color: #FF7EC3;
}
.BgClassName
{
background-color: #FF7EC3;
}
</style>
border-color css
<style>
span { border-color: #FF7EC3; }
span { border-color: rgb(255,126,195); }
td.TdClassName
{
border-color: #FF7EC3;
}
.TagClassName
{
border-color: #FF7EC3;
}
</style>