Html Css Color HEX #E241EE Free Speech Magenta
📋 copy color: '#E241EE'red 226 ◦ green 65 ◦ blue 238
Shades of Free Speech Magenta #E241EE
Tints of Free Speech Magenta #E241EE
RGB
CMYK
RGB Variations
Color information
#E241EE (or 0xE241EE) is known color: Free Speech Magenta. HEX triplet: E2, 41 and EE. RGB value is (226,65,238). Sum of RGB (Red+Green+Blue) = 226+65+238=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 65 (25.78% from 255 or 12.29% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #E241EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E241EE is #1DBE11. Grayscale: #848484. Windows color (decimal): -1949202 or 15614434. OLE color: 15614434.
HSL color Cylindrical-coordinate representation of color #E241EE: hue angle of 295.84º degrees, saturation: 0.84, 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 #E241EE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 65 | 238 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.07 |
| HSL | 295.84º | 0.84% | 0.59% | - |
| HSV(B) | 295.84º | 0.73% | 0.93% | - |
| XYZ | 48.69 | 26.12 | 83.36 | - |
| YUV | 132.86 | 187.34 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 238 | 0.05 | 0.73 | 0 | 0.07 | 295.84 | 0.84 | 0.59 |
| Hex | E2 | 41 | EE | 5 | 49 | 0 | 7 | 128 | 54 | 3B |
| Octal | 342 | 101 | 356 | 5 | 111 | 0 | 7 | 450 | 124 | 73 |
| Binary | 11100010 | 1000001 | 11101110 | 101 | 1001001 | 0 | 111 | 100101000 | 1010100 | 111011 |
Color Harmonies of #E241EE
Complementary color
Monochromatic Colors of #E241EE
Black with #E241EE
Text Example
Text Example
White with #E241EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E241EE; }
p { color: rgb(226,65,238); }
H1.HeaderClassName
{
color: #E241EE;
}
.AnyTagClassName
{
color: #E241EE;
}
</style>
background-color css
<style>
a { background-color: #E241EE; }
a { background-color: rgb(226,65,238); }
div.DivClassName
{
background-color: #E241EE;
}
.BgClassName
{
background-color: #E241EE;
}
</style>
border-color css
<style>
span { border-color: #E241EE; }
span { border-color: rgb(226,65,238); }
td.TdClassName
{
border-color: #E241EE;
}
.TagClassName
{
border-color: #E241EE;
}
</style>