Html Css Color HEX #E341F3 Free Speech Magenta
📋 copy color: '#E341F3'red 227 ◦ green 65 ◦ blue 243
Shades of Free Speech Magenta #E341F3
Tints of Free Speech Magenta #E341F3
RGB
CMYK
RGB Variations
Color information
#E341F3 (or 0xE341F3) is known color: Free Speech Magenta. HEX triplet: E3, 41 and F3. RGB value is (227,65,243). Sum of RGB (Red+Green+Blue) = 227+65+243=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 65 (25.78% from 255 or 12.15% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #E341F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E341F3 is #1CBE0C. Grayscale: #858585. Windows color (decimal): -1883661 or 15942115. OLE color: 15942115.
HSL color Cylindrical-coordinate representation of color #E341F3: hue angle of 294.61º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E341F3 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 65 | 243 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.05 |
| HSL | 294.61º | 0.88% | 0.6% | - |
| HSV(B) | 294.61º | 0.73% | 0.95% | - |
| XYZ | 49.75 | 26.58 | 87.3 | - |
| YUV | 133.73 | 189.67 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 243 | 0.07 | 0.73 | 0 | 0.05 | 294.61 | 0.88 | 0.6 |
| Hex | E3 | 41 | F3 | 7 | 49 | 0 | 5 | 127 | 58 | 3C |
| Octal | 343 | 101 | 363 | 7 | 111 | 0 | 5 | 447 | 130 | 74 |
| Binary | 11100011 | 1000001 | 11110011 | 111 | 1001001 | 0 | 101 | 100100111 | 1011000 | 111100 |
Color Harmonies of #E341F3
Complementary color
Monochromatic Colors of #E341F3
Black with #E341F3
Text Example
Text Example
White with #E341F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E341F3; }
p { color: rgb(227,65,243); }
H1.HeaderClassName
{
color: #E341F3;
}
.AnyTagClassName
{
color: #E341F3;
}
</style>
background-color css
<style>
a { background-color: #E341F3; }
a { background-color: rgb(227,65,243); }
div.DivClassName
{
background-color: #E341F3;
}
.BgClassName
{
background-color: #E341F3;
}
</style>
border-color css
<style>
span { border-color: #E341F3; }
span { border-color: rgb(227,65,243); }
td.TdClassName
{
border-color: #E341F3;
}
.TagClassName
{
border-color: #E341F3;
}
</style>