Html Css Color HEX #E74ECD Free Speech Magenta
📋 copy color: '#E74ECD'red 231 ◦ green 78 ◦ blue 205
Shades of Free Speech Magenta #E74ECD
Tints of Free Speech Magenta #E74ECD
RGB
CMYK
RGB Variations
Color information
#E74ECD (or 0xE74ECD) is known color: Free Speech Magenta. HEX triplet: E7, 4E and CD. RGB value is (231,78,205). Sum of RGB (Red+Green+Blue) = 231+78+205=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74ECD is #18B132. Grayscale: #898989. Windows color (decimal): -1618227 or 13455079. OLE color: 13455079.
HSL color Cylindrical-coordinate representation of color #E74ECD: hue angle of 310.2º 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 #E74ECD is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 205 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.09 |
| HSL | 310.2º | 0.76% | 0.61% | - |
| HSV(B) | 310.2º | 0.66% | 0.91% | - |
| XYZ | 46.7 | 26.85 | 60.48 | - |
| YUV | 138.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 205 | 0 | 0.66 | 0.11 | 0.09 | 310.2 | 0.76 | 0.61 |
| Hex | E7 | 4E | CD | 0 | 42 | B | 9 | 136 | 4C | 3D |
| Octal | 347 | 116 | 315 | 0 | 102 | 13 | 11 | 466 | 114 | 75 |
| Binary | 11100111 | 1001110 | 11001101 | 0 | 1000010 | 1011 | 1001 | 100110110 | 1001100 | 111101 |
Color Harmonies of #E74ECD
Complementary color
Monochromatic Colors of #E74ECD
Black with #E74ECD
Text Example
Text Example
White with #E74ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74ECD; }
p { color: rgb(231,78,205); }
H1.HeaderClassName
{
color: #E74ECD;
}
.AnyTagClassName
{
color: #E74ECD;
}
</style>
background-color css
<style>
a { background-color: #E74ECD; }
a { background-color: rgb(231,78,205); }
div.DivClassName
{
background-color: #E74ECD;
}
.BgClassName
{
background-color: #E74ECD;
}
</style>
border-color css
<style>
span { border-color: #E74ECD; }
span { border-color: rgb(231,78,205); }
td.TdClassName
{
border-color: #E74ECD;
}
.TagClassName
{
border-color: #E74ECD;
}
</style>