Html Css Color HEX #E146EC Free Speech Magenta
📋 copy color: '#E146EC'red 225 ◦ green 70 ◦ blue 236
Shades of Free Speech Magenta #E146EC
Tints of Free Speech Magenta #E146EC
RGB
CMYK
RGB Variations
Color information
#E146EC (or 0xE146EC) is known color: Free Speech Magenta. HEX triplet: E1, 46 and EC. RGB value is (225,70,236). Sum of RGB (Red+Green+Blue) = 225+70+236=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 70 (27.73% from 255 or 13.18% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #E146EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E146EC is #1EB913. Grayscale: #868686. Windows color (decimal): -2013460 or 15484641. OLE color: 15484641.
HSL color Cylindrical-coordinate representation of color #E146EC: hue angle of 296.02º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E146EC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 70 | 236 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.07 |
| HSL | 296.02º | 0.81% | 0.6% | - |
| HSV(B) | 296.02º | 0.7% | 0.93% | - |
| XYZ | 48.38 | 26.44 | 81.91 | - |
| YUV | 135.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 70 | 236 | 0.05 | 0.70 | 0 | 0.07 | 296.02 | 0.81 | 0.6 |
| Hex | E1 | 46 | EC | 5 | 46 | 0 | 7 | 128 | 51 | 3C |
| Octal | 341 | 106 | 354 | 5 | 106 | 0 | 7 | 450 | 121 | 74 |
| Binary | 11100001 | 1000110 | 11101100 | 101 | 1000110 | 0 | 111 | 100101000 | 1010001 | 111100 |
Color Harmonies of #E146EC
Complementary color
Monochromatic Colors of #E146EC
Black with #E146EC
Text Example
Text Example
White with #E146EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E146EC; }
p { color: rgb(225,70,236); }
H1.HeaderClassName
{
color: #E146EC;
}
.AnyTagClassName
{
color: #E146EC;
}
</style>
background-color css
<style>
a { background-color: #E146EC; }
a { background-color: rgb(225,70,236); }
div.DivClassName
{
background-color: #E146EC;
}
.BgClassName
{
background-color: #E146EC;
}
</style>
border-color css
<style>
span { border-color: #E146EC; }
span { border-color: rgb(225,70,236); }
td.TdClassName
{
border-color: #E146EC;
}
.TagClassName
{
border-color: #E146EC;
}
</style>