Html Css Color HEX #E145EC Free Speech Magenta
📋 copy color: '#E145EC'red 225 ◦ green 69 ◦ blue 236
Shades of Free Speech Magenta #E145EC
Tints of Free Speech Magenta #E145EC
RGB
CMYK
RGB Variations
Color information
#E145EC (or 0xE145EC) is known color: Free Speech Magenta. HEX triplet: E1, 45 and EC. RGB value is (225,69,236). Sum of RGB (Red+Green+Blue) = 225+69+236=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 69 (27.34% from 255 or 13.02% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #E145EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E145EC is #1EBA13. Grayscale: #868686. Windows color (decimal): -2013716 or 15484385. OLE color: 15484385.
HSL color Cylindrical-coordinate representation of color #E145EC: hue angle of 296.05º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E145EC is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 69 | 236 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.07 |
| HSL | 296.05º | 0.81% | 0.6% | - |
| HSV(B) | 296.05º | 0.71% | 0.93% | - |
| XYZ | 48.32 | 26.32 | 81.89 | - |
| YUV | 134.68 | 185.18 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 236 | 0.05 | 0.71 | 0 | 0.07 | 296.05 | 0.81 | 0.6 |
| Hex | E1 | 45 | EC | 5 | 47 | 0 | 7 | 128 | 51 | 3C |
| Octal | 341 | 105 | 354 | 5 | 107 | 0 | 7 | 450 | 121 | 74 |
| Binary | 11100001 | 1000101 | 11101100 | 101 | 1000111 | 0 | 111 | 100101000 | 1010001 | 111100 |
Color Harmonies of #E145EC
Complementary color
Monochromatic Colors of #E145EC
Black with #E145EC
Text Example
Text Example
White with #E145EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E145EC; }
p { color: rgb(225,69,236); }
H1.HeaderClassName
{
color: #E145EC;
}
.AnyTagClassName
{
color: #E145EC;
}
</style>
background-color css
<style>
a { background-color: #E145EC; }
a { background-color: rgb(225,69,236); }
div.DivClassName
{
background-color: #E145EC;
}
.BgClassName
{
background-color: #E145EC;
}
</style>
border-color css
<style>
span { border-color: #E145EC; }
span { border-color: rgb(225,69,236); }
td.TdClassName
{
border-color: #E145EC;
}
.TagClassName
{
border-color: #E145EC;
}
</style>