Html Css Color HEX #E341D0 Free Speech Magenta
📋 copy color: '#E341D0'red 227 ◦ green 65 ◦ blue 208
Shades of Free Speech Magenta #E341D0
Tints of Free Speech Magenta #E341D0
RGB
CMYK
RGB Variations
Color information
#E341D0 (or 0xE341D0) is known color: Free Speech Magenta. HEX triplet: E3, 41 and D0. RGB value is (227,65,208). Sum of RGB (Red+Green+Blue) = 227+65+208=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E341D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341D0 is #1CBE2F. Grayscale: #818181. Windows color (decimal): -1883696 or 13648355. OLE color: 13648355.
HSL color Cylindrical-coordinate representation of color #E341D0: hue angle of 307.04º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E341D0 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 65 | 208 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.11 |
| HSL | 307.04º | 0.74% | 0.57% | - |
| HSV(B) | 307.04º | 0.71% | 0.89% | - |
| XYZ | 44.95 | 24.67 | 62.07 | - |
| YUV | 129.74 | 172.17 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 208 | 0 | 0.71 | 0.08 | 0.11 | 307.04 | 0.74 | 0.57 |
| Hex | E3 | 41 | D0 | 0 | 47 | 8 | B | 133 | 4A | 39 |
| Octal | 343 | 101 | 320 | 0 | 107 | 10 | 13 | 463 | 112 | 71 |
| Binary | 11100011 | 1000001 | 11010000 | 0 | 1000111 | 1000 | 1011 | 100110011 | 1001010 | 111001 |
Color Harmonies of #E341D0
Complementary color
Monochromatic Colors of #E341D0
Black with #E341D0
Text Example
Text Example
White with #E341D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E341D0; }
p { color: rgb(227,65,208); }
H1.HeaderClassName
{
color: #E341D0;
}
.AnyTagClassName
{
color: #E341D0;
}
</style>
background-color css
<style>
a { background-color: #E341D0; }
a { background-color: rgb(227,65,208); }
div.DivClassName
{
background-color: #E341D0;
}
.BgClassName
{
background-color: #E341D0;
}
</style>
border-color css
<style>
span { border-color: #E341D0; }
span { border-color: rgb(227,65,208); }
td.TdClassName
{
border-color: #E341D0;
}
.TagClassName
{
border-color: #E341D0;
}
</style>