Html Css Color HEX #E141D0 Free Speech Magenta
📋 copy color: '#E141D0'red 225 ◦ green 65 ◦ blue 208
Shades of Free Speech Magenta #E141D0
Tints of Free Speech Magenta #E141D0
RGB
CMYK
RGB Variations
Color information
#E141D0 (or 0xE141D0) is known color: Free Speech Magenta. HEX triplet: E1, 41 and D0. RGB value is (225,65,208). Sum of RGB (Red+Green+Blue) = 225+65+208=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E141D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141D0 is #1EBE2F. Grayscale: #808080. Windows color (decimal): -2014768 or 13648353. OLE color: 13648353.
HSL color Cylindrical-coordinate representation of color #E141D0: hue angle of 306.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E141D0 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 208 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.12 |
| HSL | 306.38º | 0.73% | 0.57% | - |
| HSV(B) | 306.38º | 0.71% | 0.88% | - |
| XYZ | 44.33 | 24.34 | 62.04 | - |
| YUV | 129.14 | 172.51 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 208 | 0 | 0.71 | 0.08 | 0.12 | 306.38 | 0.73 | 0.57 |
| Hex | E1 | 41 | D0 | 0 | 47 | 8 | C | 132 | 49 | 39 |
| Octal | 341 | 101 | 320 | 0 | 107 | 10 | 14 | 462 | 111 | 71 |
| Binary | 11100001 | 1000001 | 11010000 | 0 | 1000111 | 1000 | 1100 | 100110010 | 1001001 | 111001 |
Color Harmonies of #E141D0
Complementary color
Monochromatic Colors of #E141D0
Black with #E141D0
Text Example
Text Example
White with #E141D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141D0; }
p { color: rgb(225,65,208); }
H1.HeaderClassName
{
color: #E141D0;
}
.AnyTagClassName
{
color: #E141D0;
}
</style>
background-color css
<style>
a { background-color: #E141D0; }
a { background-color: rgb(225,65,208); }
div.DivClassName
{
background-color: #E141D0;
}
.BgClassName
{
background-color: #E141D0;
}
</style>
border-color css
<style>
span { border-color: #E141D0; }
span { border-color: rgb(225,65,208); }
td.TdClassName
{
border-color: #E141D0;
}
.TagClassName
{
border-color: #E141D0;
}
</style>