Html Css Color HEX #E348EC Free Speech Magenta
📋 copy color: '#E348EC'red 227 ◦ green 72 ◦ blue 236
Shades of Free Speech Magenta #E348EC
Tints of Free Speech Magenta #E348EC
RGB
CMYK
RGB Variations
Color information
#E348EC (or 0xE348EC) is known color: Free Speech Magenta. HEX triplet: E3, 48 and EC. RGB value is (227,72,236). Sum of RGB (Red+Green+Blue) = 227+72+236=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 72 (28.52% from 255 or 13.46% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #E348EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E348EC is #1CB713. Grayscale: #888888. Windows color (decimal): -1881876 or 15485155. OLE color: 15485155.
HSL color Cylindrical-coordinate representation of color #E348EC: hue angle of 296.71º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E348EC is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 72 | 236 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.07 |
| HSL | 296.71º | 0.81% | 0.6% | - |
| HSV(B) | 296.71º | 0.69% | 0.93% | - |
| XYZ | 49.14 | 27.02 | 81.98 | - |
| YUV | 137.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 236 | 0.04 | 0.69 | 0 | 0.07 | 296.71 | 0.81 | 0.6 |
| Hex | E3 | 48 | EC | 4 | 45 | 0 | 7 | 129 | 51 | 3C |
| Octal | 343 | 110 | 354 | 4 | 105 | 0 | 7 | 451 | 121 | 74 |
| Binary | 11100011 | 1001000 | 11101100 | 100 | 1000101 | 0 | 111 | 100101001 | 1010001 | 111100 |
Color Harmonies of #E348EC
Complementary color
Monochromatic Colors of #E348EC
Black with #E348EC
Text Example
Text Example
White with #E348EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E348EC; }
p { color: rgb(227,72,236); }
H1.HeaderClassName
{
color: #E348EC;
}
.AnyTagClassName
{
color: #E348EC;
}
</style>
background-color css
<style>
a { background-color: #E348EC; }
a { background-color: rgb(227,72,236); }
div.DivClassName
{
background-color: #E348EC;
}
.BgClassName
{
background-color: #E348EC;
}
</style>
border-color css
<style>
span { border-color: #E348EC; }
span { border-color: rgb(227,72,236); }
td.TdClassName
{
border-color: #E348EC;
}
.TagClassName
{
border-color: #E348EC;
}
</style>