Html Css Color HEX #E139DF Free Speech Magenta
📋 copy color: '#E139DF'red 225 ◦ green 57 ◦ blue 223
Shades of Free Speech Magenta #E139DF
Tints of Free Speech Magenta #E139DF
RGB
CMYK
RGB Variations
Color information
#E139DF (or 0xE139DF) is known color: Free Speech Magenta. HEX triplet: E1, 39 and DF. RGB value is (225,57,223). Sum of RGB (Red+Green+Blue) = 225+57+223=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 57 (22.66% from 255 or 11.29% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E139DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139DF is #1EC620. Grayscale: #7D7D7D. Windows color (decimal): -2016801 or 14629345. OLE color: 14629345.
HSL color Cylindrical-coordinate representation of color #E139DF: hue angle of 300.71º 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 #E139DF is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 223 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.12 |
| HSL | 300.71º | 0.74% | 0.55% | - |
| HSV(B) | 300.71º | 0.75% | 0.88% | - |
| XYZ | 45.83 | 24.26 | 72.08 | - |
| YUV | 126.16 | 182.66 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 223 | 0 | 0.75 | 0.01 | 0.12 | 300.71 | 0.74 | 0.55 |
| Hex | E1 | 39 | DF | 0 | 4B | 1 | C | 12D | 4A | 37 |
| Octal | 341 | 71 | 337 | 0 | 113 | 1 | 14 | 455 | 112 | 67 |
| Binary | 11100001 | 111001 | 11011111 | 0 | 1001011 | 1 | 1100 | 100101101 | 1001010 | 110111 |
Color Harmonies of #E139DF
Complementary color
Monochromatic Colors of #E139DF
Black with #E139DF
Text Example
Text Example
White with #E139DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139DF; }
p { color: rgb(225,57,223); }
H1.HeaderClassName
{
color: #E139DF;
}
.AnyTagClassName
{
color: #E139DF;
}
</style>
background-color css
<style>
a { background-color: #E139DF; }
a { background-color: rgb(225,57,223); }
div.DivClassName
{
background-color: #E139DF;
}
.BgClassName
{
background-color: #E139DF;
}
</style>
border-color css
<style>
span { border-color: #E139DF; }
span { border-color: rgb(225,57,223); }
td.TdClassName
{
border-color: #E139DF;
}
.TagClassName
{
border-color: #E139DF;
}
</style>