Html Css Color HEX #E139DA Free Speech Magenta
📋 copy color: '#E139DA'red 225 ◦ green 57 ◦ blue 218
Shades of Free Speech Magenta #E139DA
Tints of Free Speech Magenta #E139DA
RGB
CMYK
RGB Variations
Color information
#E139DA (or 0xE139DA) is known color: Free Speech Magenta. HEX triplet: E1, 39 and DA. RGB value is (225,57,218). Sum of RGB (Red+Green+Blue) = 225+57+218=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E139DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E139DA is #1EC625. Grayscale: #7D7D7D. Windows color (decimal): -2016806 or 14301665. OLE color: 14301665.
HSL color Cylindrical-coordinate representation of color #E139DA: hue angle of 302.5º 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 #E139DA is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 57 | 218 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.12 |
| HSL | 302.5º | 0.74% | 0.55% | - |
| HSV(B) | 302.5º | 0.75% | 0.88% | - |
| XYZ | 45.17 | 24 | 68.58 | - |
| YUV | 125.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 57 | 218 | 0 | 0.75 | 0.03 | 0.12 | 302.5 | 0.74 | 0.55 |
| Hex | E1 | 39 | DA | 0 | 4B | 3 | C | 12E | 4A | 37 |
| Octal | 341 | 71 | 332 | 0 | 113 | 3 | 14 | 456 | 112 | 67 |
| Binary | 11100001 | 111001 | 11011010 | 0 | 1001011 | 11 | 1100 | 100101110 | 1001010 | 110111 |
Color Harmonies of #E139DA
Complementary color
Monochromatic Colors of #E139DA
Black with #E139DA
Text Example
Text Example
White with #E139DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E139DA; }
p { color: rgb(225,57,218); }
H1.HeaderClassName
{
color: #E139DA;
}
.AnyTagClassName
{
color: #E139DA;
}
</style>
background-color css
<style>
a { background-color: #E139DA; }
a { background-color: rgb(225,57,218); }
div.DivClassName
{
background-color: #E139DA;
}
.BgClassName
{
background-color: #E139DA;
}
</style>
border-color css
<style>
span { border-color: #E139DA; }
span { border-color: rgb(225,57,218); }
td.TdClassName
{
border-color: #E139DA;
}
.TagClassName
{
border-color: #E139DA;
}
</style>