Html Css Color HEX #E241EC Free Speech Magenta
📋 copy color: '#E241EC'red 226 ◦ green 65 ◦ blue 236
Shades of Free Speech Magenta #E241EC
Tints of Free Speech Magenta #E241EC
RGB
CMYK
RGB Variations
Color information
#E241EC (or 0xE241EC) is known color: Free Speech Magenta. HEX triplet: E2, 41 and EC. RGB value is (226,65,236). Sum of RGB (Red+Green+Blue) = 226+65+236=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #E241EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E241EC is #1DBE13. Grayscale: #848484. Windows color (decimal): -1949204 or 15483362. OLE color: 15483362.
HSL color Cylindrical-coordinate representation of color #E241EC: hue angle of 296.49º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E241EC is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 65 | 236 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.07 |
| HSL | 296.49º | 0.82% | 0.59% | - |
| HSV(B) | 296.49º | 0.72% | 0.93% | - |
| XYZ | 48.39 | 26.01 | 81.83 | - |
| YUV | 132.63 | 186.34 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 236 | 0.04 | 0.72 | 0 | 0.07 | 296.49 | 0.82 | 0.59 |
| Hex | E2 | 41 | EC | 4 | 48 | 0 | 7 | 128 | 52 | 3B |
| Octal | 342 | 101 | 354 | 4 | 110 | 0 | 7 | 450 | 122 | 73 |
| Binary | 11100010 | 1000001 | 11101100 | 100 | 1001000 | 0 | 111 | 100101000 | 1010010 | 111011 |
Color Harmonies of #E241EC
Complementary color
Monochromatic Colors of #E241EC
Black with #E241EC
Text Example
Text Example
White with #E241EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E241EC; }
p { color: rgb(226,65,236); }
H1.HeaderClassName
{
color: #E241EC;
}
.AnyTagClassName
{
color: #E241EC;
}
</style>
background-color css
<style>
a { background-color: #E241EC; }
a { background-color: rgb(226,65,236); }
div.DivClassName
{
background-color: #E241EC;
}
.BgClassName
{
background-color: #E241EC;
}
</style>
border-color css
<style>
span { border-color: #E241EC; }
span { border-color: rgb(226,65,236); }
td.TdClassName
{
border-color: #E241EC;
}
.TagClassName
{
border-color: #E241EC;
}
</style>