Html Css Color HEX #E440E4 Free Speech Magenta
📋 copy color: '#E440E4'red 228 ◦ green 64 ◦ blue 228
Shades of Free Speech Magenta #E440E4
Tints of Free Speech Magenta #E440E4
RGB
CMYK
RGB Variations
Color information
#E440E4 (or 0xE440E4) is known color: Free Speech Magenta. HEX triplet: E4, 40 and E4. RGB value is (228,64,228). Sum of RGB (Red+Green+Blue) = 228+64+228=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: red, blue. Hex color #E440E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E440E4 is #1BBF1B. Grayscale: #838383. Windows color (decimal): -1818396 or 14958820. OLE color: 14958820.
HSL color Cylindrical-coordinate representation of color #E440E4: hue angle of 300º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E440E4 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 64 | 228 | - |
| CMYK | 0 | 0.72 | 0 | 0.11 |
| HSL | 300º | 0.75% | 0.57% | - |
| HSV(B) | 300º | 0.72% | 0.89% | - |
| XYZ | 47.83 | 25.76 | 75.85 | - |
| YUV | 131.73 | 182.33 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 64 | 228 | 0 | 0.72 | 0 | 0.11 | 300 | 0.75 | 0.57 |
| Hex | E4 | 40 | E4 | 0 | 48 | 0 | B | 12C | 4B | 39 |
| Octal | 344 | 100 | 344 | 0 | 110 | 0 | 13 | 454 | 113 | 71 |
| Binary | 11100100 | 1000000 | 11100100 | 0 | 1001000 | 0 | 1011 | 100101100 | 1001011 | 111001 |
Color Harmonies of #E440E4
Complementary color
Monochromatic Colors of #E440E4
Black with #E440E4
Text Example
Text Example
White with #E440E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E440E4; }
p { color: rgb(228,64,228); }
H1.HeaderClassName
{
color: #E440E4;
}
.AnyTagClassName
{
color: #E440E4;
}
</style>
background-color css
<style>
a { background-color: #E440E4; }
a { background-color: rgb(228,64,228); }
div.DivClassName
{
background-color: #E440E4;
}
.BgClassName
{
background-color: #E440E4;
}
</style>
border-color css
<style>
span { border-color: #E440E4; }
span { border-color: rgb(228,64,228); }
td.TdClassName
{
border-color: #E440E4;
}
.TagClassName
{
border-color: #E440E4;
}
</style>