Html Css Color HEX #E141F0 Free Speech Magenta
📋 copy color: '#E141F0'red 225 ◦ green 65 ◦ blue 240
Shades of Free Speech Magenta #E141F0
Tints of Free Speech Magenta #E141F0
RGB
CMYK
RGB Variations
Color information
#E141F0 (or 0xE141F0) is known color: Free Speech Magenta. HEX triplet: E1, 41 and F0. RGB value is (225,65,240). Sum of RGB (Red+Green+Blue) = 225+65+240=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #E141F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E141F0 is #1EBE0F. Grayscale: #848484. Windows color (decimal): -2014736 or 15745505. OLE color: 15745505.
HSL color Cylindrical-coordinate representation of color #E141F0: hue angle of 294.86º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E141F0 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 65 | 240 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.06 |
| HSL | 294.86º | 0.85% | 0.6% | - |
| HSV(B) | 294.86º | 0.73% | 0.94% | - |
| XYZ | 48.67 | 26.08 | 84.91 | - |
| YUV | 132.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 240 | 0.06 | 0.73 | 0 | 0.06 | 294.86 | 0.85 | 0.6 |
| Hex | E1 | 41 | F0 | 6 | 49 | 0 | 6 | 127 | 55 | 3C |
| Octal | 341 | 101 | 360 | 6 | 111 | 0 | 6 | 447 | 125 | 74 |
| Binary | 11100001 | 1000001 | 11110000 | 110 | 1001001 | 0 | 110 | 100100111 | 1010101 | 111100 |
Color Harmonies of #E141F0
Complementary color
Monochromatic Colors of #E141F0
Black with #E141F0
Text Example
Text Example
White with #E141F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141F0; }
p { color: rgb(225,65,240); }
H1.HeaderClassName
{
color: #E141F0;
}
.AnyTagClassName
{
color: #E141F0;
}
</style>
background-color css
<style>
a { background-color: #E141F0; }
a { background-color: rgb(225,65,240); }
div.DivClassName
{
background-color: #E141F0;
}
.BgClassName
{
background-color: #E141F0;
}
</style>
border-color css
<style>
span { border-color: #E141F0; }
span { border-color: rgb(225,65,240); }
td.TdClassName
{
border-color: #E141F0;
}
.TagClassName
{
border-color: #E141F0;
}
</style>