Html Css Color HEX #E74FDC Free Speech Magenta
📋 copy color: '#E74FDC'red 231 ◦ green 79 ◦ blue 220
Shades of Free Speech Magenta #E74FDC
Tints of Free Speech Magenta #E74FDC
RGB
CMYK
RGB Variations
Color information
#E74FDC (or 0xE74FDC) is known color: Free Speech Magenta. HEX triplet: E7, 4F and DC. RGB value is (231,79,220). Sum of RGB (Red+Green+Blue) = 231+79+220=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 79 (31.25% from 255 or 14.91% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E74FDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74FDC is #18B023. Grayscale: #8C8C8C. Windows color (decimal): -1617956 or 14438375. OLE color: 14438375.
HSL color Cylindrical-coordinate representation of color #E74FDC: hue angle of 304.34º 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 #E74FDC is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 220 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.09 |
| HSL | 304.34º | 0.76% | 0.61% | - |
| HSV(B) | 304.34º | 0.66% | 0.91% | - |
| XYZ | 48.67 | 27.75 | 70.5 | - |
| YUV | 140.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 220 | 0 | 0.66 | 0.05 | 0.09 | 304.34 | 0.76 | 0.61 |
| Hex | E7 | 4F | DC | 0 | 42 | 5 | 9 | 130 | 4C | 3D |
| Octal | 347 | 117 | 334 | 0 | 102 | 5 | 11 | 460 | 114 | 75 |
| Binary | 11100111 | 1001111 | 11011100 | 0 | 1000010 | 101 | 1001 | 100110000 | 1001100 | 111101 |
Color Harmonies of #E74FDC
Complementary color
Monochromatic Colors of #E74FDC
Black with #E74FDC
Text Example
Text Example
White with #E74FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74FDC; }
p { color: rgb(231,79,220); }
H1.HeaderClassName
{
color: #E74FDC;
}
.AnyTagClassName
{
color: #E74FDC;
}
</style>
background-color css
<style>
a { background-color: #E74FDC; }
a { background-color: rgb(231,79,220); }
div.DivClassName
{
background-color: #E74FDC;
}
.BgClassName
{
background-color: #E74FDC;
}
</style>
border-color css
<style>
span { border-color: #E74FDC; }
span { border-color: rgb(231,79,220); }
td.TdClassName
{
border-color: #E74FDC;
}
.TagClassName
{
border-color: #E74FDC;
}
</style>