Html Css Color HEX #E139E5 Free Speech Magenta
📋 copy color: '#E139E5'red 225 ◦ green 57 ◦ blue 229
Shades of Free Speech Magenta #E139E5
Tints of Free Speech Magenta #E139E5
RGB
CMYK
RGB Variations
Color information
#E139E5 (or 0xE139E5) is known color: Free Speech Magenta. HEX triplet: E1, 39 and E5. RGB value is (225,57,229). Sum of RGB (Red+Green+Blue) = 225+57+229=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 57 (22.66% from 255 or 11.15% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #E139E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139E5 is #1EC61A. Grayscale: #7E7E7E. Windows color (decimal): -2016795 or 15022561. OLE color: 15022561.
HSL color Cylindrical-coordinate representation of color #E139E5: hue angle of 298.6º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E139E5 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 57 | 229 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.10 |
| HSL | 298.6º | 0.77% | 0.56% | - |
| HSV(B) | 298.6º | 0.75% | 0.9% | - |
| XYZ | 46.66 | 24.59 | 76.42 | - |
| YUV | 126.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 229 | 0.02 | 0.75 | 0 | 0.10 | 298.6 | 0.77 | 0.56 |
| Hex | E1 | 39 | E5 | 2 | 4B | 0 | A | 12B | 4D | 38 |
| Octal | 341 | 71 | 345 | 2 | 113 | 0 | 12 | 453 | 115 | 70 |
| Binary | 11100001 | 111001 | 11100101 | 10 | 1001011 | 0 | 1010 | 100101011 | 1001101 | 111000 |
Color Harmonies of #E139E5
Complementary color
Monochromatic Colors of #E139E5
Black with #E139E5
Text Example
Text Example
White with #E139E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139E5; }
p { color: rgb(225,57,229); }
H1.HeaderClassName
{
color: #E139E5;
}
.AnyTagClassName
{
color: #E139E5;
}
</style>
background-color css
<style>
a { background-color: #E139E5; }
a { background-color: rgb(225,57,229); }
div.DivClassName
{
background-color: #E139E5;
}
.BgClassName
{
background-color: #E139E5;
}
</style>
border-color css
<style>
span { border-color: #E139E5; }
span { border-color: rgb(225,57,229); }
td.TdClassName
{
border-color: #E139E5;
}
.TagClassName
{
border-color: #E139E5;
}
</style>