Html Css Color HEX #E457F0 Free Speech Magenta
📋 copy color: '#E457F0'red 228 ◦ green 87 ◦ blue 240
Shades of Free Speech Magenta #E457F0
Tints of Free Speech Magenta #E457F0
RGB
CMYK
RGB Variations
Color information
#E457F0 (or 0xE457F0) is known color: Free Speech Magenta. HEX triplet: E4, 57 and F0. RGB value is (228,87,240). Sum of RGB (Red+Green+Blue) = 228+87+240=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 87 (34.38% from 255 or 15.68% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #E457F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E457F0 is #1BA80F. Grayscale: #929292. Windows color (decimal): -1812496 or 15751140. OLE color: 15751140.
HSL color Cylindrical-coordinate representation of color #E457F0: hue angle of 295.29º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E457F0 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 87 | 240 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.06 |
| HSL | 295.29º | 0.84% | 0.64% | - |
| HSV(B) | 295.29º | 0.64% | 0.94% | - |
| XYZ | 51.13 | 29.6 | 85.46 | - |
| YUV | 146.6 | 180.71 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 87 | 240 | 0.05 | 0.64 | 0 | 0.06 | 295.29 | 0.84 | 0.64 |
| Hex | E4 | 57 | F0 | 5 | 40 | 0 | 6 | 127 | 54 | 40 |
| Octal | 344 | 127 | 360 | 5 | 100 | 0 | 6 | 447 | 124 | 100 |
| Binary | 11100100 | 1010111 | 11110000 | 101 | 1000000 | 0 | 110 | 100100111 | 1010100 | 1000000 |
Color Harmonies of #E457F0
Complementary color
Monochromatic Colors of #E457F0
Black with #E457F0
Text Example
Text Example
White with #E457F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E457F0; }
p { color: rgb(228,87,240); }
H1.HeaderClassName
{
color: #E457F0;
}
.AnyTagClassName
{
color: #E457F0;
}
</style>
background-color css
<style>
a { background-color: #E457F0; }
a { background-color: rgb(228,87,240); }
div.DivClassName
{
background-color: #E457F0;
}
.BgClassName
{
background-color: #E457F0;
}
</style>
border-color css
<style>
span { border-color: #E457F0; }
span { border-color: rgb(228,87,240); }
td.TdClassName
{
border-color: #E457F0;
}
.TagClassName
{
border-color: #E457F0;
}
</style>