Html Css Color HEX #E040F4 Free Speech Magenta
📋 copy color: '#E040F4'red 224 ◦ green 64 ◦ blue 244
Shades of Free Speech Magenta #E040F4
Tints of Free Speech Magenta #E040F4
RGB
CMYK
RGB Variations
Color information
#E040F4 (or 0xE040F4) is known color: Free Speech Magenta. HEX triplet: E0, 40 and F4. RGB value is (224,64,244). Sum of RGB (Red+Green+Blue) = 224+64+244=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 64 (25.39% from 255 or 12.03% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #E040F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E040F4 is #1FBF0B. Grayscale: #838383. Windows color (decimal): -2080524 or 16007392. OLE color: 16007392.
HSL color Cylindrical-coordinate representation of color #E040F4: hue angle of 293.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E040F4 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 64 | 244 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.04 |
| HSL | 293.33º | 0.89% | 0.6% | - |
| HSV(B) | 293.33º | 0.74% | 0.96% | - |
| XYZ | 48.9 | 26.05 | 88.04 | - |
| YUV | 132.36 | 191.01 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 244 | 0.08 | 0.74 | 0 | 0.04 | 293.33 | 0.89 | 0.6 |
| Hex | E0 | 40 | F4 | 8 | 4A | 0 | 4 | 125 | 59 | 3C |
| Octal | 340 | 100 | 364 | 10 | 112 | 0 | 4 | 445 | 131 | 74 |
| Binary | 11100000 | 1000000 | 11110100 | 1000 | 1001010 | 0 | 100 | 100100101 | 1011001 | 111100 |
Color Harmonies of #E040F4
Complementary color
Monochromatic Colors of #E040F4
Black with #E040F4
Text Example
Text Example
White with #E040F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040F4; }
p { color: rgb(224,64,244); }
H1.HeaderClassName
{
color: #E040F4;
}
.AnyTagClassName
{
color: #E040F4;
}
</style>
background-color css
<style>
a { background-color: #E040F4; }
a { background-color: rgb(224,64,244); }
div.DivClassName
{
background-color: #E040F4;
}
.BgClassName
{
background-color: #E040F4;
}
</style>
border-color css
<style>
span { border-color: #E040F4; }
span { border-color: rgb(224,64,244); }
td.TdClassName
{
border-color: #E040F4;
}
.TagClassName
{
border-color: #E040F4;
}
</style>