Html Css Color HEX #E04FF2 Free Speech Magenta
📋 copy color: '#E04FF2'red 224 ◦ green 79 ◦ blue 242
Shades of Free Speech Magenta #E04FF2
Tints of Free Speech Magenta #E04FF2
RGB
CMYK
RGB Variations
Color information
#E04FF2 (or 0xE04FF2) is known color: Free Speech Magenta. HEX triplet: E0, 4F and F2. RGB value is (224,79,242). Sum of RGB (Red+Green+Blue) = 224+79+242=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 79 (31.25% from 255 or 14.50% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #E04FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E04FF2 is #1FB00D. Grayscale: #8C8C8C. Windows color (decimal): -2076686 or 15880160. OLE color: 15880160.
HSL color Cylindrical-coordinate representation of color #E04FF2: hue angle of 293.37º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04FF2 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 79 | 242 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.05 |
| HSL | 293.37º | 0.86% | 0.63% | - |
| HSV(B) | 293.37º | 0.67% | 0.95% | - |
| XYZ | 49.56 | 27.85 | 86.77 | - |
| YUV | 140.94 | 185.04 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 242 | 0.07 | 0.67 | 0 | 0.05 | 293.37 | 0.86 | 0.63 |
| Hex | E0 | 4F | F2 | 7 | 43 | 0 | 5 | 125 | 56 | 3F |
| Octal | 340 | 117 | 362 | 7 | 103 | 0 | 5 | 445 | 126 | 77 |
| Binary | 11100000 | 1001111 | 11110010 | 111 | 1000011 | 0 | 101 | 100100101 | 1010110 | 111111 |
Color Harmonies of #E04FF2
Complementary color
Monochromatic Colors of #E04FF2
Black with #E04FF2
Text Example
Text Example
White with #E04FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04FF2; }
p { color: rgb(224,79,242); }
H1.HeaderClassName
{
color: #E04FF2;
}
.AnyTagClassName
{
color: #E04FF2;
}
</style>
background-color css
<style>
a { background-color: #E04FF2; }
a { background-color: rgb(224,79,242); }
div.DivClassName
{
background-color: #E04FF2;
}
.BgClassName
{
background-color: #E04FF2;
}
</style>
border-color css
<style>
span { border-color: #E04FF2; }
span { border-color: rgb(224,79,242); }
td.TdClassName
{
border-color: #E04FF2;
}
.TagClassName
{
border-color: #E04FF2;
}
</style>