Html Css Color HEX #E139F5 Free Speech Magenta
📋 copy color: '#E139F5'red 225 ◦ green 57 ◦ blue 245
Shades of Free Speech Magenta #E139F5
Tints of Free Speech Magenta #E139F5
RGB
CMYK
RGB Variations
Color information
#E139F5 (or 0xE139F5) is known color: Free Speech Magenta. HEX triplet: E1, 39 and F5. RGB value is (225,57,245). Sum of RGB (Red+Green+Blue) = 225+57+245=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 57 (22.66% from 255 or 10.82% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #E139F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E139F5 is #1EC60A. Grayscale: #808080. Windows color (decimal): -2016779 or 16071137. OLE color: 16071137.
HSL color Cylindrical-coordinate representation of color #E139F5: hue angle of 293.62º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E139F5 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 57 | 245 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.04 |
| HSL | 293.62º | 0.9% | 0.59% | - |
| HSV(B) | 293.62º | 0.77% | 0.96% | - |
| XYZ | 49 | 25.53 | 88.73 | - |
| YUV | 128.66 | 193.66 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 245 | 0.08 | 0.77 | 0 | 0.04 | 293.62 | 0.9 | 0.59 |
| Hex | E1 | 39 | F5 | 8 | 4D | 0 | 4 | 126 | 5A | 3B |
| Octal | 341 | 71 | 365 | 10 | 115 | 0 | 4 | 446 | 132 | 73 |
| Binary | 11100001 | 111001 | 11110101 | 1000 | 1001101 | 0 | 100 | 100100110 | 1011010 | 111011 |
Color Harmonies of #E139F5
Complementary color
Monochromatic Colors of #E139F5
Black with #E139F5
Text Example
Text Example
White with #E139F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139F5; }
p { color: rgb(225,57,245); }
H1.HeaderClassName
{
color: #E139F5;
}
.AnyTagClassName
{
color: #E139F5;
}
</style>
background-color css
<style>
a { background-color: #E139F5; }
a { background-color: rgb(225,57,245); }
div.DivClassName
{
background-color: #E139F5;
}
.BgClassName
{
background-color: #E139F5;
}
</style>
border-color css
<style>
span { border-color: #E139F5; }
span { border-color: rgb(225,57,245); }
td.TdClassName
{
border-color: #E139F5;
}
.TagClassName
{
border-color: #E139F5;
}
</style>