Html Css Color HEX #E057F0 Free Speech Magenta
📋 copy color: '#E057F0'red 224 ◦ green 87 ◦ blue 240
Shades of Free Speech Magenta #E057F0
Tints of Free Speech Magenta #E057F0
RGB
CMYK
RGB Variations
Color information
#E057F0 (or 0xE057F0) is known color: Free Speech Magenta. HEX triplet: E0, 57 and F0. RGB value is (224,87,240). Sum of RGB (Red+Green+Blue) = 224+87+240=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 87 (34.38% from 255 or 15.79% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #E057F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E057F0 is #1FA80F. Grayscale: #909090. Windows color (decimal): -2074640 or 15751136. OLE color: 15751136.
HSL color Cylindrical-coordinate representation of color #E057F0: hue angle of 293.73º 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 #E057F0 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 87 | 240 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.06 |
| HSL | 293.73º | 0.84% | 0.64% | - |
| HSV(B) | 293.73º | 0.64% | 0.94% | - |
| XYZ | 49.88 | 28.95 | 85.4 | - |
| YUV | 145.41 | 181.39 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 240 | 0.07 | 0.64 | 0 | 0.06 | 293.73 | 0.84 | 0.64 |
| Hex | E0 | 57 | F0 | 7 | 40 | 0 | 6 | 126 | 54 | 40 |
| Octal | 340 | 127 | 360 | 7 | 100 | 0 | 6 | 446 | 124 | 100 |
| Binary | 11100000 | 1010111 | 11110000 | 111 | 1000000 | 0 | 110 | 100100110 | 1010100 | 1000000 |
Color Harmonies of #E057F0
Complementary color
Monochromatic Colors of #E057F0
Black with #E057F0
Text Example
Text Example
White with #E057F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E057F0; }
p { color: rgb(224,87,240); }
H1.HeaderClassName
{
color: #E057F0;
}
.AnyTagClassName
{
color: #E057F0;
}
</style>
background-color css
<style>
a { background-color: #E057F0; }
a { background-color: rgb(224,87,240); }
div.DivClassName
{
background-color: #E057F0;
}
.BgClassName
{
background-color: #E057F0;
}
</style>
border-color css
<style>
span { border-color: #E057F0; }
span { border-color: rgb(224,87,240); }
td.TdClassName
{
border-color: #E057F0;
}
.TagClassName
{
border-color: #E057F0;
}
</style>