Html Css Color HEX #E543F9 Free Speech Magenta
📋 copy color: '#E543F9'red 229 ◦ green 67 ◦ blue 249
Shades of Free Speech Magenta #E543F9
Tints of Free Speech Magenta #E543F9
RGB
CMYK
RGB Variations
Color information
#E543F9 (or 0xE543F9) is known color: Free Speech Magenta. HEX triplet: E5, 43 and F9. RGB value is (229,67,249). Sum of RGB (Red+Green+Blue) = 229+67+249=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 67 (26.56% from 255 or 12.29% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #E543F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E543F9 is #1ABC06. Grayscale: #878787. Windows color (decimal): -1752071 or 16335845. OLE color: 16335845.
HSL color Cylindrical-coordinate representation of color #E543F9: hue angle of 293.41º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E543F9 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 67 | 249 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.02 |
| HSL | 293.41º | 0.94% | 0.62% | - |
| HSV(B) | 293.41º | 0.73% | 0.98% | - |
| XYZ | 51.42 | 27.51 | 92.22 | - |
| YUV | 136.19 | 191.67 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 249 | 0.08 | 0.73 | 0 | 0.02 | 293.41 | 0.94 | 0.62 |
| Hex | E5 | 43 | F9 | 8 | 49 | 0 | 2 | 125 | 5E | 3E |
| Octal | 345 | 103 | 371 | 10 | 111 | 0 | 2 | 445 | 136 | 76 |
| Binary | 11100101 | 1000011 | 11111001 | 1000 | 1001001 | 0 | 10 | 100100101 | 1011110 | 111110 |
Color Harmonies of #E543F9
Complementary color
Monochromatic Colors of #E543F9
Black with #E543F9
Text Example
Text Example
White with #E543F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E543F9; }
p { color: rgb(229,67,249); }
H1.HeaderClassName
{
color: #E543F9;
}
.AnyTagClassName
{
color: #E543F9;
}
</style>
background-color css
<style>
a { background-color: #E543F9; }
a { background-color: rgb(229,67,249); }
div.DivClassName
{
background-color: #E543F9;
}
.BgClassName
{
background-color: #E543F9;
}
</style>
border-color css
<style>
span { border-color: #E543F9; }
span { border-color: rgb(229,67,249); }
td.TdClassName
{
border-color: #E543F9;
}
.TagClassName
{
border-color: #E543F9;
}
</style>