Html Css Color HEX #E350F0 Free Speech Magenta
📋 copy color: '#E350F0'red 227 ◦ green 80 ◦ blue 240
Shades of Free Speech Magenta #E350F0
Tints of Free Speech Magenta #E350F0
RGB
CMYK
RGB Variations
Color information
#E350F0 (or 0xE350F0) is known color: Free Speech Magenta. HEX triplet: E3, 50 and F0. RGB value is (227,80,240). Sum of RGB (Red+Green+Blue) = 227+80+240=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 80 (31.64% from 255 or 14.63% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #E350F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E350F0 is #1CAF0F. Grayscale: #8D8D8D. Windows color (decimal): -1879824 or 15749347. OLE color: 15749347.
HSL color Cylindrical-coordinate representation of color #E350F0: hue angle of 295.12º 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 #E350F0 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 80 | 240 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.06 |
| HSL | 295.13º | 0.84% | 0.63% | - |
| HSV(B) | 295.13º | 0.67% | 0.94% | - |
| XYZ | 50.28 | 28.36 | 85.26 | - |
| YUV | 142.19 | 183.2 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 240 | 0.05 | 0.67 | 0 | 0.06 | 295.13 | 0.84 | 0.63 |
| Hex | E3 | 50 | F0 | 5 | 43 | 0 | 6 | 127 | 54 | 3F |
| Octal | 343 | 120 | 360 | 5 | 103 | 0 | 6 | 447 | 124 | 77 |
| Binary | 11100011 | 1010000 | 11110000 | 101 | 1000011 | 0 | 110 | 100100111 | 1010100 | 111111 |
Color Harmonies of #E350F0
Complementary color
Monochromatic Colors of #E350F0
Black with #E350F0
Text Example
Text Example
White with #E350F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350F0; }
p { color: rgb(227,80,240); }
H1.HeaderClassName
{
color: #E350F0;
}
.AnyTagClassName
{
color: #E350F0;
}
</style>
background-color css
<style>
a { background-color: #E350F0; }
a { background-color: rgb(227,80,240); }
div.DivClassName
{
background-color: #E350F0;
}
.BgClassName
{
background-color: #E350F0;
}
</style>
border-color css
<style>
span { border-color: #E350F0; }
span { border-color: rgb(227,80,240); }
td.TdClassName
{
border-color: #E350F0;
}
.TagClassName
{
border-color: #E350F0;
}
</style>