Html Css Color HEX #E447F0 Free Speech Magenta
📋 copy color: '#E447F0'red 228 ◦ green 71 ◦ blue 240
Shades of Free Speech Magenta #E447F0
Tints of Free Speech Magenta #E447F0
RGB
CMYK
RGB Variations
Color information
#E447F0 (or 0xE447F0) is known color: Free Speech Magenta. HEX triplet: E4, 47 and F0. RGB value is (228,71,240). Sum of RGB (Red+Green+Blue) = 228+71+240=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 71 (28.12% from 255 or 13.17% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #E447F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E447F0 is #1BB80F. Grayscale: #888888. Windows color (decimal): -1816592 or 15747044. OLE color: 15747044.
HSL color Cylindrical-coordinate representation of color #E447F0: hue angle of 295.74º 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 #E447F0 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 71 | 240 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.06 |
| HSL | 295.74º | 0.85% | 0.61% | - |
| HSV(B) | 295.74º | 0.7% | 0.94% | - |
| XYZ | 49.98 | 27.29 | 85.07 | - |
| YUV | 137.21 | 186.01 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 71 | 240 | 0.05 | 0.70 | 0 | 0.06 | 295.74 | 0.85 | 0.61 |
| Hex | E4 | 47 | F0 | 5 | 46 | 0 | 6 | 128 | 55 | 3D |
| Octal | 344 | 107 | 360 | 5 | 106 | 0 | 6 | 450 | 125 | 75 |
| Binary | 11100100 | 1000111 | 11110000 | 101 | 1000110 | 0 | 110 | 100101000 | 1010101 | 111101 |
Color Harmonies of #E447F0
Complementary color
Monochromatic Colors of #E447F0
Black with #E447F0
Text Example
Text Example
White with #E447F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E447F0; }
p { color: rgb(228,71,240); }
H1.HeaderClassName
{
color: #E447F0;
}
.AnyTagClassName
{
color: #E447F0;
}
</style>
background-color css
<style>
a { background-color: #E447F0; }
a { background-color: rgb(228,71,240); }
div.DivClassName
{
background-color: #E447F0;
}
.BgClassName
{
background-color: #E447F0;
}
</style>
border-color css
<style>
span { border-color: #E447F0; }
span { border-color: rgb(228,71,240); }
td.TdClassName
{
border-color: #E447F0;
}
.TagClassName
{
border-color: #E447F0;
}
</style>