Html Css Color HEX #E241ED Free Speech Magenta
📋 copy color: '#E241ED'red 226 ◦ green 65 ◦ blue 237
Shades of Free Speech Magenta #E241ED
Tints of Free Speech Magenta #E241ED
RGB
CMYK
RGB Variations
Color information
#E241ED (or 0xE241ED) is known color: Free Speech Magenta. HEX triplet: E2, 41 and ED. RGB value is (226,65,237). Sum of RGB (Red+Green+Blue) = 226+65+237=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #E241ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E241ED is #1DBE12. Grayscale: #848484. Windows color (decimal): -1949203 or 15548898. OLE color: 15548898.
HSL color Cylindrical-coordinate representation of color #E241ED: hue angle of 296.16º 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 #E241ED is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 65 | 237 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.07 |
| HSL | 296.16º | 0.83% | 0.59% | - |
| HSV(B) | 296.16º | 0.73% | 0.93% | - |
| XYZ | 48.54 | 26.06 | 82.59 | - |
| YUV | 132.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 237 | 0.05 | 0.73 | 0 | 0.07 | 296.16 | 0.83 | 0.59 |
| Hex | E2 | 41 | ED | 5 | 49 | 0 | 7 | 128 | 53 | 3B |
| Octal | 342 | 101 | 355 | 5 | 111 | 0 | 7 | 450 | 123 | 73 |
| Binary | 11100010 | 1000001 | 11101101 | 101 | 1001001 | 0 | 111 | 100101000 | 1010011 | 111011 |
Color Harmonies of #E241ED
Complementary color
Monochromatic Colors of #E241ED
Black with #E241ED
Text Example
Text Example
White with #E241ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E241ED; }
p { color: rgb(226,65,237); }
H1.HeaderClassName
{
color: #E241ED;
}
.AnyTagClassName
{
color: #E241ED;
}
</style>
background-color css
<style>
a { background-color: #E241ED; }
a { background-color: rgb(226,65,237); }
div.DivClassName
{
background-color: #E241ED;
}
.BgClassName
{
background-color: #E241ED;
}
</style>
border-color css
<style>
span { border-color: #E241ED; }
span { border-color: rgb(226,65,237); }
td.TdClassName
{
border-color: #E241ED;
}
.TagClassName
{
border-color: #E241ED;
}
</style>