Html Css Color HEX #E043F0 Free Speech Magenta
📋 copy color: '#E043F0'red 224 ◦ green 67 ◦ blue 240
Shades of Free Speech Magenta #E043F0
Tints of Free Speech Magenta #E043F0
RGB
CMYK
RGB Variations
Color information
#E043F0 (or 0xE043F0) is known color: Free Speech Magenta. HEX triplet: E0, 43 and F0. RGB value is (224,67,240). Sum of RGB (Red+Green+Blue) = 224+67+240=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 67 (26.56% from 255 or 12.62% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #E043F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E043F0 is #1FBC0F. Grayscale: #858585. Windows color (decimal): -2079760 or 15746016. OLE color: 15746016.
HSL color Cylindrical-coordinate representation of color #E043F0: hue angle of 294.45º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E043F0 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 67 | 240 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.06 |
| HSL | 294.45º | 0.85% | 0.6% | - |
| HSV(B) | 294.45º | 0.72% | 0.94% | - |
| XYZ | 48.48 | 26.15 | 84.93 | - |
| YUV | 133.67 | 188.01 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 240 | 0.07 | 0.72 | 0 | 0.06 | 294.45 | 0.85 | 0.6 |
| Hex | E0 | 43 | F0 | 7 | 48 | 0 | 6 | 126 | 55 | 3C |
| Octal | 340 | 103 | 360 | 7 | 110 | 0 | 6 | 446 | 125 | 74 |
| Binary | 11100000 | 1000011 | 11110000 | 111 | 1001000 | 0 | 110 | 100100110 | 1010101 | 111100 |
Color Harmonies of #E043F0
Complementary color
Monochromatic Colors of #E043F0
Black with #E043F0
Text Example
Text Example
White with #E043F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E043F0; }
p { color: rgb(224,67,240); }
H1.HeaderClassName
{
color: #E043F0;
}
.AnyTagClassName
{
color: #E043F0;
}
</style>
background-color css
<style>
a { background-color: #E043F0; }
a { background-color: rgb(224,67,240); }
div.DivClassName
{
background-color: #E043F0;
}
.BgClassName
{
background-color: #E043F0;
}
</style>
border-color css
<style>
span { border-color: #E043F0; }
span { border-color: rgb(224,67,240); }
td.TdClassName
{
border-color: #E043F0;
}
.TagClassName
{
border-color: #E043F0;
}
</style>