Html Css Color HEX #E74ED4 Free Speech Magenta
📋 copy color: '#E74ED4'red 231 ◦ green 78 ◦ blue 212
Shades of Free Speech Magenta #E74ED4
Tints of Free Speech Magenta #E74ED4
RGB
CMYK
RGB Variations
Color information
#E74ED4 (or 0xE74ED4) is known color: Free Speech Magenta. HEX triplet: E7, 4E and D4. RGB value is (231,78,212). Sum of RGB (Red+Green+Blue) = 231+78+212=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 78 (30.86% from 255 or 14.97% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74ED4 is #18B12B. Grayscale: #8A8A8A. Windows color (decimal): -1618220 or 13913831. OLE color: 13913831.
HSL color Cylindrical-coordinate representation of color #E74ED4: hue angle of 307.45º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74ED4 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 212 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.09 |
| HSL | 307.45º | 0.76% | 0.61% | - |
| HSV(B) | 307.45º | 0.66% | 0.91% | - |
| XYZ | 47.56 | 27.19 | 65.03 | - |
| YUV | 139.02 | 169.19 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 212 | 0 | 0.66 | 0.08 | 0.09 | 307.45 | 0.76 | 0.61 |
| Hex | E7 | 4E | D4 | 0 | 42 | 8 | 9 | 133 | 4C | 3D |
| Octal | 347 | 116 | 324 | 0 | 102 | 10 | 11 | 463 | 114 | 75 |
| Binary | 11100111 | 1001110 | 11010100 | 0 | 1000010 | 1000 | 1001 | 100110011 | 1001100 | 111101 |
Color Harmonies of #E74ED4
Complementary color
Monochromatic Colors of #E74ED4
Black with #E74ED4
Text Example
Text Example
White with #E74ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74ED4; }
p { color: rgb(231,78,212); }
H1.HeaderClassName
{
color: #E74ED4;
}
.AnyTagClassName
{
color: #E74ED4;
}
</style>
background-color css
<style>
a { background-color: #E74ED4; }
a { background-color: rgb(231,78,212); }
div.DivClassName
{
background-color: #E74ED4;
}
.BgClassName
{
background-color: #E74ED4;
}
</style>
border-color css
<style>
span { border-color: #E74ED4; }
span { border-color: rgb(231,78,212); }
td.TdClassName
{
border-color: #E74ED4;
}
.TagClassName
{
border-color: #E74ED4;
}
</style>