Html Css Color HEX #E357F0 Free Speech Magenta
📋 copy color: '#E357F0'red 227 ◦ green 87 ◦ blue 240
Shades of Free Speech Magenta #E357F0
Tints of Free Speech Magenta #E357F0
RGB
CMYK
RGB Variations
Color information
#E357F0 (or 0xE357F0) is known color: Free Speech Magenta. HEX triplet: E3, 57 and F0. RGB value is (227,87,240). Sum of RGB (Red+Green+Blue) = 227+87+240=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 87 (34.38% from 255 or 15.70% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #E357F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E357F0 is #1CA80F. Grayscale: #919191. Windows color (decimal): -1878032 or 15751139. OLE color: 15751139.
HSL color Cylindrical-coordinate representation of color #E357F0: hue angle of 294.9º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E357F0 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 87 | 240 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.06 |
| HSL | 294.9º | 0.84% | 0.64% | - |
| HSV(B) | 294.9º | 0.64% | 0.94% | - |
| XYZ | 50.81 | 29.44 | 85.44 | - |
| YUV | 146.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 87 | 240 | 0.05 | 0.64 | 0 | 0.06 | 294.9 | 0.84 | 0.64 |
| Hex | E3 | 57 | F0 | 5 | 40 | 0 | 6 | 127 | 54 | 40 |
| Octal | 343 | 127 | 360 | 5 | 100 | 0 | 6 | 447 | 124 | 100 |
| Binary | 11100011 | 1010111 | 11110000 | 101 | 1000000 | 0 | 110 | 100100111 | 1010100 | 1000000 |
Color Harmonies of #E357F0
Complementary color
Monochromatic Colors of #E357F0
Black with #E357F0
Text Example
Text Example
White with #E357F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E357F0; }
p { color: rgb(227,87,240); }
H1.HeaderClassName
{
color: #E357F0;
}
.AnyTagClassName
{
color: #E357F0;
}
</style>
background-color css
<style>
a { background-color: #E357F0; }
a { background-color: rgb(227,87,240); }
div.DivClassName
{
background-color: #E357F0;
}
.BgClassName
{
background-color: #E357F0;
}
</style>
border-color css
<style>
span { border-color: #E357F0; }
span { border-color: rgb(227,87,240); }
td.TdClassName
{
border-color: #E357F0;
}
.TagClassName
{
border-color: #E357F0;
}
</style>