Shades of Flirt #7E224E
Tints of Flirt #7E224E
RGB
CMYK
RGB Variations
Color information
#7E224E (or 0x7E224E) is known color: Flirt. HEX triplet: 7E, 22 and 4E. RGB value is (126,34,78). Sum of RGB (Red+Green+Blue) = 126+34+78=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E224E is #81DDB1. Grayscale: #424242. Windows color (decimal): -8510898 or 5120638. OLE color: 5120638.
HSL color Cylindrical-coordinate representation of color #7E224E: hue angle of 331.3º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E224E is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 34 | 78 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.51 |
| HSL | 331.3º | 0.58% | 0.31% | - |
| HSV(B) | 331.3º | 0.73% | 0.49% | - |
| XYZ | 10.55 | 6.13 | 7.83 | - |
| YUV | 66.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 34 | 78 | 0 | 0.73 | 0.38 | 0.51 | 331.3 | 0.58 | 0.31 |
| Hex | 7E | 22 | 4E | 0 | 49 | 26 | 33 | 14B | 3A | 1F |
| Octal | 176 | 42 | 116 | 0 | 111 | 46 | 63 | 513 | 72 | 37 |
| Binary | 1111110 | 100010 | 1001110 | 0 | 1001001 | 100110 | 110011 | 101001011 | 111010 | 11111 |
Color Harmonies of #7E224E
Complementary color
Monochromatic Colors of #7E224E
Black with #7E224E
Text Example
Text Example
White with #7E224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E224E; }
p { color: rgb(126,34,78); }
H1.HeaderClassName
{
color: #7E224E;
}
.AnyTagClassName
{
color: #7E224E;
}
</style>
background-color css
<style>
a { background-color: #7E224E; }
a { background-color: rgb(126,34,78); }
div.DivClassName
{
background-color: #7E224E;
}
.BgClassName
{
background-color: #7E224E;
}
</style>
border-color css
<style>
span { border-color: #7E224E; }
span { border-color: rgb(126,34,78); }
td.TdClassName
{
border-color: #7E224E;
}
.TagClassName
{
border-color: #7E224E;
}
</style>