Shades of Flirt #7E2350
Tints of Flirt #7E2350
RGB
CMYK
RGB Variations
Color information
#7E2350 (or 0x7E2350) is known color: Flirt. HEX triplet: 7E, 23 and 50. RGB value is (126,35,80). Sum of RGB (Red+Green+Blue) = 126+35+80=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2350 is #81DCAF. Grayscale: #434343. Windows color (decimal): -8510640 or 5251966. OLE color: 5251966.
HSL color Cylindrical-coordinate representation of color #7E2350: hue angle of 330.33º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E2350 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 35 | 80 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.51 |
| HSL | 330.33º | 0.57% | 0.32% | - |
| HSV(B) | 330.33º | 0.72% | 0.49% | - |
| XYZ | 10.65 | 6.22 | 8.23 | - |
| YUV | 67.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 35 | 80 | 0 | 0.72 | 0.37 | 0.51 | 330.33 | 0.57 | 0.32 |
| Hex | 7E | 23 | 50 | 0 | 48 | 25 | 33 | 14A | 39 | 20 |
| Octal | 176 | 43 | 120 | 0 | 110 | 45 | 63 | 512 | 71 | 40 |
| Binary | 1111110 | 100011 | 1010000 | 0 | 1001000 | 100101 | 110011 | 101001010 | 111001 | 100000 |
Color Harmonies of #7E2350
Complementary color
Monochromatic Colors of #7E2350
Black with #7E2350
Text Example
Text Example
White with #7E2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2350; }
p { color: rgb(126,35,80); }
H1.HeaderClassName
{
color: #7E2350;
}
.AnyTagClassName
{
color: #7E2350;
}
</style>
background-color css
<style>
a { background-color: #7E2350; }
a { background-color: rgb(126,35,80); }
div.DivClassName
{
background-color: #7E2350;
}
.BgClassName
{
background-color: #7E2350;
}
</style>
border-color css
<style>
span { border-color: #7E2350; }
span { border-color: rgb(126,35,80); }
td.TdClassName
{
border-color: #7E2350;
}
.TagClassName
{
border-color: #7E2350;
}
</style>