Html Css Color HEX #E341E0 Free Speech Magenta
📋 copy color: '#E341E0'red 227 ◦ green 65 ◦ blue 224
Shades of Free Speech Magenta #E341E0
Tints of Free Speech Magenta #E341E0
RGB
CMYK
RGB Variations
Color information
#E341E0 (or 0xE341E0) is known color: Free Speech Magenta. HEX triplet: E3, 41 and E0. RGB value is (227,65,224). Sum of RGB (Red+Green+Blue) = 227+65+224=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E341E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E341E0 is #1CBE1F. Grayscale: #838383. Windows color (decimal): -1883680 or 14696931. OLE color: 14696931.
HSL color Cylindrical-coordinate representation of color #E341E0: hue angle of 301.11º 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 #E341E0 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 65 | 224 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.11 |
| HSL | 301.11º | 0.74% | 0.57% | - |
| HSV(B) | 301.11º | 0.71% | 0.89% | - |
| XYZ | 47.02 | 25.49 | 72.96 | - |
| YUV | 131.56 | 180.17 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 224 | 0 | 0.71 | 0.01 | 0.11 | 301.11 | 0.74 | 0.57 |
| Hex | E3 | 41 | E0 | 0 | 47 | 1 | B | 12D | 4A | 39 |
| Octal | 343 | 101 | 340 | 0 | 107 | 1 | 13 | 455 | 112 | 71 |
| Binary | 11100011 | 1000001 | 11100000 | 0 | 1000111 | 1 | 1011 | 100101101 | 1001010 | 111001 |
Color Harmonies of #E341E0
Complementary color
Monochromatic Colors of #E341E0
Black with #E341E0
Text Example
Text Example
White with #E341E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E341E0; }
p { color: rgb(227,65,224); }
H1.HeaderClassName
{
color: #E341E0;
}
.AnyTagClassName
{
color: #E341E0;
}
</style>
background-color css
<style>
a { background-color: #E341E0; }
a { background-color: rgb(227,65,224); }
div.DivClassName
{
background-color: #E341E0;
}
.BgClassName
{
background-color: #E341E0;
}
</style>
border-color css
<style>
span { border-color: #E341E0; }
span { border-color: rgb(227,65,224); }
td.TdClassName
{
border-color: #E341E0;
}
.TagClassName
{
border-color: #E341E0;
}
</style>