Html Css Color HEX #E74EDC Free Speech Magenta
📋 copy color: '#E74EDC'red 231 ◦ green 78 ◦ blue 220
Shades of Free Speech Magenta #E74EDC
Tints of Free Speech Magenta #E74EDC
RGB
CMYK
RGB Variations
Color information
#E74EDC (or 0xE74EDC) is known color: Free Speech Magenta. HEX triplet: E7, 4E and DC. RGB value is (231,78,220). Sum of RGB (Red+Green+Blue) = 231+78+220=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 78 (30.86% from 255 or 14.74% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E74EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74EDC is #18B123. Grayscale: #8B8B8B. Windows color (decimal): -1618212 or 14438119. OLE color: 14438119.
HSL color Cylindrical-coordinate representation of color #E74EDC: hue angle of 304.31º 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 #E74EDC is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 220 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.09 |
| HSL | 304.31º | 0.76% | 0.61% | - |
| HSV(B) | 304.31º | 0.66% | 0.91% | - |
| XYZ | 48.6 | 27.61 | 70.48 | - |
| YUV | 139.94 | 173.19 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 220 | 0 | 0.66 | 0.05 | 0.09 | 304.31 | 0.76 | 0.61 |
| Hex | E7 | 4E | DC | 0 | 42 | 5 | 9 | 130 | 4C | 3D |
| Octal | 347 | 116 | 334 | 0 | 102 | 5 | 11 | 460 | 114 | 75 |
| Binary | 11100111 | 1001110 | 11011100 | 0 | 1000010 | 101 | 1001 | 100110000 | 1001100 | 111101 |
Color Harmonies of #E74EDC
Complementary color
Monochromatic Colors of #E74EDC
Black with #E74EDC
Text Example
Text Example
White with #E74EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74EDC; }
p { color: rgb(231,78,220); }
H1.HeaderClassName
{
color: #E74EDC;
}
.AnyTagClassName
{
color: #E74EDC;
}
</style>
background-color css
<style>
a { background-color: #E74EDC; }
a { background-color: rgb(231,78,220); }
div.DivClassName
{
background-color: #E74EDC;
}
.BgClassName
{
background-color: #E74EDC;
}
</style>
border-color css
<style>
span { border-color: #E74EDC; }
span { border-color: rgb(231,78,220); }
td.TdClassName
{
border-color: #E74EDC;
}
.TagClassName
{
border-color: #E74EDC;
}
</style>