Html Css Color HEX #E449F4 Free Speech Magenta
📋 copy color: '#E449F4'red 228 ◦ green 73 ◦ blue 244
Shades of Free Speech Magenta #E449F4
Tints of Free Speech Magenta #E449F4
RGB
CMYK
RGB Variations
Color information
#E449F4 (or 0xE449F4) is known color: Free Speech Magenta. HEX triplet: E4, 49 and F4. RGB value is (228,73,244). Sum of RGB (Red+Green+Blue) = 228+73+244=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #E449F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E449F4 is #1BB60B. Grayscale: #8A8A8A. Windows color (decimal): -1816076 or 16009700. OLE color: 16009700.
HSL color Cylindrical-coordinate representation of color #E449F4: hue angle of 294.39º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E449F4 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 228 | 73 | 244 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.04 |
| HSL | 294.39º | 0.89% | 0.62% | - |
| HSV(B) | 294.39º | 0.7% | 0.96% | - |
| XYZ | 50.71 | 27.79 | 88.28 | - |
| YUV | 138.84 | 187.35 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 244 | 0.07 | 0.70 | 0 | 0.04 | 294.39 | 0.89 | 0.62 |
| Hex | E4 | 49 | F4 | 7 | 46 | 0 | 4 | 126 | 59 | 3E |
| Octal | 344 | 111 | 364 | 7 | 106 | 0 | 4 | 446 | 131 | 76 |
| Binary | 11100100 | 1001001 | 11110100 | 111 | 1000110 | 0 | 100 | 100100110 | 1011001 | 111110 |
Color Harmonies of #E449F4
Complementary color
Monochromatic Colors of #E449F4
Black with #E449F4
Text Example
Text Example
White with #E449F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E449F4; }
p { color: rgb(228,73,244); }
H1.HeaderClassName
{
color: #E449F4;
}
.AnyTagClassName
{
color: #E449F4;
}
</style>
background-color css
<style>
a { background-color: #E449F4; }
a { background-color: rgb(228,73,244); }
div.DivClassName
{
background-color: #E449F4;
}
.BgClassName
{
background-color: #E449F4;
}
</style>
border-color css
<style>
span { border-color: #E449F4; }
span { border-color: rgb(228,73,244); }
td.TdClassName
{
border-color: #E449F4;
}
.TagClassName
{
border-color: #E449F4;
}
</style>