Html Css Color HEX #E34AF6 Free Speech Magenta
📋 copy color: '#E34AF6'red 227 ◦ green 74 ◦ blue 246
Shades of Free Speech Magenta #E34AF6
Tints of Free Speech Magenta #E34AF6
RGB
CMYK
RGB Variations
Color information
#E34AF6 (or 0xE34AF6) is known color: Free Speech Magenta. HEX triplet: E3, 4A and F6. RGB value is (227,74,246). Sum of RGB (Red+Green+Blue) = 227+74+246=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 74 (29.30% from 255 or 13.53% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #E34AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E34AF6 is #1CB509. Grayscale: #8A8A8A. Windows color (decimal): -1881354 or 16141027. OLE color: 16141027.
HSL color Cylindrical-coordinate representation of color #E34AF6: hue angle of 293.37º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34AF6 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 74 | 246 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.04 |
| HSL | 293.37º | 0.91% | 0.63% | - |
| HSV(B) | 293.37º | 0.7% | 0.96% | - |
| XYZ | 50.76 | 27.88 | 89.9 | - |
| YUV | 139.36 | 188.19 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 246 | 0.08 | 0.70 | 0 | 0.04 | 293.37 | 0.91 | 0.63 |
| Hex | E3 | 4A | F6 | 8 | 46 | 0 | 4 | 125 | 5B | 3F |
| Octal | 343 | 112 | 366 | 10 | 106 | 0 | 4 | 445 | 133 | 77 |
| Binary | 11100011 | 1001010 | 11110110 | 1000 | 1000110 | 0 | 100 | 100100101 | 1011011 | 111111 |
Color Harmonies of #E34AF6
Complementary color
Monochromatic Colors of #E34AF6
Black with #E34AF6
Text Example
Text Example
White with #E34AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34AF6; }
p { color: rgb(227,74,246); }
H1.HeaderClassName
{
color: #E34AF6;
}
.AnyTagClassName
{
color: #E34AF6;
}
</style>
background-color css
<style>
a { background-color: #E34AF6; }
a { background-color: rgb(227,74,246); }
div.DivClassName
{
background-color: #E34AF6;
}
.BgClassName
{
background-color: #E34AF6;
}
</style>
border-color css
<style>
span { border-color: #E34AF6; }
span { border-color: rgb(227,74,246); }
td.TdClassName
{
border-color: #E34AF6;
}
.TagClassName
{
border-color: #E34AF6;
}
</style>