Html Css Color HEX #E141C5 Free Speech Magenta
📋 copy color: '#E141C5'red 225 ◦ green 65 ◦ blue 197
Shades of Free Speech Magenta #E141C5
Tints of Free Speech Magenta #E141C5
RGB
CMYK
RGB Variations
Color information
#E141C5 (or 0xE141C5) is known color: Free Speech Magenta. HEX triplet: E1, 41 and C5. RGB value is (225,65,197). Sum of RGB (Red+Green+Blue) = 225+65+197=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E141C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141C5 is #1EBE3A. Grayscale: #7F7F7F. Windows color (decimal): -2014779 or 12927457. OLE color: 12927457.
HSL color Cylindrical-coordinate representation of color #E141C5: hue angle of 310.5º 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 #E141C5 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 197 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.12 |
| HSL | 310.5º | 0.73% | 0.57% | - |
| HSV(B) | 310.5º | 0.71% | 0.88% | - |
| XYZ | 43.02 | 23.82 | 55.15 | - |
| YUV | 127.89 | 167.01 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 197 | 0 | 0.71 | 0.12 | 0.12 | 310.5 | 0.73 | 0.57 |
| Hex | E1 | 41 | C5 | 0 | 47 | C | C | 136 | 49 | 39 |
| Octal | 341 | 101 | 305 | 0 | 107 | 14 | 14 | 466 | 111 | 71 |
| Binary | 11100001 | 1000001 | 11000101 | 0 | 1000111 | 1100 | 1100 | 100110110 | 1001001 | 111001 |
Color Harmonies of #E141C5
Complementary color
Monochromatic Colors of #E141C5
Black with #E141C5
Text Example
Text Example
White with #E141C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141C5; }
p { color: rgb(225,65,197); }
H1.HeaderClassName
{
color: #E141C5;
}
.AnyTagClassName
{
color: #E141C5;
}
</style>
background-color css
<style>
a { background-color: #E141C5; }
a { background-color: rgb(225,65,197); }
div.DivClassName
{
background-color: #E141C5;
}
.BgClassName
{
background-color: #E141C5;
}
</style>
border-color css
<style>
span { border-color: #E141C5; }
span { border-color: rgb(225,65,197); }
td.TdClassName
{
border-color: #E141C5;
}
.TagClassName
{
border-color: #E141C5;
}
</style>