Html Css Color HEX #E74EDF Free Speech Magenta
📋 copy color: '#E74EDF'red 231 ◦ green 78 ◦ blue 223
Shades of Free Speech Magenta #E74EDF
Tints of Free Speech Magenta #E74EDF
RGB
CMYK
RGB Variations
Color information
#E74EDF (or 0xE74EDF) is known color: Free Speech Magenta. HEX triplet: E7, 4E and DF. RGB value is (231,78,223). Sum of RGB (Red+Green+Blue) = 231+78+223=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 78 (30.86% from 255 or 14.66% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E74EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74EDF is #18B120. Grayscale: #8B8B8B. Windows color (decimal): -1618209 or 14634727. OLE color: 14634727.
HSL color Cylindrical-coordinate representation of color #E74EDF: hue angle of 303.14º 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 #E74EDF is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 223 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.09 |
| HSL | 303.14º | 0.76% | 0.61% | - |
| HSV(B) | 303.14º | 0.66% | 0.91% | - |
| XYZ | 49 | 27.77 | 72.59 | - |
| YUV | 140.28 | 174.69 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 223 | 0 | 0.66 | 0.03 | 0.09 | 303.14 | 0.76 | 0.61 |
| Hex | E7 | 4E | DF | 0 | 42 | 3 | 9 | 12F | 4C | 3D |
| Octal | 347 | 116 | 337 | 0 | 102 | 3 | 11 | 457 | 114 | 75 |
| Binary | 11100111 | 1001110 | 11011111 | 0 | 1000010 | 11 | 1001 | 100101111 | 1001100 | 111101 |
Color Harmonies of #E74EDF
Complementary color
Monochromatic Colors of #E74EDF
Black with #E74EDF
Text Example
Text Example
White with #E74EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74EDF; }
p { color: rgb(231,78,223); }
H1.HeaderClassName
{
color: #E74EDF;
}
.AnyTagClassName
{
color: #E74EDF;
}
</style>
background-color css
<style>
a { background-color: #E74EDF; }
a { background-color: rgb(231,78,223); }
div.DivClassName
{
background-color: #E74EDF;
}
.BgClassName
{
background-color: #E74EDF;
}
</style>
border-color css
<style>
span { border-color: #E74EDF; }
span { border-color: rgb(231,78,223); }
td.TdClassName
{
border-color: #E74EDF;
}
.TagClassName
{
border-color: #E74EDF;
}
</style>