Html Css Color HEX #E742EC Free Speech Magenta
📋 copy color: '#E742EC'red 231 ◦ green 66 ◦ blue 236
Shades of Free Speech Magenta #E742EC
Tints of Free Speech Magenta #E742EC
RGB
CMYK
RGB Variations
Color information
#E742EC (or 0xE742EC) is known color: Free Speech Magenta. HEX triplet: E7, 42 and EC. RGB value is (231,66,236). Sum of RGB (Red+Green+Blue) = 231+66+236=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 66 (26.17% from 255 or 12.38% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #E742EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E742EC is #18BD13. Grayscale: #868686. Windows color (decimal): -1621268 or 15483623. OLE color: 15483623.
HSL color Cylindrical-coordinate representation of color #E742EC: hue angle of 298.24º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E742EC is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 66 | 236 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.07 |
| HSL | 298.24º | 0.82% | 0.59% | - |
| HSV(B) | 298.24º | 0.72% | 0.93% | - |
| XYZ | 50.04 | 26.94 | 81.92 | - |
| YUV | 134.72 | 185.16 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 66 | 236 | 0.02 | 0.72 | 0 | 0.07 | 298.24 | 0.82 | 0.59 |
| Hex | E7 | 42 | EC | 2 | 48 | 0 | 7 | 12A | 52 | 3B |
| Octal | 347 | 102 | 354 | 2 | 110 | 0 | 7 | 452 | 122 | 73 |
| Binary | 11100111 | 1000010 | 11101100 | 10 | 1001000 | 0 | 111 | 100101010 | 1010010 | 111011 |
Color Harmonies of #E742EC
Complementary color
Monochromatic Colors of #E742EC
Black with #E742EC
Text Example
Text Example
White with #E742EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E742EC; }
p { color: rgb(231,66,236); }
H1.HeaderClassName
{
color: #E742EC;
}
.AnyTagClassName
{
color: #E742EC;
}
</style>
background-color css
<style>
a { background-color: #E742EC; }
a { background-color: rgb(231,66,236); }
div.DivClassName
{
background-color: #E742EC;
}
.BgClassName
{
background-color: #E742EC;
}
</style>
border-color css
<style>
span { border-color: #E742EC; }
span { border-color: rgb(231,66,236); }
td.TdClassName
{
border-color: #E742EC;
}
.TagClassName
{
border-color: #E742EC;
}
</style>