Html Css Color HEX #E147EC Free Speech Magenta
📋 copy color: '#E147EC'red 225 ◦ green 71 ◦ blue 236
Shades of Free Speech Magenta #E147EC
Tints of Free Speech Magenta #E147EC
RGB
CMYK
RGB Variations
Color information
#E147EC (or 0xE147EC) is known color: Free Speech Magenta. HEX triplet: E1, 47 and EC. RGB value is (225,71,236). Sum of RGB (Red+Green+Blue) = 225+71+236=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #E147EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E147EC is #1EB813. Grayscale: #878787. Windows color (decimal): -2013204 or 15484897. OLE color: 15484897.
HSL color Cylindrical-coordinate representation of color #E147EC: hue angle of 296º 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 #E147EC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 71 | 236 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.07 |
| HSL | 296º | 0.81% | 0.6% | - |
| HSV(B) | 296º | 0.7% | 0.93% | - |
| XYZ | 48.44 | 26.57 | 81.93 | - |
| YUV | 135.86 | 184.52 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 236 | 0.05 | 0.70 | 0 | 0.07 | 296 | 0.81 | 0.6 |
| Hex | E1 | 47 | EC | 5 | 46 | 0 | 7 | 128 | 51 | 3C |
| Octal | 341 | 107 | 354 | 5 | 106 | 0 | 7 | 450 | 121 | 74 |
| Binary | 11100001 | 1000111 | 11101100 | 101 | 1000110 | 0 | 111 | 100101000 | 1010001 | 111100 |
Color Harmonies of #E147EC
Complementary color
Monochromatic Colors of #E147EC
Black with #E147EC
Text Example
Text Example
White with #E147EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E147EC; }
p { color: rgb(225,71,236); }
H1.HeaderClassName
{
color: #E147EC;
}
.AnyTagClassName
{
color: #E147EC;
}
</style>
background-color css
<style>
a { background-color: #E147EC; }
a { background-color: rgb(225,71,236); }
div.DivClassName
{
background-color: #E147EC;
}
.BgClassName
{
background-color: #E147EC;
}
</style>
border-color css
<style>
span { border-color: #E147EC; }
span { border-color: rgb(225,71,236); }
td.TdClassName
{
border-color: #E147EC;
}
.TagClassName
{
border-color: #E147EC;
}
</style>