Html Css Color HEX #E541F9 Free Speech Magenta
📋 copy color: '#E541F9'red 229 ◦ green 65 ◦ blue 249
Shades of Free Speech Magenta #E541F9
Tints of Free Speech Magenta #E541F9
RGB
CMYK
RGB Variations
Color information
#E541F9 (or 0xE541F9) is known color: Free Speech Magenta. HEX triplet: E5, 41 and F9. RGB value is (229,65,249). Sum of RGB (Red+Green+Blue) = 229+65+249=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 65 (25.78% from 255 or 11.97% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #E541F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E541F9 is #1ABE06. Grayscale: #868686. Windows color (decimal): -1752583 or 16335333. OLE color: 16335333.
HSL color Cylindrical-coordinate representation of color #E541F9: hue angle of 293.48º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E541F9 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 65 | 249 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.02 |
| HSL | 293.48º | 0.94% | 0.62% | - |
| HSV(B) | 293.48º | 0.74% | 0.98% | - |
| XYZ | 51.3 | 27.28 | 92.18 | - |
| YUV | 135.01 | 192.33 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 249 | 0.08 | 0.74 | 0 | 0.02 | 293.48 | 0.94 | 0.62 |
| Hex | E5 | 41 | F9 | 8 | 4A | 0 | 2 | 125 | 5E | 3E |
| Octal | 345 | 101 | 371 | 10 | 112 | 0 | 2 | 445 | 136 | 76 |
| Binary | 11100101 | 1000001 | 11111001 | 1000 | 1001010 | 0 | 10 | 100100101 | 1011110 | 111110 |
Color Harmonies of #E541F9
Complementary color
Monochromatic Colors of #E541F9
Black with #E541F9
Text Example
Text Example
White with #E541F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E541F9; }
p { color: rgb(229,65,249); }
H1.HeaderClassName
{
color: #E541F9;
}
.AnyTagClassName
{
color: #E541F9;
}
</style>
background-color css
<style>
a { background-color: #E541F9; }
a { background-color: rgb(229,65,249); }
div.DivClassName
{
background-color: #E541F9;
}
.BgClassName
{
background-color: #E541F9;
}
</style>
border-color css
<style>
span { border-color: #E541F9; }
span { border-color: rgb(229,65,249); }
td.TdClassName
{
border-color: #E541F9;
}
.TagClassName
{
border-color: #E541F9;
}
</style>