Html Css Color HEX #E056EE Free Speech Magenta
📋 copy color: '#E056EE'red 224 ◦ green 86 ◦ blue 238
Shades of Free Speech Magenta #E056EE
Tints of Free Speech Magenta #E056EE
RGB
CMYK
RGB Variations
Color information
#E056EE (or 0xE056EE) is known color: Free Speech Magenta. HEX triplet: E0, 56 and EE. RGB value is (224,86,238). Sum of RGB (Red+Green+Blue) = 224+86+238=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 86 (33.98% from 255 or 15.69% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #E056EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E056EE is #1FA911. Grayscale: #909090. Windows color (decimal): -2074898 or 15619808. OLE color: 15619808.
HSL color Cylindrical-coordinate representation of color #E056EE: hue angle of 294.47º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E056EE is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 86 | 238 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.07 |
| HSL | 294.47º | 0.82% | 0.64% | - |
| HSV(B) | 294.47º | 0.64% | 0.93% | - |
| XYZ | 49.5 | 28.68 | 83.81 | - |
| YUV | 144.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 238 | 0.06 | 0.64 | 0 | 0.07 | 294.47 | 0.82 | 0.64 |
| Hex | E0 | 56 | EE | 6 | 40 | 0 | 7 | 126 | 52 | 40 |
| Octal | 340 | 126 | 356 | 6 | 100 | 0 | 7 | 446 | 122 | 100 |
| Binary | 11100000 | 1010110 | 11101110 | 110 | 1000000 | 0 | 111 | 100100110 | 1010010 | 1000000 |
Color Harmonies of #E056EE
Complementary color
Monochromatic Colors of #E056EE
Black with #E056EE
Text Example
Text Example
White with #E056EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E056EE; }
p { color: rgb(224,86,238); }
H1.HeaderClassName
{
color: #E056EE;
}
.AnyTagClassName
{
color: #E056EE;
}
</style>
background-color css
<style>
a { background-color: #E056EE; }
a { background-color: rgb(224,86,238); }
div.DivClassName
{
background-color: #E056EE;
}
.BgClassName
{
background-color: #E056EE;
}
</style>
border-color css
<style>
span { border-color: #E056EE; }
span { border-color: rgb(224,86,238); }
td.TdClassName
{
border-color: #E056EE;
}
.TagClassName
{
border-color: #E056EE;
}
</style>