Html Css Color HEX #E74ECF Free Speech Magenta
📋 copy color: '#E74ECF'red 231 ◦ green 78 ◦ blue 207
Shades of Free Speech Magenta #E74ECF
Tints of Free Speech Magenta #E74ECF
RGB
CMYK
RGB Variations
Color information
#E74ECF (or 0xE74ECF) is known color: Free Speech Magenta. HEX triplet: E7, 4E and CF. RGB value is (231,78,207). Sum of RGB (Red+Green+Blue) = 231+78+207=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E74ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74ECF is #18B130. Grayscale: #8A8A8A. Windows color (decimal): -1618225 or 13586151. OLE color: 13586151.
HSL color Cylindrical-coordinate representation of color #E74ECF: hue angle of 309.41º 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 #E74ECF is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 207 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.09 |
| HSL | 309.41º | 0.76% | 0.61% | - |
| HSV(B) | 309.41º | 0.66% | 0.91% | - |
| XYZ | 46.94 | 26.94 | 61.76 | - |
| YUV | 138.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 207 | 0 | 0.66 | 0.10 | 0.09 | 309.41 | 0.76 | 0.61 |
| Hex | E7 | 4E | CF | 0 | 42 | A | 9 | 135 | 4C | 3D |
| Octal | 347 | 116 | 317 | 0 | 102 | 12 | 11 | 465 | 114 | 75 |
| Binary | 11100111 | 1001110 | 11001111 | 0 | 1000010 | 1010 | 1001 | 100110101 | 1001100 | 111101 |
Color Harmonies of #E74ECF
Complementary color
Monochromatic Colors of #E74ECF
Black with #E74ECF
Text Example
Text Example
White with #E74ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74ECF; }
p { color: rgb(231,78,207); }
H1.HeaderClassName
{
color: #E74ECF;
}
.AnyTagClassName
{
color: #E74ECF;
}
</style>
background-color css
<style>
a { background-color: #E74ECF; }
a { background-color: rgb(231,78,207); }
div.DivClassName
{
background-color: #E74ECF;
}
.BgClassName
{
background-color: #E74ECF;
}
</style>
border-color css
<style>
span { border-color: #E74ECF; }
span { border-color: rgb(231,78,207); }
td.TdClassName
{
border-color: #E74ECF;
}
.TagClassName
{
border-color: #E74ECF;
}
</style>