Html Css Color HEX #E740EC Free Speech Magenta
📋 copy color: '#E740EC'red 231 ◦ green 64 ◦ blue 236
Shades of Free Speech Magenta #E740EC
Tints of Free Speech Magenta #E740EC
RGB
CMYK
RGB Variations
Color information
#E740EC (or 0xE740EC) is known color: Free Speech Magenta. HEX triplet: E7, 40 and EC. RGB value is (231,64,236). Sum of RGB (Red+Green+Blue) = 231+64+236=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 64 (25.39% from 255 or 12.05% 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 #E740EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E740EC is #18BF13. Grayscale: #858585. Windows color (decimal): -1621780 or 15483111. OLE color: 15483111.
HSL color Cylindrical-coordinate representation of color #E740EC: hue angle of 298.26º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E740EC is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 64 | 236 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.07 |
| HSL | 298.26º | 0.82% | 0.59% | - |
| HSV(B) | 298.26º | 0.73% | 0.93% | - |
| XYZ | 49.93 | 26.71 | 81.88 | - |
| YUV | 133.54 | 185.83 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 236 | 0.02 | 0.73 | 0 | 0.07 | 298.26 | 0.82 | 0.59 |
| Hex | E7 | 40 | EC | 2 | 49 | 0 | 7 | 12A | 52 | 3B |
| Octal | 347 | 100 | 354 | 2 | 111 | 0 | 7 | 452 | 122 | 73 |
| Binary | 11100111 | 1000000 | 11101100 | 10 | 1001001 | 0 | 111 | 100101010 | 1010010 | 111011 |
Color Harmonies of #E740EC
Complementary color
Monochromatic Colors of #E740EC
Black with #E740EC
Text Example
Text Example
White with #E740EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E740EC; }
p { color: rgb(231,64,236); }
H1.HeaderClassName
{
color: #E740EC;
}
.AnyTagClassName
{
color: #E740EC;
}
</style>
background-color css
<style>
a { background-color: #E740EC; }
a { background-color: rgb(231,64,236); }
div.DivClassName
{
background-color: #E740EC;
}
.BgClassName
{
background-color: #E740EC;
}
</style>
border-color css
<style>
span { border-color: #E740EC; }
span { border-color: rgb(231,64,236); }
td.TdClassName
{
border-color: #E740EC;
}
.TagClassName
{
border-color: #E740EC;
}
</style>