Html Css Color HEX #E139E1 Free Speech Magenta
📋 copy color: '#E139E1'red 225 ◦ green 57 ◦ blue 225
Shades of Free Speech Magenta #E139E1
Tints of Free Speech Magenta #E139E1
RGB
CMYK
RGB Variations
Color information
#E139E1 (or 0xE139E1) is known color: Free Speech Magenta. HEX triplet: E1, 39 and E1. RGB value is (225,57,225). Sum of RGB (Red+Green+Blue) = 225+57+225=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 57 (22.66% from 255 or 11.24% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E139E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139E1 is #1EC61E. Grayscale: #7D7D7D. Windows color (decimal): -2016799 or 14760417. OLE color: 14760417.
HSL color Cylindrical-coordinate representation of color #E139E1: hue angle of 300º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E139E1 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 225 | - |
| CMYK | 0 | 0.75 | 0 | 0.12 |
| HSL | 300º | 0.74% | 0.55% | - |
| HSV(B) | 300º | 0.75% | 0.88% | - |
| XYZ | 46.11 | 24.37 | 73.51 | - |
| YUV | 126.38 | 183.66 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 225 | 0 | 0.75 | 0 | 0.12 | 300 | 0.74 | 0.55 |
| Hex | E1 | 39 | E1 | 0 | 4B | 0 | C | 12C | 4A | 37 |
| Octal | 341 | 71 | 341 | 0 | 113 | 0 | 14 | 454 | 112 | 67 |
| Binary | 11100001 | 111001 | 11100001 | 0 | 1001011 | 0 | 1100 | 100101100 | 1001010 | 110111 |
Color Harmonies of #E139E1
Complementary color
Monochromatic Colors of #E139E1
Black with #E139E1
Text Example
Text Example
White with #E139E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139E1; }
p { color: rgb(225,57,225); }
H1.HeaderClassName
{
color: #E139E1;
}
.AnyTagClassName
{
color: #E139E1;
}
</style>
background-color css
<style>
a { background-color: #E139E1; }
a { background-color: rgb(225,57,225); }
div.DivClassName
{
background-color: #E139E1;
}
.BgClassName
{
background-color: #E139E1;
}
</style>
border-color css
<style>
span { border-color: #E139E1; }
span { border-color: rgb(225,57,225); }
td.TdClassName
{
border-color: #E139E1;
}
.TagClassName
{
border-color: #E139E1;
}
</style>