Html Css Color HEX #E449F0 Free Speech Magenta
📋 copy color: '#E449F0'red 228 ◦ green 73 ◦ blue 240
Shades of Free Speech Magenta #E449F0
Tints of Free Speech Magenta #E449F0
RGB
CMYK
RGB Variations
Color information
#E449F0 (or 0xE449F0) is known color: Free Speech Magenta. HEX triplet: E4, 49 and F0. RGB value is (228,73,240). Sum of RGB (Red+Green+Blue) = 228+73+240=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 73 (28.91% from 255 or 13.49% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #E449F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E449F0 is #1BB60F. Grayscale: #898989. Windows color (decimal): -1816080 or 15747556. OLE color: 15747556.
HSL color Cylindrical-coordinate representation of color #E449F0: hue angle of 295.69º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E449F0 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 73 | 240 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.06 |
| HSL | 295.69º | 0.85% | 0.61% | - |
| HSV(B) | 295.69º | 0.7% | 0.94% | - |
| XYZ | 50.11 | 27.55 | 85.11 | - |
| YUV | 138.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 240 | 0.05 | 0.70 | 0 | 0.06 | 295.69 | 0.85 | 0.61 |
| Hex | E4 | 49 | F0 | 5 | 46 | 0 | 6 | 128 | 55 | 3D |
| Octal | 344 | 111 | 360 | 5 | 106 | 0 | 6 | 450 | 125 | 75 |
| Binary | 11100100 | 1001001 | 11110000 | 101 | 1000110 | 0 | 110 | 100101000 | 1010101 | 111101 |
Color Harmonies of #E449F0
Complementary color
Monochromatic Colors of #E449F0
Black with #E449F0
Text Example
Text Example
White with #E449F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E449F0; }
p { color: rgb(228,73,240); }
H1.HeaderClassName
{
color: #E449F0;
}
.AnyTagClassName
{
color: #E449F0;
}
</style>
background-color css
<style>
a { background-color: #E449F0; }
a { background-color: rgb(228,73,240); }
div.DivClassName
{
background-color: #E449F0;
}
.BgClassName
{
background-color: #E449F0;
}
</style>
border-color css
<style>
span { border-color: #E449F0; }
span { border-color: rgb(228,73,240); }
td.TdClassName
{
border-color: #E449F0;
}
.TagClassName
{
border-color: #E449F0;
}
</style>