Html Css Color HEX #E247F1 Free Speech Magenta
📋 copy color: '#E247F1'red 226 ◦ green 71 ◦ blue 241
Shades of Free Speech Magenta #E247F1
Tints of Free Speech Magenta #E247F1
RGB
CMYK
RGB Variations
Color information
#E247F1 (or 0xE247F1) is known color: Free Speech Magenta. HEX triplet: E2, 47 and F1. RGB value is (226,71,241). Sum of RGB (Red+Green+Blue) = 226+71+241=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 71 (28.12% from 255 or 13.20% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #E247F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E247F1 is #1DB80E. Grayscale: #888888. Windows color (decimal): -1947663 or 15812578. OLE color: 15812578.
HSL color Cylindrical-coordinate representation of color #E247F1: hue angle of 294.71º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E247F1 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 71 | 241 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.05 |
| HSL | 294.71º | 0.86% | 0.61% | - |
| HSV(B) | 294.71º | 0.71% | 0.95% | - |
| XYZ | 49.49 | 27.03 | 85.83 | - |
| YUV | 136.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 71 | 241 | 0.06 | 0.71 | 0 | 0.05 | 294.71 | 0.86 | 0.61 |
| Hex | E2 | 47 | F1 | 6 | 47 | 0 | 5 | 127 | 56 | 3D |
| Octal | 342 | 107 | 361 | 6 | 107 | 0 | 5 | 447 | 126 | 75 |
| Binary | 11100010 | 1000111 | 11110001 | 110 | 1000111 | 0 | 101 | 100100111 | 1010110 | 111101 |
Color Harmonies of #E247F1
Complementary color
Monochromatic Colors of #E247F1
Black with #E247F1
Text Example
Text Example
White with #E247F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E247F1; }
p { color: rgb(226,71,241); }
H1.HeaderClassName
{
color: #E247F1;
}
.AnyTagClassName
{
color: #E247F1;
}
</style>
background-color css
<style>
a { background-color: #E247F1; }
a { background-color: rgb(226,71,241); }
div.DivClassName
{
background-color: #E247F1;
}
.BgClassName
{
background-color: #E247F1;
}
</style>
border-color css
<style>
span { border-color: #E247F1; }
span { border-color: rgb(226,71,241); }
td.TdClassName
{
border-color: #E247F1;
}
.TagClassName
{
border-color: #E247F1;
}
</style>