Shades of Flirt #7E285D
Tints of Flirt #7E285D
RGB
CMYK
RGB Variations
Color information
#7E285D (or 0x7E285D) is known color: Flirt. HEX triplet: 7E, 28 and 5D. RGB value is (126,40,93). Sum of RGB (Red+Green+Blue) = 126+40+93=259 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.65% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 126 - color contains mainly: red. Hex color #7E285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E285D is #81D7A2. Grayscale: #474747. Windows color (decimal): -8509347 or 6105214. OLE color: 6105214.
HSL color Cylindrical-coordinate representation of color #7E285D: hue angle of 323.02º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E285D is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 40 | 93 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.51 |
| HSL | 323.02º | 0.52% | 0.33% | - |
| HSV(B) | 323.02º | 0.68% | 0.49% | - |
| XYZ | 11.34 | 6.74 | 11.06 | - |
| YUV | 71.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 93 | 0 | 0.68 | 0.26 | 0.51 | 323.02 | 0.52 | 0.33 |
| Hex | 7E | 28 | 5D | 0 | 44 | 1A | 33 | 143 | 34 | 21 |
| Octal | 176 | 50 | 135 | 0 | 104 | 32 | 63 | 503 | 64 | 41 |
| Binary | 1111110 | 101000 | 1011101 | 0 | 1000100 | 11010 | 110011 | 101000011 | 110100 | 100001 |
Color Harmonies of #7E285D
Complementary color
Monochromatic Colors of #7E285D
Black with #7E285D
Text Example
Text Example
White with #7E285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E285D; }
p { color: rgb(126,40,93); }
H1.HeaderClassName
{
color: #7E285D;
}
.AnyTagClassName
{
color: #7E285D;
}
</style>
background-color css
<style>
a { background-color: #7E285D; }
a { background-color: rgb(126,40,93); }
div.DivClassName
{
background-color: #7E285D;
}
.BgClassName
{
background-color: #7E285D;
}
</style>
border-color css
<style>
span { border-color: #7E285D; }
span { border-color: rgb(126,40,93); }
td.TdClassName
{
border-color: #7E285D;
}
.TagClassName
{
border-color: #7E285D;
}
</style>