Html Css Color HEX #E044F7 Free Speech Magenta
📋 copy color: '#E044F7'red 224 ◦ green 68 ◦ blue 247
Shades of Free Speech Magenta #E044F7
Tints of Free Speech Magenta #E044F7
RGB
CMYK
RGB Variations
Color information
#E044F7 (or 0xE044F7) is known color: Free Speech Magenta. HEX triplet: E0, 44 and F7. RGB value is (224,68,247). Sum of RGB (Red+Green+Blue) = 224+68+247=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 68 (26.95% from 255 or 12.62% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #E044F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E044F7 is #1FBB08. Grayscale: #868686. Windows color (decimal): -2079497 or 16205024. OLE color: 16205024.
HSL color Cylindrical-coordinate representation of color #E044F7: hue angle of 292.29º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E044F7 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 68 | 247 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.03 |
| HSL | 292.29º | 0.92% | 0.62% | - |
| HSV(B) | 292.29º | 0.72% | 0.97% | - |
| XYZ | 49.6 | 26.7 | 90.53 | - |
| YUV | 135.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 247 | 0.09 | 0.72 | 0 | 0.03 | 292.29 | 0.92 | 0.62 |
| Hex | E0 | 44 | F7 | 9 | 48 | 0 | 3 | 124 | 5C | 3E |
| Octal | 340 | 104 | 367 | 11 | 110 | 0 | 3 | 444 | 134 | 76 |
| Binary | 11100000 | 1000100 | 11110111 | 1001 | 1001000 | 0 | 11 | 100100100 | 1011100 | 111110 |
Color Harmonies of #E044F7
Complementary color
Monochromatic Colors of #E044F7
Black with #E044F7
Text Example
Text Example
White with #E044F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E044F7; }
p { color: rgb(224,68,247); }
H1.HeaderClassName
{
color: #E044F7;
}
.AnyTagClassName
{
color: #E044F7;
}
</style>
background-color css
<style>
a { background-color: #E044F7; }
a { background-color: rgb(224,68,247); }
div.DivClassName
{
background-color: #E044F7;
}
.BgClassName
{
background-color: #E044F7;
}
</style>
border-color css
<style>
span { border-color: #E044F7; }
span { border-color: rgb(224,68,247); }
td.TdClassName
{
border-color: #E044F7;
}
.TagClassName
{
border-color: #E044F7;
}
</style>