Html Css Color HEX #E54FEA Free Speech Magenta
📋 copy color: '#E54FEA'red 229 ◦ green 79 ◦ blue 234
Shades of Free Speech Magenta #E54FEA
Tints of Free Speech Magenta #E54FEA
RGB
CMYK
RGB Variations
Color information
#E54FEA (or 0xE54FEA) is known color: Free Speech Magenta. HEX triplet: E5, 4F and EA. RGB value is (229,79,234). Sum of RGB (Red+Green+Blue) = 229+79+234=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 79 (31.25% from 255 or 14.58% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #E54FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54FEA is #1AB015. Grayscale: #8D8D8D. Windows color (decimal): -1749014 or 15355877. OLE color: 15355877.
HSL color Cylindrical-coordinate representation of color #E54FEA: hue angle of 298.06º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54FEA is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 79 | 234 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.08 |
| HSL | 298.06º | 0.79% | 0.61% | - |
| HSV(B) | 298.06º | 0.66% | 0.92% | - |
| XYZ | 49.96 | 28.19 | 80.65 | - |
| YUV | 141.52 | 180.2 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 234 | 0.02 | 0.66 | 0 | 0.08 | 298.06 | 0.79 | 0.61 |
| Hex | E5 | 4F | EA | 2 | 42 | 0 | 8 | 12A | 4F | 3D |
| Octal | 345 | 117 | 352 | 2 | 102 | 0 | 10 | 452 | 117 | 75 |
| Binary | 11100101 | 1001111 | 11101010 | 10 | 1000010 | 0 | 1000 | 100101010 | 1001111 | 111101 |
Color Harmonies of #E54FEA
Complementary color
Monochromatic Colors of #E54FEA
Black with #E54FEA
Text Example
Text Example
White with #E54FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54FEA; }
p { color: rgb(229,79,234); }
H1.HeaderClassName
{
color: #E54FEA;
}
.AnyTagClassName
{
color: #E54FEA;
}
</style>
background-color css
<style>
a { background-color: #E54FEA; }
a { background-color: rgb(229,79,234); }
div.DivClassName
{
background-color: #E54FEA;
}
.BgClassName
{
background-color: #E54FEA;
}
</style>
border-color css
<style>
span { border-color: #E54FEA; }
span { border-color: rgb(229,79,234); }
td.TdClassName
{
border-color: #E54FEA;
}
.TagClassName
{
border-color: #E54FEA;
}
</style>