Html Css Color HEX #E34AF0 Free Speech Magenta
📋 copy color: '#E34AF0'red 227 ◦ green 74 ◦ blue 240
Shades of Free Speech Magenta #E34AF0
Tints of Free Speech Magenta #E34AF0
RGB
CMYK
RGB Variations
Color information
#E34AF0 (or 0xE34AF0) is known color: Free Speech Magenta. HEX triplet: E3, 4A and F0. RGB value is (227,74,240). Sum of RGB (Red+Green+Blue) = 227+74+240=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 74 (29.30% from 255 or 13.68% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #E34AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E34AF0 is #1CB50F. Grayscale: #8A8A8A. Windows color (decimal): -1881360 or 15747811. OLE color: 15747811.
HSL color Cylindrical-coordinate representation of color #E34AF0: hue angle of 295.3º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34AF0 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 74 | 240 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.06 |
| HSL | 295.3º | 0.85% | 0.62% | - |
| HSV(B) | 295.3º | 0.69% | 0.94% | - |
| XYZ | 49.86 | 27.52 | 85.12 | - |
| YUV | 138.67 | 185.19 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 240 | 0.05 | 0.69 | 0 | 0.06 | 295.3 | 0.85 | 0.62 |
| Hex | E3 | 4A | F0 | 5 | 45 | 0 | 6 | 127 | 55 | 3E |
| Octal | 343 | 112 | 360 | 5 | 105 | 0 | 6 | 447 | 125 | 76 |
| Binary | 11100011 | 1001010 | 11110000 | 101 | 1000101 | 0 | 110 | 100100111 | 1010101 | 111110 |
Color Harmonies of #E34AF0
Complementary color
Monochromatic Colors of #E34AF0
Black with #E34AF0
Text Example
Text Example
White with #E34AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34AF0; }
p { color: rgb(227,74,240); }
H1.HeaderClassName
{
color: #E34AF0;
}
.AnyTagClassName
{
color: #E34AF0;
}
</style>
background-color css
<style>
a { background-color: #E34AF0; }
a { background-color: rgb(227,74,240); }
div.DivClassName
{
background-color: #E34AF0;
}
.BgClassName
{
background-color: #E34AF0;
}
</style>
border-color css
<style>
span { border-color: #E34AF0; }
span { border-color: rgb(227,74,240); }
td.TdClassName
{
border-color: #E34AF0;
}
.TagClassName
{
border-color: #E34AF0;
}
</style>