Html Css Color HEX #E055F0 Free Speech Magenta
📋 copy color: '#E055F0'red 224 ◦ green 85 ◦ blue 240
Shades of Free Speech Magenta #E055F0
Tints of Free Speech Magenta #E055F0
RGB
CMYK
RGB Variations
Color information
#E055F0 (or 0xE055F0) is known color: Free Speech Magenta. HEX triplet: E0, 55 and F0. RGB value is (224,85,240). Sum of RGB (Red+Green+Blue) = 224+85+240=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #E055F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E055F0 is #1FAA0F. Grayscale: #8F8F8F. Windows color (decimal): -2075152 or 15750624. OLE color: 15750624.
HSL color Cylindrical-coordinate representation of color #E055F0: hue angle of 293.81º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E055F0 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 85 | 240 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.06 |
| HSL | 293.81º | 0.84% | 0.64% | - |
| HSV(B) | 293.81º | 0.65% | 0.94% | - |
| XYZ | 49.72 | 28.64 | 85.34 | - |
| YUV | 144.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 240 | 0.07 | 0.65 | 0 | 0.06 | 293.81 | 0.84 | 0.64 |
| Hex | E0 | 55 | F0 | 7 | 41 | 0 | 6 | 126 | 54 | 40 |
| Octal | 340 | 125 | 360 | 7 | 101 | 0 | 6 | 446 | 124 | 100 |
| Binary | 11100000 | 1010101 | 11110000 | 111 | 1000001 | 0 | 110 | 100100110 | 1010100 | 1000000 |
Color Harmonies of #E055F0
Complementary color
Monochromatic Colors of #E055F0
Black with #E055F0
Text Example
Text Example
White with #E055F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E055F0; }
p { color: rgb(224,85,240); }
H1.HeaderClassName
{
color: #E055F0;
}
.AnyTagClassName
{
color: #E055F0;
}
</style>
background-color css
<style>
a { background-color: #E055F0; }
a { background-color: rgb(224,85,240); }
div.DivClassName
{
background-color: #E055F0;
}
.BgClassName
{
background-color: #E055F0;
}
</style>
border-color css
<style>
span { border-color: #E055F0; }
span { border-color: rgb(224,85,240); }
td.TdClassName
{
border-color: #E055F0;
}
.TagClassName
{
border-color: #E055F0;
}
</style>