Html Css Color HEX #E339F5 Free Speech Magenta
📋 copy color: '#E339F5'red 227 ◦ green 57 ◦ blue 245
Shades of Free Speech Magenta #E339F5
Tints of Free Speech Magenta #E339F5
RGB
CMYK
RGB Variations
Color information
#E339F5 (or 0xE339F5) is known color: Free Speech Magenta. HEX triplet: E3, 39 and F5. RGB value is (227,57,245). Sum of RGB (Red+Green+Blue) = 227+57+245=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 57 (22.66% from 255 or 10.78% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #E339F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E339F5 is #1CC60A. Grayscale: #808080. Windows color (decimal): -1885707 or 16071139. OLE color: 16071139.
HSL color Cylindrical-coordinate representation of color #E339F5: hue angle of 294.26º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E339F5 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 57 | 245 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.04 |
| HSL | 294.26º | 0.9% | 0.59% | - |
| HSV(B) | 294.26º | 0.77% | 0.96% | - |
| XYZ | 49.62 | 25.85 | 88.76 | - |
| YUV | 129.26 | 193.32 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 57 | 245 | 0.07 | 0.77 | 0 | 0.04 | 294.26 | 0.9 | 0.59 |
| Hex | E3 | 39 | F5 | 7 | 4D | 0 | 4 | 126 | 5A | 3B |
| Octal | 343 | 71 | 365 | 7 | 115 | 0 | 4 | 446 | 132 | 73 |
| Binary | 11100011 | 111001 | 11110101 | 111 | 1001101 | 0 | 100 | 100100110 | 1011010 | 111011 |
Color Harmonies of #E339F5
Complementary color
Monochromatic Colors of #E339F5
Black with #E339F5
Text Example
Text Example
White with #E339F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E339F5; }
p { color: rgb(227,57,245); }
H1.HeaderClassName
{
color: #E339F5;
}
.AnyTagClassName
{
color: #E339F5;
}
</style>
background-color css
<style>
a { background-color: #E339F5; }
a { background-color: rgb(227,57,245); }
div.DivClassName
{
background-color: #E339F5;
}
.BgClassName
{
background-color: #E339F5;
}
</style>
border-color css
<style>
span { border-color: #E339F5; }
span { border-color: rgb(227,57,245); }
td.TdClassName
{
border-color: #E339F5;
}
.TagClassName
{
border-color: #E339F5;
}
</style>