Html Css Color HEX #E351F5 Free Speech Magenta
📋 copy color: '#E351F5'red 227 ◦ green 81 ◦ blue 245
Shades of Free Speech Magenta #E351F5
Tints of Free Speech Magenta #E351F5
RGB
CMYK
RGB Variations
Color information
#E351F5 (or 0xE351F5) is known color: Free Speech Magenta. HEX triplet: E3, 51 and F5. RGB value is (227,81,245). Sum of RGB (Red+Green+Blue) = 227+81+245=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 81 (32.03% from 255 or 14.65% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #E351F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E351F5 is #1CAE0A. Grayscale: #8E8E8E. Windows color (decimal): -1879563 or 16077283. OLE color: 16077283.
HSL color Cylindrical-coordinate representation of color #E351F5: hue angle of 293.41º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E351F5 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 81 | 245 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.04 |
| HSL | 293.41º | 0.89% | 0.64% | - |
| HSV(B) | 293.41º | 0.67% | 0.96% | - |
| XYZ | 51.1 | 28.81 | 89.25 | - |
| YUV | 143.35 | 185.37 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 245 | 0.07 | 0.67 | 0 | 0.04 | 293.41 | 0.89 | 0.64 |
| Hex | E3 | 51 | F5 | 7 | 43 | 0 | 4 | 125 | 59 | 40 |
| Octal | 343 | 121 | 365 | 7 | 103 | 0 | 4 | 445 | 131 | 100 |
| Binary | 11100011 | 1010001 | 11110101 | 111 | 1000011 | 0 | 100 | 100100101 | 1011001 | 1000000 |
Color Harmonies of #E351F5
Complementary color
Monochromatic Colors of #E351F5
Black with #E351F5
Text Example
Text Example
White with #E351F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E351F5; }
p { color: rgb(227,81,245); }
H1.HeaderClassName
{
color: #E351F5;
}
.AnyTagClassName
{
color: #E351F5;
}
</style>
background-color css
<style>
a { background-color: #E351F5; }
a { background-color: rgb(227,81,245); }
div.DivClassName
{
background-color: #E351F5;
}
.BgClassName
{
background-color: #E351F5;
}
</style>
border-color css
<style>
span { border-color: #E351F5; }
span { border-color: rgb(227,81,245); }
td.TdClassName
{
border-color: #E351F5;
}
.TagClassName
{
border-color: #E351F5;
}
</style>