Html Css Color HEX #E051ED Free Speech Magenta
📋 copy color: '#E051ED'red 224 ◦ green 81 ◦ blue 237
Shades of Free Speech Magenta #E051ED
Tints of Free Speech Magenta #E051ED
RGB
CMYK
RGB Variations
Color information
#E051ED (or 0xE051ED) is known color: Free Speech Magenta. HEX triplet: E0, 51 and ED. RGB value is (224,81,237). Sum of RGB (Red+Green+Blue) = 224+81+237=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 81 (32.03% from 255 or 14.94% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #E051ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E051ED is #1FAE12. Grayscale: #8D8D8D. Windows color (decimal): -2076179 or 15552992. OLE color: 15552992.
HSL color Cylindrical-coordinate representation of color #E051ED: hue angle of 295º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E051ED is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 81 | 237 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.07 |
| HSL | 295º | 0.81% | 0.62% | - |
| HSV(B) | 295º | 0.66% | 0.93% | - |
| XYZ | 48.97 | 27.85 | 82.91 | - |
| YUV | 141.54 | 181.88 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 237 | 0.05 | 0.66 | 0 | 0.07 | 295 | 0.81 | 0.62 |
| Hex | E0 | 51 | ED | 5 | 42 | 0 | 7 | 127 | 51 | 3E |
| Octal | 340 | 121 | 355 | 5 | 102 | 0 | 7 | 447 | 121 | 76 |
| Binary | 11100000 | 1010001 | 11101101 | 101 | 1000010 | 0 | 111 | 100100111 | 1010001 | 111110 |
Color Harmonies of #E051ED
Complementary color
Monochromatic Colors of #E051ED
Black with #E051ED
Text Example
Text Example
White with #E051ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E051ED; }
p { color: rgb(224,81,237); }
H1.HeaderClassName
{
color: #E051ED;
}
.AnyTagClassName
{
color: #E051ED;
}
</style>
background-color css
<style>
a { background-color: #E051ED; }
a { background-color: rgb(224,81,237); }
div.DivClassName
{
background-color: #E051ED;
}
.BgClassName
{
background-color: #E051ED;
}
</style>
border-color css
<style>
span { border-color: #E051ED; }
span { border-color: rgb(224,81,237); }
td.TdClassName
{
border-color: #E051ED;
}
.TagClassName
{
border-color: #E051ED;
}
</style>