Html Css Color HEX #E740D0 Free Speech Magenta
📋 copy color: '#E740D0'red 231 ◦ green 64 ◦ blue 208
Shades of Free Speech Magenta #E740D0
Tints of Free Speech Magenta #E740D0
RGB
CMYK
RGB Variations
Color information
#E740D0 (or 0xE740D0) is known color: Free Speech Magenta. HEX triplet: E7, 40 and D0. RGB value is (231,64,208). Sum of RGB (Red+Green+Blue) = 231+64+208=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E740D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740D0 is #18BF2F. Grayscale: #818181. Windows color (decimal): -1621808 or 13648103. OLE color: 13648103.
HSL color Cylindrical-coordinate representation of color #E740D0: hue angle of 308.26º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E740D0 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 208 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.09 |
| HSL | 308.26º | 0.78% | 0.58% | - |
| HSV(B) | 308.26º | 0.72% | 0.91% | - |
| XYZ | 46.17 | 25.21 | 62.11 | - |
| YUV | 130.35 | 171.83 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 208 | 0 | 0.72 | 0.10 | 0.09 | 308.26 | 0.78 | 0.58 |
| Hex | E7 | 40 | D0 | 0 | 48 | A | 9 | 134 | 4E | 3A |
| Octal | 347 | 100 | 320 | 0 | 110 | 12 | 11 | 464 | 116 | 72 |
| Binary | 11100111 | 1000000 | 11010000 | 0 | 1001000 | 1010 | 1001 | 100110100 | 1001110 | 111010 |
Color Harmonies of #E740D0
Complementary color
Monochromatic Colors of #E740D0
Black with #E740D0
Text Example
Text Example
White with #E740D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E740D0; }
p { color: rgb(231,64,208); }
H1.HeaderClassName
{
color: #E740D0;
}
.AnyTagClassName
{
color: #E740D0;
}
</style>
background-color css
<style>
a { background-color: #E740D0; }
a { background-color: rgb(231,64,208); }
div.DivClassName
{
background-color: #E740D0;
}
.BgClassName
{
background-color: #E740D0;
}
</style>
border-color css
<style>
span { border-color: #E740D0; }
span { border-color: rgb(231,64,208); }
td.TdClassName
{
border-color: #E740D0;
}
.TagClassName
{
border-color: #E740D0;
}
</style>