Html Css Color HEX #E04AF6 Free Speech Magenta
📋 copy color: '#E04AF6'red 224 ◦ green 74 ◦ blue 246
Shades of Free Speech Magenta #E04AF6
Tints of Free Speech Magenta #E04AF6
RGB
CMYK
RGB Variations
Color information
#E04AF6 (or 0xE04AF6) is known color: Free Speech Magenta. HEX triplet: E0, 4A and F6. RGB value is (224,74,246). Sum of RGB (Red+Green+Blue) = 224+74+246=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 74 (29.30% from 255 or 13.60% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #E04AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04AF6 is #1FB509. Grayscale: #898989. Windows color (decimal): -2077962 or 16141024. OLE color: 16141024.
HSL color Cylindrical-coordinate representation of color #E04AF6: hue angle of 292.33º 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 #E04AF6 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 74 | 246 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.04 |
| HSL | 292.33º | 0.91% | 0.63% | - |
| HSV(B) | 292.33º | 0.7% | 0.96% | - |
| XYZ | 49.82 | 27.4 | 89.85 | - |
| YUV | 138.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 246 | 0.09 | 0.70 | 0 | 0.04 | 292.33 | 0.91 | 0.63 |
| Hex | E0 | 4A | F6 | 9 | 46 | 0 | 4 | 124 | 5B | 3F |
| Octal | 340 | 112 | 366 | 11 | 106 | 0 | 4 | 444 | 133 | 77 |
| Binary | 11100000 | 1001010 | 11110110 | 1001 | 1000110 | 0 | 100 | 100100100 | 1011011 | 111111 |
Color Harmonies of #E04AF6
Complementary color
Monochromatic Colors of #E04AF6
Black with #E04AF6
Text Example
Text Example
White with #E04AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AF6; }
p { color: rgb(224,74,246); }
H1.HeaderClassName
{
color: #E04AF6;
}
.AnyTagClassName
{
color: #E04AF6;
}
</style>
background-color css
<style>
a { background-color: #E04AF6; }
a { background-color: rgb(224,74,246); }
div.DivClassName
{
background-color: #E04AF6;
}
.BgClassName
{
background-color: #E04AF6;
}
</style>
border-color css
<style>
span { border-color: #E04AF6; }
span { border-color: rgb(224,74,246); }
td.TdClassName
{
border-color: #E04AF6;
}
.TagClassName
{
border-color: #E04AF6;
}
</style>