Html Css Color HEX #E543F1 Free Speech Magenta
📋 copy color: '#E543F1'red 229 ◦ green 67 ◦ blue 241
Shades of Free Speech Magenta #E543F1
Tints of Free Speech Magenta #E543F1
RGB
CMYK
RGB Variations
Color information
#E543F1 (or 0xE543F1) is known color: Free Speech Magenta. HEX triplet: E5, 43 and F1. RGB value is (229,67,241). Sum of RGB (Red+Green+Blue) = 229+67+241=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 67 (26.56% from 255 or 12.48% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #E543F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E543F1 is #1ABC0E. Grayscale: #868686. Windows color (decimal): -1752079 or 15811557. OLE color: 15811557.
HSL color Cylindrical-coordinate representation of color #E543F1: hue angle of 295.86º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E543F1 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 67 | 241 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.05 |
| HSL | 295.86º | 0.86% | 0.6% | - |
| HSV(B) | 295.86º | 0.72% | 0.95% | - |
| XYZ | 50.2 | 27.02 | 85.79 | - |
| YUV | 135.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 241 | 0.05 | 0.72 | 0 | 0.05 | 295.86 | 0.86 | 0.6 |
| Hex | E5 | 43 | F1 | 5 | 48 | 0 | 5 | 128 | 56 | 3C |
| Octal | 345 | 103 | 361 | 5 | 110 | 0 | 5 | 450 | 126 | 74 |
| Binary | 11100101 | 1000011 | 11110001 | 101 | 1001000 | 0 | 101 | 100101000 | 1010110 | 111100 |
Color Harmonies of #E543F1
Complementary color
Monochromatic Colors of #E543F1
Black with #E543F1
Text Example
Text Example
White with #E543F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E543F1; }
p { color: rgb(229,67,241); }
H1.HeaderClassName
{
color: #E543F1;
}
.AnyTagClassName
{
color: #E543F1;
}
</style>
background-color css
<style>
a { background-color: #E543F1; }
a { background-color: rgb(229,67,241); }
div.DivClassName
{
background-color: #E543F1;
}
.BgClassName
{
background-color: #E543F1;
}
</style>
border-color css
<style>
span { border-color: #E543F1; }
span { border-color: rgb(229,67,241); }
td.TdClassName
{
border-color: #E543F1;
}
.TagClassName
{
border-color: #E543F1;
}
</style>