Html Css Color HEX #E450F0 Free Speech Magenta
📋 copy color: '#E450F0'red 228 ◦ green 80 ◦ blue 240
Shades of Free Speech Magenta #E450F0
Tints of Free Speech Magenta #E450F0
RGB
CMYK
RGB Variations
Color information
#E450F0 (or 0xE450F0) is known color: Free Speech Magenta. HEX triplet: E4, 50 and F0. RGB value is (228,80,240). Sum of RGB (Red+Green+Blue) = 228+80+240=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 80 (31.64% from 255 or 14.60% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #E450F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E450F0 is #1BAF0F. Grayscale: #8E8E8E. Windows color (decimal): -1814288 or 15749348. OLE color: 15749348.
HSL color Cylindrical-coordinate representation of color #E450F0: hue angle of 295.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E450F0 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 80 | 240 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.06 |
| HSL | 295.5º | 0.84% | 0.63% | - |
| HSV(B) | 295.5º | 0.67% | 0.94% | - |
| XYZ | 50.59 | 28.52 | 85.28 | - |
| YUV | 142.49 | 183.03 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 240 | 0.05 | 0.67 | 0 | 0.06 | 295.5 | 0.84 | 0.63 |
| Hex | E4 | 50 | F0 | 5 | 43 | 0 | 6 | 128 | 54 | 3F |
| Octal | 344 | 120 | 360 | 5 | 103 | 0 | 6 | 450 | 124 | 77 |
| Binary | 11100100 | 1010000 | 11110000 | 101 | 1000011 | 0 | 110 | 100101000 | 1010100 | 111111 |
Color Harmonies of #E450F0
Complementary color
Monochromatic Colors of #E450F0
Black with #E450F0
Text Example
Text Example
White with #E450F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E450F0; }
p { color: rgb(228,80,240); }
H1.HeaderClassName
{
color: #E450F0;
}
.AnyTagClassName
{
color: #E450F0;
}
</style>
background-color css
<style>
a { background-color: #E450F0; }
a { background-color: rgb(228,80,240); }
div.DivClassName
{
background-color: #E450F0;
}
.BgClassName
{
background-color: #E450F0;
}
</style>
border-color css
<style>
span { border-color: #E450F0; }
span { border-color: rgb(228,80,240); }
td.TdClassName
{
border-color: #E450F0;
}
.TagClassName
{
border-color: #E450F0;
}
</style>