Html Css Color HEX #E74DE3 Free Speech Magenta
📋 copy color: '#E74DE3'red 231 ◦ green 77 ◦ blue 227
Shades of Free Speech Magenta #E74DE3
Tints of Free Speech Magenta #E74DE3
RGB
CMYK
RGB Variations
Color information
#E74DE3 (or 0xE74DE3) is known color: Free Speech Magenta. HEX triplet: E7, 4D and E3. RGB value is (231,77,227). Sum of RGB (Red+Green+Blue) = 231+77+227=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 77 (30.47% from 255 or 14.39% from 535); Blue value is 227 (89.06% from 255 or 42.43% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E74DE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74DE3 is #18B21C. Grayscale: #8B8B8B. Windows color (decimal): -1618461 or 14896615. OLE color: 14896615.
HSL color Cylindrical-coordinate representation of color #E74DE3: hue angle of 301.56º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E74DE3 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 227 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.09 |
| HSL | 301.56º | 0.76% | 0.6% | - |
| HSV(B) | 301.56º | 0.67% | 0.91% | - |
| XYZ | 49.47 | 27.84 | 75.44 | - |
| YUV | 140.15 | 177.02 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 227 | 0 | 0.67 | 0.02 | 0.09 | 301.56 | 0.76 | 0.6 |
| Hex | E7 | 4D | E3 | 0 | 43 | 2 | 9 | 12E | 4C | 3C |
| Octal | 347 | 115 | 343 | 0 | 103 | 2 | 11 | 456 | 114 | 74 |
| Binary | 11100111 | 1001101 | 11100011 | 0 | 1000011 | 10 | 1001 | 100101110 | 1001100 | 111100 |
Color Harmonies of #E74DE3
Complementary color
Monochromatic Colors of #E74DE3
Black with #E74DE3
Text Example
Text Example
White with #E74DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74DE3; }
p { color: rgb(231,77,227); }
H1.HeaderClassName
{
color: #E74DE3;
}
.AnyTagClassName
{
color: #E74DE3;
}
</style>
background-color css
<style>
a { background-color: #E74DE3; }
a { background-color: rgb(231,77,227); }
div.DivClassName
{
background-color: #E74DE3;
}
.BgClassName
{
background-color: #E74DE3;
}
</style>
border-color css
<style>
span { border-color: #E74DE3; }
span { border-color: rgb(231,77,227); }
td.TdClassName
{
border-color: #E74DE3;
}
.TagClassName
{
border-color: #E74DE3;
}
</style>