Html Css Color HEX #E139F0 Free Speech Magenta
📋 copy color: '#E139F0'red 225 ◦ green 57 ◦ blue 240
Shades of Free Speech Magenta #E139F0
Tints of Free Speech Magenta #E139F0
RGB
CMYK
RGB Variations
Color information
#E139F0 (or 0xE139F0) is known color: Free Speech Magenta. HEX triplet: E1, 39 and F0. RGB value is (225,57,240). Sum of RGB (Red+Green+Blue) = 225+57+240=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 57 (22.66% from 255 or 10.92% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #E139F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E139F0 is #1EC60F. Grayscale: #7F7F7F. Windows color (decimal): -2016784 or 15743457. OLE color: 15743457.
HSL color Cylindrical-coordinate representation of color #E139F0: hue angle of 295.08º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E139F0 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 57 | 240 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.06 |
| HSL | 295.08º | 0.86% | 0.58% | - |
| HSV(B) | 295.08º | 0.76% | 0.94% | - |
| XYZ | 48.24 | 25.23 | 84.76 | - |
| YUV | 128.09 | 191.16 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 240 | 0.06 | 0.76 | 0 | 0.06 | 295.08 | 0.86 | 0.58 |
| Hex | E1 | 39 | F0 | 6 | 4C | 0 | 6 | 127 | 56 | 3A |
| Octal | 341 | 71 | 360 | 6 | 114 | 0 | 6 | 447 | 126 | 72 |
| Binary | 11100001 | 111001 | 11110000 | 110 | 1001100 | 0 | 110 | 100100111 | 1010110 | 111010 |
Color Harmonies of #E139F0
Complementary color
Monochromatic Colors of #E139F0
Black with #E139F0
Text Example
Text Example
White with #E139F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139F0; }
p { color: rgb(225,57,240); }
H1.HeaderClassName
{
color: #E139F0;
}
.AnyTagClassName
{
color: #E139F0;
}
</style>
background-color css
<style>
a { background-color: #E139F0; }
a { background-color: rgb(225,57,240); }
div.DivClassName
{
background-color: #E139F0;
}
.BgClassName
{
background-color: #E139F0;
}
</style>
border-color css
<style>
span { border-color: #E139F0; }
span { border-color: rgb(225,57,240); }
td.TdClassName
{
border-color: #E139F0;
}
.TagClassName
{
border-color: #E139F0;
}
</style>