Html Css Color HEX #E040EF Free Speech Magenta
📋 copy color: '#E040EF'red 224 ◦ green 64 ◦ blue 239
Shades of Free Speech Magenta #E040EF
Tints of Free Speech Magenta #E040EF
RGB
CMYK
RGB Variations
Color information
#E040EF (or 0xE040EF) is known color: Free Speech Magenta. HEX triplet: E0, 40 and EF. RGB value is (224,64,239). Sum of RGB (Red+Green+Blue) = 224+64+239=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #E040EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E040EF is #1FBF10. Grayscale: #838383. Windows color (decimal): -2080529 or 15679712. OLE color: 15679712.
HSL color Cylindrical-coordinate representation of color #E040EF: hue angle of 294.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E040EF is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 64 | 239 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.06 |
| HSL | 294.86º | 0.85% | 0.59% | - |
| HSV(B) | 294.86º | 0.73% | 0.94% | - |
| XYZ | 48.15 | 25.75 | 84.09 | - |
| YUV | 131.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 239 | 0.06 | 0.73 | 0 | 0.06 | 294.86 | 0.85 | 0.59 |
| Hex | E0 | 40 | EF | 6 | 49 | 0 | 6 | 127 | 55 | 3B |
| Octal | 340 | 100 | 357 | 6 | 111 | 0 | 6 | 447 | 125 | 73 |
| Binary | 11100000 | 1000000 | 11101111 | 110 | 1001001 | 0 | 110 | 100100111 | 1010101 | 111011 |
Color Harmonies of #E040EF
Complementary color
Monochromatic Colors of #E040EF
Black with #E040EF
Text Example
Text Example
White with #E040EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040EF; }
p { color: rgb(224,64,239); }
H1.HeaderClassName
{
color: #E040EF;
}
.AnyTagClassName
{
color: #E040EF;
}
</style>
background-color css
<style>
a { background-color: #E040EF; }
a { background-color: rgb(224,64,239); }
div.DivClassName
{
background-color: #E040EF;
}
.BgClassName
{
background-color: #E040EF;
}
</style>
border-color css
<style>
span { border-color: #E040EF; }
span { border-color: rgb(224,64,239); }
td.TdClassName
{
border-color: #E040EF;
}
.TagClassName
{
border-color: #E040EF;
}
</style>