Html Css Color HEX #E54AF5 Free Speech Magenta
📋 copy color: '#E54AF5'red 229 ◦ green 74 ◦ blue 245
Shades of Free Speech Magenta #E54AF5
Tints of Free Speech Magenta #E54AF5
RGB
CMYK
RGB Variations
Color information
#E54AF5 (or 0xE54AF5) is known color: Free Speech Magenta. HEX triplet: E5, 4A and F5. RGB value is (229,74,245). Sum of RGB (Red+Green+Blue) = 229+74+245=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 74 (29.30% from 255 or 13.50% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #E54AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54AF5 is #1AB50A. Grayscale: #8B8B8B. Windows color (decimal): -1750283 or 16075493. OLE color: 16075493.
HSL color Cylindrical-coordinate representation of color #E54AF5: hue angle of 294.39º degrees, saturation: 0.9, 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 #E54AF5 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 74 | 245 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.04 |
| HSL | 294.39º | 0.9% | 0.63% | - |
| HSV(B) | 294.39º | 0.7% | 0.96% | - |
| XYZ | 51.24 | 28.15 | 89.12 | - |
| YUV | 139.84 | 187.35 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 245 | 0.07 | 0.70 | 0 | 0.04 | 294.39 | 0.9 | 0.63 |
| Hex | E5 | 4A | F5 | 7 | 46 | 0 | 4 | 126 | 5A | 3F |
| Octal | 345 | 112 | 365 | 7 | 106 | 0 | 4 | 446 | 132 | 77 |
| Binary | 11100101 | 1001010 | 11110101 | 111 | 1000110 | 0 | 100 | 100100110 | 1011010 | 111111 |
Color Harmonies of #E54AF5
Complementary color
Monochromatic Colors of #E54AF5
Black with #E54AF5
Text Example
Text Example
White with #E54AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54AF5; }
p { color: rgb(229,74,245); }
H1.HeaderClassName
{
color: #E54AF5;
}
.AnyTagClassName
{
color: #E54AF5;
}
</style>
background-color css
<style>
a { background-color: #E54AF5; }
a { background-color: rgb(229,74,245); }
div.DivClassName
{
background-color: #E54AF5;
}
.BgClassName
{
background-color: #E54AF5;
}
</style>
border-color css
<style>
span { border-color: #E54AF5; }
span { border-color: rgb(229,74,245); }
td.TdClassName
{
border-color: #E54AF5;
}
.TagClassName
{
border-color: #E54AF5;
}
</style>