Html Css Color HEX #E042F0 Free Speech Magenta
📋 copy color: '#E042F0'red 224 ◦ green 66 ◦ blue 240
Shades of Free Speech Magenta #E042F0
Tints of Free Speech Magenta #E042F0
RGB
CMYK
RGB Variations
Color information
#E042F0 (or 0xE042F0) is known color: Free Speech Magenta. HEX triplet: E0, 42 and F0. RGB value is (224,66,240). Sum of RGB (Red+Green+Blue) = 224+66+240=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 66 (26.17% from 255 or 12.45% 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 #E042F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E042F0 is #1FBD0F. Grayscale: #848484. Windows color (decimal): -2080016 or 15745760. OLE color: 15745760.
HSL color Cylindrical-coordinate representation of color #E042F0: hue angle of 294.48º 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 #E042F0 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 66 | 240 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.06 |
| HSL | 294.48º | 0.85% | 0.6% | - |
| HSV(B) | 294.48º | 0.73% | 0.94% | - |
| XYZ | 48.42 | 26.03 | 84.91 | - |
| YUV | 133.08 | 188.35 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 240 | 0.07 | 0.72 | 0 | 0.06 | 294.48 | 0.85 | 0.6 |
| Hex | E0 | 42 | F0 | 7 | 48 | 0 | 6 | 126 | 55 | 3C |
| Octal | 340 | 102 | 360 | 7 | 110 | 0 | 6 | 446 | 125 | 74 |
| Binary | 11100000 | 1000010 | 11110000 | 111 | 1001000 | 0 | 110 | 100100110 | 1010101 | 111100 |
Color Harmonies of #E042F0
Complementary color
Monochromatic Colors of #E042F0
Black with #E042F0
Text Example
Text Example
White with #E042F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E042F0; }
p { color: rgb(224,66,240); }
H1.HeaderClassName
{
color: #E042F0;
}
.AnyTagClassName
{
color: #E042F0;
}
</style>
background-color css
<style>
a { background-color: #E042F0; }
a { background-color: rgb(224,66,240); }
div.DivClassName
{
background-color: #E042F0;
}
.BgClassName
{
background-color: #E042F0;
}
</style>
border-color css
<style>
span { border-color: #E042F0; }
span { border-color: rgb(224,66,240); }
td.TdClassName
{
border-color: #E042F0;
}
.TagClassName
{
border-color: #E042F0;
}
</style>