Html Css Color HEX #E240F0 Free Speech Magenta
📋 copy color: '#E240F0'red 226 ◦ green 64 ◦ blue 240
Shades of Free Speech Magenta #E240F0
Tints of Free Speech Magenta #E240F0
RGB
CMYK
RGB Variations
Color information
#E240F0 (or 0xE240F0) is known color: Free Speech Magenta. HEX triplet: E2, 40 and F0. RGB value is (226,64,240). Sum of RGB (Red+Green+Blue) = 226+64+240=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 64 (25.39% from 255 or 12.08% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #E240F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E240F0 is #1DBF0F. Grayscale: #838383. Windows color (decimal): -1949456 or 15745250. OLE color: 15745250.
HSL color Cylindrical-coordinate representation of color #E240F0: hue angle of 295.23º 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 #E240F0 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 64 | 240 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.06 |
| HSL | 295.23º | 0.85% | 0.6% | - |
| HSV(B) | 295.23º | 0.73% | 0.94% | - |
| XYZ | 48.93 | 26.13 | 84.9 | - |
| YUV | 132.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 64 | 240 | 0.06 | 0.73 | 0 | 0.06 | 295.23 | 0.85 | 0.6 |
| Hex | E2 | 40 | F0 | 6 | 49 | 0 | 6 | 127 | 55 | 3C |
| Octal | 342 | 100 | 360 | 6 | 111 | 0 | 6 | 447 | 125 | 74 |
| Binary | 11100010 | 1000000 | 11110000 | 110 | 1001001 | 0 | 110 | 100100111 | 1010101 | 111100 |
Color Harmonies of #E240F0
Complementary color
Monochromatic Colors of #E240F0
Black with #E240F0
Text Example
Text Example
White with #E240F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E240F0; }
p { color: rgb(226,64,240); }
H1.HeaderClassName
{
color: #E240F0;
}
.AnyTagClassName
{
color: #E240F0;
}
</style>
background-color css
<style>
a { background-color: #E240F0; }
a { background-color: rgb(226,64,240); }
div.DivClassName
{
background-color: #E240F0;
}
.BgClassName
{
background-color: #E240F0;
}
</style>
border-color css
<style>
span { border-color: #E240F0; }
span { border-color: rgb(226,64,240); }
td.TdClassName
{
border-color: #E240F0;
}
.TagClassName
{
border-color: #E240F0;
}
</style>