Shades of Flirt #7E265E
Tints of Flirt #7E265E
RGB
CMYK
RGB Variations
Color information
#7E265E (or 0x7E265E) is known color: Flirt. HEX triplet: 7E, 26 and 5E. RGB value is (126,38,94). Sum of RGB (Red+Green+Blue) = 126+38+94=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E265E is #81D9A1. Grayscale: #464646. Windows color (decimal): -8509858 or 6170238. OLE color: 6170238.
HSL color Cylindrical-coordinate representation of color #7E265E: hue angle of 321.82º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E265E is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 38 | 94 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.51 |
| HSL | 321.82º | 0.54% | 0.32% | - |
| HSV(B) | 321.82º | 0.7% | 0.49% | - |
| XYZ | 11.32 | 6.63 | 11.27 | - |
| YUV | 70.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 38 | 94 | 0 | 0.70 | 0.25 | 0.51 | 321.82 | 0.54 | 0.32 |
| Hex | 7E | 26 | 5E | 0 | 46 | 19 | 33 | 142 | 36 | 20 |
| Octal | 176 | 46 | 136 | 0 | 106 | 31 | 63 | 502 | 66 | 40 |
| Binary | 1111110 | 100110 | 1011110 | 0 | 1000110 | 11001 | 110011 | 101000010 | 110110 | 100000 |
Color Harmonies of #7E265E
Complementary color
Monochromatic Colors of #7E265E
Black with #7E265E
Text Example
Text Example
White with #7E265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E265E; }
p { color: rgb(126,38,94); }
H1.HeaderClassName
{
color: #7E265E;
}
.AnyTagClassName
{
color: #7E265E;
}
</style>
background-color css
<style>
a { background-color: #7E265E; }
a { background-color: rgb(126,38,94); }
div.DivClassName
{
background-color: #7E265E;
}
.BgClassName
{
background-color: #7E265E;
}
</style>
border-color css
<style>
span { border-color: #7E265E; }
span { border-color: rgb(126,38,94); }
td.TdClassName
{
border-color: #7E265E;
}
.TagClassName
{
border-color: #7E265E;
}
</style>