Html Css Color HEX #E041ED Free Speech Magenta
📋 copy color: '#E041ED'red 224 ◦ green 65 ◦ blue 237
Shades of Free Speech Magenta #E041ED
Tints of Free Speech Magenta #E041ED
RGB
CMYK
RGB Variations
Color information
#E041ED (or 0xE041ED) is known color: Free Speech Magenta. HEX triplet: E0, 41 and ED. RGB value is (224,65,237). Sum of RGB (Red+Green+Blue) = 224+65+237=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #E041ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E041ED is #1FBE12. Grayscale: #838383. Windows color (decimal): -2080275 or 15548896. OLE color: 15548896.
HSL color Cylindrical-coordinate representation of color #E041ED: hue angle of 295.47º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E041ED is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 65 | 237 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.07 |
| HSL | 295.47º | 0.83% | 0.59% | - |
| HSV(B) | 295.47º | 0.73% | 0.93% | - |
| XYZ | 47.92 | 25.74 | 82.56 | - |
| YUV | 132.15 | 187.18 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 237 | 0.05 | 0.73 | 0 | 0.07 | 295.47 | 0.83 | 0.59 |
| Hex | E0 | 41 | ED | 5 | 49 | 0 | 7 | 127 | 53 | 3B |
| Octal | 340 | 101 | 355 | 5 | 111 | 0 | 7 | 447 | 123 | 73 |
| Binary | 11100000 | 1000001 | 11101101 | 101 | 1001001 | 0 | 111 | 100100111 | 1010011 | 111011 |
Color Harmonies of #E041ED
Complementary color
Monochromatic Colors of #E041ED
Black with #E041ED
Text Example
Text Example
White with #E041ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E041ED; }
p { color: rgb(224,65,237); }
H1.HeaderClassName
{
color: #E041ED;
}
.AnyTagClassName
{
color: #E041ED;
}
</style>
background-color css
<style>
a { background-color: #E041ED; }
a { background-color: rgb(224,65,237); }
div.DivClassName
{
background-color: #E041ED;
}
.BgClassName
{
background-color: #E041ED;
}
</style>
border-color css
<style>
span { border-color: #E041ED; }
span { border-color: rgb(224,65,237); }
td.TdClassName
{
border-color: #E041ED;
}
.TagClassName
{
border-color: #E041ED;
}
</style>