Html Css Color HEX #E058F0 Free Speech Magenta
📋 copy color: '#E058F0'red 224 ◦ green 88 ◦ blue 240
Shades of Free Speech Magenta #E058F0
Tints of Free Speech Magenta #E058F0
RGB
CMYK
RGB Variations
Color information
#E058F0 (or 0xE058F0) is known color: Free Speech Magenta. HEX triplet: E0, 58 and F0. RGB value is (224,88,240). Sum of RGB (Red+Green+Blue) = 224+88+240=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #E058F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058F0 is #1FA70F. Grayscale: #919191. Windows color (decimal): -2074384 or 15751392. OLE color: 15751392.
HSL color Cylindrical-coordinate representation of color #E058F0: hue angle of 293.68º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E058F0 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 88 | 240 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.06 |
| HSL | 293.68º | 0.84% | 0.64% | - |
| HSV(B) | 293.68º | 0.63% | 0.94% | - |
| XYZ | 49.96 | 29.12 | 85.43 | - |
| YUV | 145.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 240 | 0.07 | 0.63 | 0 | 0.06 | 293.68 | 0.84 | 0.64 |
| Hex | E0 | 58 | F0 | 7 | 3F | 0 | 6 | 126 | 54 | 40 |
| Octal | 340 | 130 | 360 | 7 | 77 | 0 | 6 | 446 | 124 | 100 |
| Binary | 11100000 | 1011000 | 11110000 | 111 | 111111 | 0 | 110 | 100100110 | 1010100 | 1000000 |
Color Harmonies of #E058F0
Complementary color
Monochromatic Colors of #E058F0
Black with #E058F0
Text Example
Text Example
White with #E058F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E058F0; }
p { color: rgb(224,88,240); }
H1.HeaderClassName
{
color: #E058F0;
}
.AnyTagClassName
{
color: #E058F0;
}
</style>
background-color css
<style>
a { background-color: #E058F0; }
a { background-color: rgb(224,88,240); }
div.DivClassName
{
background-color: #E058F0;
}
.BgClassName
{
background-color: #E058F0;
}
</style>
border-color css
<style>
span { border-color: #E058F0; }
span { border-color: rgb(224,88,240); }
td.TdClassName
{
border-color: #E058F0;
}
.TagClassName
{
border-color: #E058F0;
}
</style>