Html Css Color HEX #E341EA Free Speech Magenta
📋 copy color: '#E341EA'red 227 ◦ green 65 ◦ blue 234
Shades of Free Speech Magenta #E341EA
Tints of Free Speech Magenta #E341EA
RGB
CMYK
RGB Variations
Color information
#E341EA (or 0xE341EA) is known color: Free Speech Magenta. HEX triplet: E3, 41 and EA. RGB value is (227,65,234). Sum of RGB (Red+Green+Blue) = 227+65+234=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #E341EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E341EA is #1CBE15. Grayscale: #848484. Windows color (decimal): -1883670 or 15352291. OLE color: 15352291.
HSL color Cylindrical-coordinate representation of color #E341EA: hue angle of 297.51º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E341EA is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 65 | 234 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.08 |
| HSL | 297.51º | 0.8% | 0.59% | - |
| HSV(B) | 297.51º | 0.72% | 0.92% | - |
| XYZ | 48.42 | 26.05 | 80.32 | - |
| YUV | 132.7 | 185.17 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 234 | 0.03 | 0.72 | 0 | 0.08 | 297.51 | 0.8 | 0.59 |
| Hex | E3 | 41 | EA | 3 | 48 | 0 | 8 | 12A | 50 | 3B |
| Octal | 343 | 101 | 352 | 3 | 110 | 0 | 10 | 452 | 120 | 73 |
| Binary | 11100011 | 1000001 | 11101010 | 11 | 1001000 | 0 | 1000 | 100101010 | 1010000 | 111011 |
Color Harmonies of #E341EA
Complementary color
Monochromatic Colors of #E341EA
Black with #E341EA
Text Example
Text Example
White with #E341EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E341EA; }
p { color: rgb(227,65,234); }
H1.HeaderClassName
{
color: #E341EA;
}
.AnyTagClassName
{
color: #E341EA;
}
</style>
background-color css
<style>
a { background-color: #E341EA; }
a { background-color: rgb(227,65,234); }
div.DivClassName
{
background-color: #E341EA;
}
.BgClassName
{
background-color: #E341EA;
}
</style>
border-color css
<style>
span { border-color: #E341EA; }
span { border-color: rgb(227,65,234); }
td.TdClassName
{
border-color: #E341EA;
}
.TagClassName
{
border-color: #E341EA;
}
</style>