Html Css Color HEX #E040F0 Free Speech Magenta
📋 copy color: '#E040F0'red 224 ◦ green 64 ◦ blue 240
Shades of Free Speech Magenta #E040F0
Tints of Free Speech Magenta #E040F0
RGB
CMYK
RGB Variations
Color information
#E040F0 (or 0xE040F0) is known color: Free Speech Magenta. HEX triplet: E0, 40 and F0. RGB value is (224,64,240). Sum of RGB (Red+Green+Blue) = 224+64+240=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 64 (25.39% from 255 or 12.12% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #E040F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E040F0 is #1FBF0F. Grayscale: #838383. Windows color (decimal): -2080528 or 15745248. OLE color: 15745248.
HSL color Cylindrical-coordinate representation of color #E040F0: hue angle of 294.55º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E040F0 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 64 | 240 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.06 |
| HSL | 294.55º | 0.85% | 0.6% | - |
| HSV(B) | 294.55º | 0.73% | 0.94% | - |
| XYZ | 48.3 | 25.81 | 84.87 | - |
| YUV | 131.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 240 | 0.07 | 0.73 | 0 | 0.06 | 294.55 | 0.85 | 0.6 |
| Hex | E0 | 40 | F0 | 7 | 49 | 0 | 6 | 127 | 55 | 3C |
| Octal | 340 | 100 | 360 | 7 | 111 | 0 | 6 | 447 | 125 | 74 |
| Binary | 11100000 | 1000000 | 11110000 | 111 | 1001001 | 0 | 110 | 100100111 | 1010101 | 111100 |
Color Harmonies of #E040F0
Complementary color
Monochromatic Colors of #E040F0
Black with #E040F0
Text Example
Text Example
White with #E040F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040F0; }
p { color: rgb(224,64,240); }
H1.HeaderClassName
{
color: #E040F0;
}
.AnyTagClassName
{
color: #E040F0;
}
</style>
background-color css
<style>
a { background-color: #E040F0; }
a { background-color: rgb(224,64,240); }
div.DivClassName
{
background-color: #E040F0;
}
.BgClassName
{
background-color: #E040F0;
}
</style>
border-color css
<style>
span { border-color: #E040F0; }
span { border-color: rgb(224,64,240); }
td.TdClassName
{
border-color: #E040F0;
}
.TagClassName
{
border-color: #E040F0;
}
</style>