Html Css Color HEX #E54DF6 Free Speech Magenta
📋 copy color: '#E54DF6'red 229 ◦ green 77 ◦ blue 246
Shades of Free Speech Magenta #E54DF6
Tints of Free Speech Magenta #E54DF6
RGB
CMYK
RGB Variations
Color information
#E54DF6 (or 0xE54DF6) is known color: Free Speech Magenta. HEX triplet: E5, 4D and F6. RGB value is (229,77,246). Sum of RGB (Red+Green+Blue) = 229+77+246=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 77 (30.47% from 255 or 13.95% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #E54DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54DF6 is #1AB209. Grayscale: #8D8D8D. Windows color (decimal): -1749514 or 16141797. OLE color: 16141797.
HSL color Cylindrical-coordinate representation of color #E54DF6: hue angle of 293.96º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54DF6 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 77 | 246 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.04 |
| HSL | 293.96º | 0.9% | 0.63% | - |
| HSV(B) | 293.96º | 0.69% | 0.96% | - |
| XYZ | 51.6 | 28.62 | 89.99 | - |
| YUV | 141.71 | 186.86 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 246 | 0.07 | 0.69 | 0 | 0.04 | 293.96 | 0.9 | 0.63 |
| Hex | E5 | 4D | F6 | 7 | 45 | 0 | 4 | 126 | 5A | 3F |
| Octal | 345 | 115 | 366 | 7 | 105 | 0 | 4 | 446 | 132 | 77 |
| Binary | 11100101 | 1001101 | 11110110 | 111 | 1000101 | 0 | 100 | 100100110 | 1011010 | 111111 |
Color Harmonies of #E54DF6
Complementary color
Monochromatic Colors of #E54DF6
Black with #E54DF6
Text Example
Text Example
White with #E54DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54DF6; }
p { color: rgb(229,77,246); }
H1.HeaderClassName
{
color: #E54DF6;
}
.AnyTagClassName
{
color: #E54DF6;
}
</style>
background-color css
<style>
a { background-color: #E54DF6; }
a { background-color: rgb(229,77,246); }
div.DivClassName
{
background-color: #E54DF6;
}
.BgClassName
{
background-color: #E54DF6;
}
</style>
border-color css
<style>
span { border-color: #E54DF6; }
span { border-color: rgb(229,77,246); }
td.TdClassName
{
border-color: #E54DF6;
}
.TagClassName
{
border-color: #E54DF6;
}
</style>