Html Css Color HEX #E64EF1 Free Speech Magenta
📋 copy color: '#E64EF1'red 230 ◦ green 78 ◦ blue 241
Shades of Free Speech Magenta #E64EF1
Tints of Free Speech Magenta #E64EF1
RGB
CMYK
RGB Variations
Color information
#E64EF1 (or 0xE64EF1) is known color: Free Speech Magenta. HEX triplet: E6, 4E and F1. RGB value is (230,78,241). Sum of RGB (Red+Green+Blue) = 230+78+241=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 78 (30.86% from 255 or 14.21% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #E64EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64EF1 is #19B10E. Grayscale: #8D8D8D. Windows color (decimal): -1683727 or 15814374. OLE color: 15814374.
HSL color Cylindrical-coordinate representation of color #E64EF1: hue angle of 295.95º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64EF1 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 78 | 241 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.05 |
| HSL | 295.95º | 0.85% | 0.63% | - |
| HSV(B) | 295.95º | 0.68% | 0.95% | - |
| XYZ | 51.23 | 28.62 | 86.04 | - |
| YUV | 142.03 | 183.86 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 241 | 0.05 | 0.68 | 0 | 0.05 | 295.95 | 0.85 | 0.63 |
| Hex | E6 | 4E | F1 | 5 | 44 | 0 | 5 | 128 | 55 | 3F |
| Octal | 346 | 116 | 361 | 5 | 104 | 0 | 5 | 450 | 125 | 77 |
| Binary | 11100110 | 1001110 | 11110001 | 101 | 1000100 | 0 | 101 | 100101000 | 1010101 | 111111 |
Color Harmonies of #E64EF1
Complementary color
Monochromatic Colors of #E64EF1
Black with #E64EF1
Text Example
Text Example
White with #E64EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64EF1; }
p { color: rgb(230,78,241); }
H1.HeaderClassName
{
color: #E64EF1;
}
.AnyTagClassName
{
color: #E64EF1;
}
</style>
background-color css
<style>
a { background-color: #E64EF1; }
a { background-color: rgb(230,78,241); }
div.DivClassName
{
background-color: #E64EF1;
}
.BgClassName
{
background-color: #E64EF1;
}
</style>
border-color css
<style>
span { border-color: #E64EF1; }
span { border-color: rgb(230,78,241); }
td.TdClassName
{
border-color: #E64EF1;
}
.TagClassName
{
border-color: #E64EF1;
}
</style>