Html Css Color HEX #E040F1 Free Speech Magenta
📋 copy color: '#E040F1'red 224 ◦ green 64 ◦ blue 241
Shades of Free Speech Magenta #E040F1
Tints of Free Speech Magenta #E040F1
RGB
CMYK
RGB Variations
Color information
#E040F1 (or 0xE040F1) is known color: Free Speech Magenta. HEX triplet: E0, 40 and F1. RGB value is (224,64,241). Sum of RGB (Red+Green+Blue) = 224+64+241=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #E040F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E040F1 is #1FBF0E. Grayscale: #838383. Windows color (decimal): -2080527 or 15810784. OLE color: 15810784.
HSL color Cylindrical-coordinate representation of color #E040F1: hue angle of 294.24º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E040F1 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 64 | 241 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.05 |
| HSL | 294.24º | 0.86% | 0.6% | - |
| HSV(B) | 294.24º | 0.73% | 0.95% | - |
| XYZ | 48.45 | 25.86 | 85.66 | - |
| YUV | 132.02 | 189.51 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 241 | 0.07 | 0.73 | 0 | 0.05 | 294.24 | 0.86 | 0.6 |
| Hex | E0 | 40 | F1 | 7 | 49 | 0 | 5 | 126 | 56 | 3C |
| Octal | 340 | 100 | 361 | 7 | 111 | 0 | 5 | 446 | 126 | 74 |
| Binary | 11100000 | 1000000 | 11110001 | 111 | 1001001 | 0 | 101 | 100100110 | 1010110 | 111100 |
Color Harmonies of #E040F1
Complementary color
Monochromatic Colors of #E040F1
Black with #E040F1
Text Example
Text Example
White with #E040F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040F1; }
p { color: rgb(224,64,241); }
H1.HeaderClassName
{
color: #E040F1;
}
.AnyTagClassName
{
color: #E040F1;
}
</style>
background-color css
<style>
a { background-color: #E040F1; }
a { background-color: rgb(224,64,241); }
div.DivClassName
{
background-color: #E040F1;
}
.BgClassName
{
background-color: #E040F1;
}
</style>
border-color css
<style>
span { border-color: #E040F1; }
span { border-color: rgb(224,64,241); }
td.TdClassName
{
border-color: #E040F1;
}
.TagClassName
{
border-color: #E040F1;
}
</style>