Html Css Color HEX #E04AF3 Free Speech Magenta
📋 copy color: '#E04AF3'red 224 ◦ green 74 ◦ blue 243
Shades of Free Speech Magenta #E04AF3
Tints of Free Speech Magenta #E04AF3
RGB
CMYK
RGB Variations
Color information
#E04AF3 (or 0xE04AF3) is known color: Free Speech Magenta. HEX triplet: E0, 4A and F3. RGB value is (224,74,243). Sum of RGB (Red+Green+Blue) = 224+74+243=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 74 (29.30% from 255 or 13.68% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #E04AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04AF3 is #1FB50C. Grayscale: #898989. Windows color (decimal): -2077965 or 15944416. OLE color: 15944416.
HSL color Cylindrical-coordinate representation of color #E04AF3: hue angle of 293.25º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04AF3 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 74 | 243 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.05 |
| HSL | 293.25º | 0.88% | 0.62% | - |
| HSV(B) | 293.25º | 0.7% | 0.95% | - |
| XYZ | 49.37 | 27.22 | 87.45 | - |
| YUV | 138.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 243 | 0.08 | 0.70 | 0 | 0.05 | 293.25 | 0.88 | 0.62 |
| Hex | E0 | 4A | F3 | 8 | 46 | 0 | 5 | 125 | 58 | 3E |
| Octal | 340 | 112 | 363 | 10 | 106 | 0 | 5 | 445 | 130 | 76 |
| Binary | 11100000 | 1001010 | 11110011 | 1000 | 1000110 | 0 | 101 | 100100101 | 1011000 | 111110 |
Color Harmonies of #E04AF3
Complementary color
Monochromatic Colors of #E04AF3
Black with #E04AF3
Text Example
Text Example
White with #E04AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04AF3; }
p { color: rgb(224,74,243); }
H1.HeaderClassName
{
color: #E04AF3;
}
.AnyTagClassName
{
color: #E04AF3;
}
</style>
background-color css
<style>
a { background-color: #E04AF3; }
a { background-color: rgb(224,74,243); }
div.DivClassName
{
background-color: #E04AF3;
}
.BgClassName
{
background-color: #E04AF3;
}
</style>
border-color css
<style>
span { border-color: #E04AF3; }
span { border-color: rgb(224,74,243); }
td.TdClassName
{
border-color: #E04AF3;
}
.TagClassName
{
border-color: #E04AF3;
}
</style>