Html Css Color HEX #E141C9 Free Speech Magenta
📋 copy color: '#E141C9'red 225 ◦ green 65 ◦ blue 201
Shades of Free Speech Magenta #E141C9
Tints of Free Speech Magenta #E141C9
RGB
CMYK
RGB Variations
Color information
#E141C9 (or 0xE141C9) is known color: Free Speech Magenta. HEX triplet: E1, 41 and C9. RGB value is (225,65,201). Sum of RGB (Red+Green+Blue) = 225+65+201=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E141C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141C9 is #1EBE36. Grayscale: #7F7F7F. Windows color (decimal): -2014775 or 13189601. OLE color: 13189601.
HSL color Cylindrical-coordinate representation of color #E141C9: hue angle of 309º 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 #E141C9 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 201 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.12 |
| HSL | 309º | 0.73% | 0.57% | - |
| HSV(B) | 309º | 0.71% | 0.88% | - |
| XYZ | 43.48 | 24.01 | 57.6 | - |
| YUV | 128.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 201 | 0 | 0.71 | 0.11 | 0.12 | 309 | 0.73 | 0.57 |
| Hex | E1 | 41 | C9 | 0 | 47 | B | C | 135 | 49 | 39 |
| Octal | 341 | 101 | 311 | 0 | 107 | 13 | 14 | 465 | 111 | 71 |
| Binary | 11100001 | 1000001 | 11001001 | 0 | 1000111 | 1011 | 1100 | 100110101 | 1001001 | 111001 |
Color Harmonies of #E141C9
Complementary color
Monochromatic Colors of #E141C9
Black with #E141C9
Text Example
Text Example
White with #E141C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E141C9; }
p { color: rgb(225,65,201); }
H1.HeaderClassName
{
color: #E141C9;
}
.AnyTagClassName
{
color: #E141C9;
}
</style>
background-color css
<style>
a { background-color: #E141C9; }
a { background-color: rgb(225,65,201); }
div.DivClassName
{
background-color: #E141C9;
}
.BgClassName
{
background-color: #E141C9;
}
</style>
border-color css
<style>
span { border-color: #E141C9; }
span { border-color: rgb(225,65,201); }
td.TdClassName
{
border-color: #E141C9;
}
.TagClassName
{
border-color: #E141C9;
}
</style>