Html Css Color HEX #E341F9 Free Speech Magenta
📋 copy color: '#E341F9'red 227 ◦ green 65 ◦ blue 249
Shades of Free Speech Magenta #E341F9
Tints of Free Speech Magenta #E341F9
RGB
CMYK
RGB Variations
Color information
#E341F9 (or 0xE341F9) is known color: Free Speech Magenta. HEX triplet: E3, 41 and F9. RGB value is (227,65,249). Sum of RGB (Red+Green+Blue) = 227+65+249=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 65 (25.78% from 255 or 12.01% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #E341F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E341F9 is #1CBE06. Grayscale: #858585. Windows color (decimal): -1883655 or 16335331. OLE color: 16335331.
HSL color Cylindrical-coordinate representation of color #E341F9: hue angle of 292.83º 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 #E341F9 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 65 | 249 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.02 |
| HSL | 292.83º | 0.94% | 0.62% | - |
| HSV(B) | 292.83º | 0.74% | 0.98% | - |
| XYZ | 50.67 | 26.95 | 92.15 | - |
| YUV | 134.41 | 192.67 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 249 | 0.09 | 0.74 | 0 | 0.02 | 292.83 | 0.94 | 0.62 |
| Hex | E3 | 41 | F9 | 9 | 4A | 0 | 2 | 125 | 5E | 3E |
| Octal | 343 | 101 | 371 | 11 | 112 | 0 | 2 | 445 | 136 | 76 |
| Binary | 11100011 | 1000001 | 11111001 | 1001 | 1001010 | 0 | 10 | 100100101 | 1011110 | 111110 |
Color Harmonies of #E341F9
Complementary color
Monochromatic Colors of #E341F9
Black with #E341F9
Text Example
Text Example
White with #E341F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E341F9; }
p { color: rgb(227,65,249); }
H1.HeaderClassName
{
color: #E341F9;
}
.AnyTagClassName
{
color: #E341F9;
}
</style>
background-color css
<style>
a { background-color: #E341F9; }
a { background-color: rgb(227,65,249); }
div.DivClassName
{
background-color: #E341F9;
}
.BgClassName
{
background-color: #E341F9;
}
</style>
border-color css
<style>
span { border-color: #E341F9; }
span { border-color: rgb(227,65,249); }
td.TdClassName
{
border-color: #E341F9;
}
.TagClassName
{
border-color: #E341F9;
}
</style>