Html Css Color HEX #E141C7 Free Speech Magenta
📋 copy color: '#E141C7'red 225 ◦ green 65 ◦ blue 199
Shades of Free Speech Magenta #E141C7
Tints of Free Speech Magenta #E141C7
RGB
CMYK
RGB Variations
Color information
#E141C7 (or 0xE141C7) is known color: Free Speech Magenta. HEX triplet: E1, 41 and C7. RGB value is (225,65,199). Sum of RGB (Red+Green+Blue) = 225+65+199=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E141C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141C7 is #1EBE38. Grayscale: #7F7F7F. Windows color (decimal): -2014777 or 13058529. OLE color: 13058529.
HSL color Cylindrical-coordinate representation of color #E141C7: hue angle of 309.75º 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 #E141C7 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 199 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.12 |
| HSL | 309.75º | 0.73% | 0.57% | - |
| HSV(B) | 309.75º | 0.71% | 0.88% | - |
| XYZ | 43.25 | 23.91 | 56.37 | - |
| YUV | 128.12 | 168.01 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 199 | 0 | 0.71 | 0.12 | 0.12 | 309.75 | 0.73 | 0.57 |
| Hex | E1 | 41 | C7 | 0 | 47 | C | C | 136 | 49 | 39 |
| Octal | 341 | 101 | 307 | 0 | 107 | 14 | 14 | 466 | 111 | 71 |
| Binary | 11100001 | 1000001 | 11000111 | 0 | 1000111 | 1100 | 1100 | 100110110 | 1001001 | 111001 |
Color Harmonies of #E141C7
Complementary color
Monochromatic Colors of #E141C7
Black with #E141C7
Text Example
Text Example
White with #E141C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141C7; }
p { color: rgb(225,65,199); }
H1.HeaderClassName
{
color: #E141C7;
}
.AnyTagClassName
{
color: #E141C7;
}
</style>
background-color css
<style>
a { background-color: #E141C7; }
a { background-color: rgb(225,65,199); }
div.DivClassName
{
background-color: #E141C7;
}
.BgClassName
{
background-color: #E141C7;
}
</style>
border-color css
<style>
span { border-color: #E141C7; }
span { border-color: rgb(225,65,199); }
td.TdClassName
{
border-color: #E141C7;
}
.TagClassName
{
border-color: #E141C7;
}
</style>