Html Css Color HEX #E441EE Free Speech Magenta
📋 copy color: '#E441EE'red 228 ◦ green 65 ◦ blue 238
Shades of Free Speech Magenta #E441EE
Tints of Free Speech Magenta #E441EE
RGB
CMYK
RGB Variations
Color information
#E441EE (or 0xE441EE) is known color: Free Speech Magenta. HEX triplet: E4, 41 and EE. RGB value is (228,65,238). Sum of RGB (Red+Green+Blue) = 228+65+238=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 65 (25.78% from 255 or 12.24% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #E441EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E441EE is #1BBE11. Grayscale: #848484. Windows color (decimal): -1818130 or 15614436. OLE color: 15614436.
HSL color Cylindrical-coordinate representation of color #E441EE: hue angle of 296.53º 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 #E441EE is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 65 | 238 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.07 |
| HSL | 296.53º | 0.84% | 0.59% | - |
| HSV(B) | 296.53º | 0.73% | 0.93% | - |
| XYZ | 49.32 | 26.45 | 83.39 | - |
| YUV | 133.46 | 187 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 65 | 238 | 0.04 | 0.73 | 0 | 0.07 | 296.53 | 0.84 | 0.59 |
| Hex | E4 | 41 | EE | 4 | 49 | 0 | 7 | 129 | 54 | 3B |
| Octal | 344 | 101 | 356 | 4 | 111 | 0 | 7 | 451 | 124 | 73 |
| Binary | 11100100 | 1000001 | 11101110 | 100 | 1001001 | 0 | 111 | 100101001 | 1010100 | 111011 |
Color Harmonies of #E441EE
Complementary color
Monochromatic Colors of #E441EE
Black with #E441EE
Text Example
Text Example
White with #E441EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E441EE; }
p { color: rgb(228,65,238); }
H1.HeaderClassName
{
color: #E441EE;
}
.AnyTagClassName
{
color: #E441EE;
}
</style>
background-color css
<style>
a { background-color: #E441EE; }
a { background-color: rgb(228,65,238); }
div.DivClassName
{
background-color: #E441EE;
}
.BgClassName
{
background-color: #E441EE;
}
</style>
border-color css
<style>
span { border-color: #E441EE; }
span { border-color: rgb(228,65,238); }
td.TdClassName
{
border-color: #E441EE;
}
.TagClassName
{
border-color: #E441EE;
}
</style>