Html Css Color HEX #E139D4 Free Speech Magenta
📋 copy color: '#E139D4'red 225 ◦ green 57 ◦ blue 212
Shades of Free Speech Magenta #E139D4
Tints of Free Speech Magenta #E139D4
RGB
CMYK
RGB Variations
Color information
#E139D4 (or 0xE139D4) is known color: Free Speech Magenta. HEX triplet: E1, 39 and D4. RGB value is (225,57,212). Sum of RGB (Red+Green+Blue) = 225+57+212=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 57 (22.66% from 255 or 11.54% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E139D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139D4 is #1EC62B. Grayscale: #7C7C7C. Windows color (decimal): -2016812 or 13908449. OLE color: 13908449.
HSL color Cylindrical-coordinate representation of color #E139D4: hue angle of 304.64º 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 #E139D4 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 212 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.12 |
| HSL | 304.64º | 0.74% | 0.55% | - |
| HSV(B) | 304.64º | 0.75% | 0.88% | - |
| XYZ | 44.4 | 23.69 | 64.52 | - |
| YUV | 124.9 | 177.16 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 212 | 0 | 0.75 | 0.06 | 0.12 | 304.64 | 0.74 | 0.55 |
| Hex | E1 | 39 | D4 | 0 | 4B | 6 | C | 131 | 4A | 37 |
| Octal | 341 | 71 | 324 | 0 | 113 | 6 | 14 | 461 | 112 | 67 |
| Binary | 11100001 | 111001 | 11010100 | 0 | 1001011 | 110 | 1100 | 100110001 | 1001010 | 110111 |
Color Harmonies of #E139D4
Complementary color
Monochromatic Colors of #E139D4
Black with #E139D4
Text Example
Text Example
White with #E139D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139D4; }
p { color: rgb(225,57,212); }
H1.HeaderClassName
{
color: #E139D4;
}
.AnyTagClassName
{
color: #E139D4;
}
</style>
background-color css
<style>
a { background-color: #E139D4; }
a { background-color: rgb(225,57,212); }
div.DivClassName
{
background-color: #E139D4;
}
.BgClassName
{
background-color: #E139D4;
}
</style>
border-color css
<style>
span { border-color: #E139D4; }
span { border-color: rgb(225,57,212); }
td.TdClassName
{
border-color: #E139D4;
}
.TagClassName
{
border-color: #E139D4;
}
</style>