Html Css Color HEX #E740EA Free Speech Magenta
📋 copy color: '#E740EA'red 231 ◦ green 64 ◦ blue 234
Shades of Free Speech Magenta #E740EA
Tints of Free Speech Magenta #E740EA
RGB
CMYK
RGB Variations
Color information
#E740EA (or 0xE740EA) is known color: Free Speech Magenta. HEX triplet: E7, 40 and EA. RGB value is (231,64,234). Sum of RGB (Red+Green+Blue) = 231+64+234=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #E740EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E740EA is #18BF15. Grayscale: #848484. Windows color (decimal): -1621782 or 15352039. OLE color: 15352039.
HSL color Cylindrical-coordinate representation of color #E740EA: hue angle of 298.94º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E740EA is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 64 | 234 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.08 |
| HSL | 298.94º | 0.8% | 0.58% | - |
| HSV(B) | 298.94º | 0.73% | 0.92% | - |
| XYZ | 49.64 | 26.6 | 80.36 | - |
| YUV | 133.31 | 184.83 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 234 | 0.01 | 0.73 | 0 | 0.08 | 298.94 | 0.8 | 0.58 |
| Hex | E7 | 40 | EA | 1 | 49 | 0 | 8 | 12B | 50 | 3A |
| Octal | 347 | 100 | 352 | 1 | 111 | 0 | 10 | 453 | 120 | 72 |
| Binary | 11100111 | 1000000 | 11101010 | 1 | 1001001 | 0 | 1000 | 100101011 | 1010000 | 111010 |
Color Harmonies of #E740EA
Complementary color
Monochromatic Colors of #E740EA
Black with #E740EA
Text Example
Text Example
White with #E740EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E740EA; }
p { color: rgb(231,64,234); }
H1.HeaderClassName
{
color: #E740EA;
}
.AnyTagClassName
{
color: #E740EA;
}
</style>
background-color css
<style>
a { background-color: #E740EA; }
a { background-color: rgb(231,64,234); }
div.DivClassName
{
background-color: #E740EA;
}
.BgClassName
{
background-color: #E740EA;
}
</style>
border-color css
<style>
span { border-color: #E740EA; }
span { border-color: rgb(231,64,234); }
td.TdClassName
{
border-color: #E740EA;
}
.TagClassName
{
border-color: #E740EA;
}
</style>