Html Css Color HEX #E54AF0 Free Speech Magenta
📋 copy color: '#E54AF0'red 229 ◦ green 74 ◦ blue 240
Shades of Free Speech Magenta #E54AF0
Tints of Free Speech Magenta #E54AF0
RGB
CMYK
RGB Variations
Color information
#E54AF0 (or 0xE54AF0) is known color: Free Speech Magenta. HEX triplet: E5, 4A and F0. RGB value is (229,74,240). Sum of RGB (Red+Green+Blue) = 229+74+240=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 74 (29.30% from 255 or 13.63% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #E54AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54AF0 is #1AB50F. Grayscale: #8A8A8A. Windows color (decimal): -1750288 or 15747813. OLE color: 15747813.
HSL color Cylindrical-coordinate representation of color #E54AF0: hue angle of 296.02º 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 #E54AF0 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 229 | 74 | 240 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.06 |
| HSL | 296.02º | 0.85% | 0.62% | - |
| HSV(B) | 296.02º | 0.69% | 0.94% | - |
| XYZ | 50.49 | 27.85 | 85.15 | - |
| YUV | 139.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 240 | 0.05 | 0.69 | 0 | 0.06 | 296.02 | 0.85 | 0.62 |
| Hex | E5 | 4A | F0 | 5 | 45 | 0 | 6 | 128 | 55 | 3E |
| Octal | 345 | 112 | 360 | 5 | 105 | 0 | 6 | 450 | 125 | 76 |
| Binary | 11100101 | 1001010 | 11110000 | 101 | 1000101 | 0 | 110 | 100101000 | 1010101 | 111110 |
Color Harmonies of #E54AF0
Complementary color
Monochromatic Colors of #E54AF0
Black with #E54AF0
Text Example
Text Example
White with #E54AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AF0; }
p { color: rgb(229,74,240); }
H1.HeaderClassName
{
color: #E54AF0;
}
.AnyTagClassName
{
color: #E54AF0;
}
</style>
background-color css
<style>
a { background-color: #E54AF0; }
a { background-color: rgb(229,74,240); }
div.DivClassName
{
background-color: #E54AF0;
}
.BgClassName
{
background-color: #E54AF0;
}
</style>
border-color css
<style>
span { border-color: #E54AF0; }
span { border-color: rgb(229,74,240); }
td.TdClassName
{
border-color: #E54AF0;
}
.TagClassName
{
border-color: #E54AF0;
}
</style>