Html Css Color HEX #E058EF Free Speech Magenta
📋 copy color: '#E058EF'red 224 ◦ green 88 ◦ blue 239
Shades of Free Speech Magenta #E058EF
Tints of Free Speech Magenta #E058EF
RGB
CMYK
RGB Variations
Color information
#E058EF (or 0xE058EF) is known color: Free Speech Magenta. HEX triplet: E0, 58 and EF. RGB value is (224,88,239). Sum of RGB (Red+Green+Blue) = 224+88+239=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #E058EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E058EF is #1FA710. Grayscale: #919191. Windows color (decimal): -2074385 or 15685856. OLE color: 15685856.
HSL color Cylindrical-coordinate representation of color #E058EF: hue angle of 294.04º degrees, saturation: 0.83, 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 #E058EF is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 88 | 239 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.06 |
| HSL | 294.04º | 0.83% | 0.64% | - |
| HSV(B) | 294.04º | 0.63% | 0.94% | - |
| XYZ | 49.81 | 29.06 | 84.64 | - |
| YUV | 145.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 239 | 0.06 | 0.63 | 0 | 0.06 | 294.04 | 0.83 | 0.64 |
| Hex | E0 | 58 | EF | 6 | 3F | 0 | 6 | 126 | 53 | 40 |
| Octal | 340 | 130 | 357 | 6 | 77 | 0 | 6 | 446 | 123 | 100 |
| Binary | 11100000 | 1011000 | 11101111 | 110 | 111111 | 0 | 110 | 100100110 | 1010011 | 1000000 |
Color Harmonies of #E058EF
Complementary color
Monochromatic Colors of #E058EF
Black with #E058EF
Text Example
Text Example
White with #E058EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E058EF; }
p { color: rgb(224,88,239); }
H1.HeaderClassName
{
color: #E058EF;
}
.AnyTagClassName
{
color: #E058EF;
}
</style>
background-color css
<style>
a { background-color: #E058EF; }
a { background-color: rgb(224,88,239); }
div.DivClassName
{
background-color: #E058EF;
}
.BgClassName
{
background-color: #E058EF;
}
</style>
border-color css
<style>
span { border-color: #E058EF; }
span { border-color: rgb(224,88,239); }
td.TdClassName
{
border-color: #E058EF;
}
.TagClassName
{
border-color: #E058EF;
}
</style>