Html Css Color HEX #E040FC Free Speech Magenta
📋 copy color: '#E040FC'red 224 ◦ green 64 ◦ blue 252
Shades of Free Speech Magenta #E040FC
Tints of Free Speech Magenta #E040FC
RGB
CMYK
RGB Variations
Color information
#E040FC (or 0xE040FC) is known color: Free Speech Magenta. HEX triplet: E0, 40 and FC. RGB value is (224,64,252). Sum of RGB (Red+Green+Blue) = 224+64+252=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 64 (25.39% from 255 or 11.85% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #E040FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E040FC is #1FBF03. Grayscale: #848484. Windows color (decimal): -2080516 or 16531680. OLE color: 16531680.
HSL color Cylindrical-coordinate representation of color #E040FC: hue angle of 291.06º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E040FC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 64 | 252 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.01 |
| HSL | 291.06º | 0.97% | 0.62% | - |
| HSV(B) | 291.06º | 0.75% | 0.99% | - |
| XYZ | 50.14 | 26.54 | 94.58 | - |
| YUV | 133.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 252 | 0.11 | 0.75 | 0 | 0.01 | 291.06 | 0.97 | 0.62 |
| Hex | E0 | 40 | FC | B | 4B | 0 | 1 | 123 | 61 | 3E |
| Octal | 340 | 100 | 374 | 13 | 113 | 0 | 1 | 443 | 141 | 76 |
| Binary | 11100000 | 1000000 | 11111100 | 1011 | 1001011 | 0 | 1 | 100100011 | 1100001 | 111110 |
Color Harmonies of #E040FC
Complementary color
Monochromatic Colors of #E040FC
Black with #E040FC
Text Example
Text Example
White with #E040FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040FC; }
p { color: rgb(224,64,252); }
H1.HeaderClassName
{
color: #E040FC;
}
.AnyTagClassName
{
color: #E040FC;
}
</style>
background-color css
<style>
a { background-color: #E040FC; }
a { background-color: rgb(224,64,252); }
div.DivClassName
{
background-color: #E040FC;
}
.BgClassName
{
background-color: #E040FC;
}
</style>
border-color css
<style>
span { border-color: #E040FC; }
span { border-color: rgb(224,64,252); }
td.TdClassName
{
border-color: #E040FC;
}
.TagClassName
{
border-color: #E040FC;
}
</style>