Html Css Color HEX #E037ED Free Speech Magenta
📋 copy color: '#E037ED'red 224 ◦ green 55 ◦ blue 237
Shades of Free Speech Magenta #E037ED
Tints of Free Speech Magenta #E037ED
RGB
CMYK
RGB Variations
Color information
#E037ED (or 0xE037ED) is known color: Free Speech Magenta. HEX triplet: E0, 37 and ED. RGB value is (224,55,237). Sum of RGB (Red+Green+Blue) = 224+55+237=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #E037ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E037ED is #1FC812. Grayscale: #7D7D7D. Windows color (decimal): -2082835 or 15546336. OLE color: 15546336.
HSL color Cylindrical-coordinate representation of color #E037ED: hue angle of 295.71º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E037ED is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 55 | 237 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.07 |
| HSL | 295.71º | 0.83% | 0.57% | - |
| HSV(B) | 295.71º | 0.77% | 0.93% | - |
| XYZ | 47.39 | 24.69 | 82.39 | - |
| YUV | 126.28 | 190.49 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 55 | 237 | 0.05 | 0.77 | 0 | 0.07 | 295.71 | 0.83 | 0.57 |
| Hex | E0 | 37 | ED | 5 | 4D | 0 | 7 | 128 | 53 | 39 |
| Octal | 340 | 67 | 355 | 5 | 115 | 0 | 7 | 450 | 123 | 71 |
| Binary | 11100000 | 110111 | 11101101 | 101 | 1001101 | 0 | 111 | 100101000 | 1010011 | 111001 |
Color Harmonies of #E037ED
Complementary color
Monochromatic Colors of #E037ED
Black with #E037ED
Text Example
Text Example
White with #E037ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E037ED; }
p { color: rgb(224,55,237); }
H1.HeaderClassName
{
color: #E037ED;
}
.AnyTagClassName
{
color: #E037ED;
}
</style>
background-color css
<style>
a { background-color: #E037ED; }
a { background-color: rgb(224,55,237); }
div.DivClassName
{
background-color: #E037ED;
}
.BgClassName
{
background-color: #E037ED;
}
</style>
border-color css
<style>
span { border-color: #E037ED; }
span { border-color: rgb(224,55,237); }
td.TdClassName
{
border-color: #E037ED;
}
.TagClassName
{
border-color: #E037ED;
}
</style>