Html Css Color HEX #E057F2 Free Speech Magenta
📋 copy color: '#E057F2'red 224 ◦ green 87 ◦ blue 242
Shades of Free Speech Magenta #E057F2
Tints of Free Speech Magenta #E057F2
RGB
CMYK
RGB Variations
Color information
#E057F2 (or 0xE057F2) is known color: Free Speech Magenta. HEX triplet: E0, 57 and F2. RGB value is (224,87,242). Sum of RGB (Red+Green+Blue) = 224+87+242=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 87 (34.38% from 255 or 15.73% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #E057F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E057F2 is #1FA80D. Grayscale: #919191. Windows color (decimal): -2074638 or 15882208. OLE color: 15882208.
HSL color Cylindrical-coordinate representation of color #E057F2: hue angle of 293.03º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E057F2 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 87 | 242 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.05 |
| HSL | 293.03º | 0.86% | 0.65% | - |
| HSV(B) | 293.03º | 0.64% | 0.95% | - |
| XYZ | 50.18 | 29.07 | 86.97 | - |
| YUV | 145.63 | 182.39 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 242 | 0.07 | 0.64 | 0 | 0.05 | 293.03 | 0.86 | 0.65 |
| Hex | E0 | 57 | F2 | 7 | 40 | 0 | 5 | 125 | 56 | 41 |
| Octal | 340 | 127 | 362 | 7 | 100 | 0 | 5 | 445 | 126 | 101 |
| Binary | 11100000 | 1010111 | 11110010 | 111 | 1000000 | 0 | 101 | 100100101 | 1010110 | 1000001 |
Color Harmonies of #E057F2
Complementary color
Monochromatic Colors of #E057F2
Black with #E057F2
Text Example
Text Example
White with #E057F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E057F2; }
p { color: rgb(224,87,242); }
H1.HeaderClassName
{
color: #E057F2;
}
.AnyTagClassName
{
color: #E057F2;
}
</style>
background-color css
<style>
a { background-color: #E057F2; }
a { background-color: rgb(224,87,242); }
div.DivClassName
{
background-color: #E057F2;
}
.BgClassName
{
background-color: #E057F2;
}
</style>
border-color css
<style>
span { border-color: #E057F2; }
span { border-color: rgb(224,87,242); }
td.TdClassName
{
border-color: #E057F2;
}
.TagClassName
{
border-color: #E057F2;
}
</style>