Html Css Color HEX #E352EC Free Speech Magenta
📋 copy color: '#E352EC'red 227 ◦ green 82 ◦ blue 236
Shades of Free Speech Magenta #E352EC
Tints of Free Speech Magenta #E352EC
RGB
CMYK
RGB Variations
Color information
#E352EC (or 0xE352EC) is known color: Free Speech Magenta. HEX triplet: E3, 52 and EC. RGB value is (227,82,236). Sum of RGB (Red+Green+Blue) = 227+82+236=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 82 (32.42% from 255 or 15.05% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #E352EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E352EC is #1CAD13. Grayscale: #8E8E8E. Windows color (decimal): -1879316 or 15487715. OLE color: 15487715.
HSL color Cylindrical-coordinate representation of color #E352EC: hue angle of 296.49º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E352EC is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 82 | 236 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.07 |
| HSL | 296.49º | 0.8% | 0.62% | - |
| HSV(B) | 296.49º | 0.65% | 0.93% | - |
| XYZ | 49.84 | 28.42 | 82.22 | - |
| YUV | 142.91 | 180.54 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 236 | 0.04 | 0.65 | 0 | 0.07 | 296.49 | 0.8 | 0.62 |
| Hex | E3 | 52 | EC | 4 | 41 | 0 | 7 | 128 | 50 | 3E |
| Octal | 343 | 122 | 354 | 4 | 101 | 0 | 7 | 450 | 120 | 76 |
| Binary | 11100011 | 1010010 | 11101100 | 100 | 1000001 | 0 | 111 | 100101000 | 1010000 | 111110 |
Color Harmonies of #E352EC
Complementary color
Monochromatic Colors of #E352EC
Black with #E352EC
Text Example
Text Example
White with #E352EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352EC; }
p { color: rgb(227,82,236); }
H1.HeaderClassName
{
color: #E352EC;
}
.AnyTagClassName
{
color: #E352EC;
}
</style>
background-color css
<style>
a { background-color: #E352EC; }
a { background-color: rgb(227,82,236); }
div.DivClassName
{
background-color: #E352EC;
}
.BgClassName
{
background-color: #E352EC;
}
</style>
border-color css
<style>
span { border-color: #E352EC; }
span { border-color: rgb(227,82,236); }
td.TdClassName
{
border-color: #E352EC;
}
.TagClassName
{
border-color: #E352EC;
}
</style>