Shades of Flirt #7E2C50
Tints of Flirt #7E2C50
RGB
CMYK
RGB Variations
Color information
#7E2C50 (or 0x7E2C50) is known color: Flirt. HEX triplet: 7E, 2C and 50. RGB value is (126,44,80). Sum of RGB (Red+Green+Blue) = 126+44+80=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2C50 is #81D3AF. Grayscale: #484848. Windows color (decimal): -8508336 or 5254270. OLE color: 5254270.
HSL color Cylindrical-coordinate representation of color #7E2C50: hue angle of 333.66º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E2C50 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 44 | 80 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.51 |
| HSL | 333.66º | 0.48% | 0.33% | - |
| HSV(B) | 333.66º | 0.65% | 0.49% | - |
| XYZ | 10.95 | 6.82 | 8.33 | - |
| YUV | 72.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 80 | 0 | 0.65 | 0.37 | 0.51 | 333.66 | 0.48 | 0.33 |
| Hex | 7E | 2C | 50 | 0 | 41 | 25 | 33 | 14E | 30 | 21 |
| Octal | 176 | 54 | 120 | 0 | 101 | 45 | 63 | 516 | 60 | 41 |
| Binary | 1111110 | 101100 | 1010000 | 0 | 1000001 | 100101 | 110011 | 101001110 | 110000 | 100001 |
Color Harmonies of #7E2C50
Complementary color
Monochromatic Colors of #7E2C50
Black with #7E2C50
Text Example
Text Example
White with #7E2C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2C50; }
p { color: rgb(126,44,80); }
H1.HeaderClassName
{
color: #7E2C50;
}
.AnyTagClassName
{
color: #7E2C50;
}
</style>
background-color css
<style>
a { background-color: #7E2C50; }
a { background-color: rgb(126,44,80); }
div.DivClassName
{
background-color: #7E2C50;
}
.BgClassName
{
background-color: #7E2C50;
}
</style>
border-color css
<style>
span { border-color: #7E2C50; }
span { border-color: rgb(126,44,80); }
td.TdClassName
{
border-color: #7E2C50;
}
.TagClassName
{
border-color: #7E2C50;
}
</style>