Html Css Color HEX #E341FA Free Speech Magenta
📋 copy color: '#E341FA'red 227 ◦ green 65 ◦ blue 250
Shades of Free Speech Magenta #E341FA
Tints of Free Speech Magenta #E341FA
RGB
CMYK
RGB Variations
Color information
#E341FA (or 0xE341FA) is known color: Free Speech Magenta. HEX triplet: E3, 41 and FA. RGB value is (227,65,250). Sum of RGB (Red+Green+Blue) = 227+65+250=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 65 (25.78% from 255 or 11.99% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #E341FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E341FA is #1CBE05. Grayscale: #858585. Windows color (decimal): -1883654 or 16400867. OLE color: 16400867.
HSL color Cylindrical-coordinate representation of color #E341FA: hue angle of 292.54º degrees, saturation: 0.95, 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 #E341FA is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 65 | 250 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.02 |
| HSL | 292.54º | 0.95% | 0.62% | - |
| HSV(B) | 292.54º | 0.74% | 0.98% | - |
| XYZ | 50.82 | 27.01 | 92.98 | - |
| YUV | 134.53 | 193.17 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 250 | 0.09 | 0.74 | 0 | 0.02 | 292.54 | 0.95 | 0.62 |
| Hex | E3 | 41 | FA | 9 | 4A | 0 | 2 | 125 | 5F | 3E |
| Octal | 343 | 101 | 372 | 11 | 112 | 0 | 2 | 445 | 137 | 76 |
| Binary | 11100011 | 1000001 | 11111010 | 1001 | 1001010 | 0 | 10 | 100100101 | 1011111 | 111110 |
Color Harmonies of #E341FA
Complementary color
Monochromatic Colors of #E341FA
Black with #E341FA
Text Example
Text Example
White with #E341FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E341FA; }
p { color: rgb(227,65,250); }
H1.HeaderClassName
{
color: #E341FA;
}
.AnyTagClassName
{
color: #E341FA;
}
</style>
background-color css
<style>
a { background-color: #E341FA; }
a { background-color: rgb(227,65,250); }
div.DivClassName
{
background-color: #E341FA;
}
.BgClassName
{
background-color: #E341FA;
}
</style>
border-color css
<style>
span { border-color: #E341FA; }
span { border-color: rgb(227,65,250); }
td.TdClassName
{
border-color: #E341FA;
}
.TagClassName
{
border-color: #E341FA;
}
</style>