Html Css Color HEX #E74EC4 Free Speech Magenta
📋 copy color: '#E74EC4'red 231 ◦ green 78 ◦ blue 196
Shades of Free Speech Magenta #E74EC4
Tints of Free Speech Magenta #E74EC4
RGB
CMYK
RGB Variations
Color information
#E74EC4 (or 0xE74EC4) is known color: Free Speech Magenta. HEX triplet: E7, 4E and C4. RGB value is (231,78,196). Sum of RGB (Red+Green+Blue) = 231+78+196=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E74EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74EC4 is #18B13B. Grayscale: #888888. Windows color (decimal): -1618236 or 12865255. OLE color: 12865255.
HSL color Cylindrical-coordinate representation of color #E74EC4: hue angle of 313.73º 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 #E74EC4 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 196 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.09 |
| HSL | 313.73º | 0.76% | 0.61% | - |
| HSV(B) | 313.73º | 0.66% | 0.91% | - |
| XYZ | 45.64 | 26.42 | 54.92 | - |
| YUV | 137.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 196 | 0 | 0.66 | 0.15 | 0.09 | 313.73 | 0.76 | 0.61 |
| Hex | E7 | 4E | C4 | 0 | 42 | F | 9 | 13A | 4C | 3D |
| Octal | 347 | 116 | 304 | 0 | 102 | 17 | 11 | 472 | 114 | 75 |
| Binary | 11100111 | 1001110 | 11000100 | 0 | 1000010 | 1111 | 1001 | 100111010 | 1001100 | 111101 |
Color Harmonies of #E74EC4
Complementary color
Monochromatic Colors of #E74EC4
Black with #E74EC4
Text Example
Text Example
White with #E74EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74EC4; }
p { color: rgb(231,78,196); }
H1.HeaderClassName
{
color: #E74EC4;
}
.AnyTagClassName
{
color: #E74EC4;
}
</style>
background-color css
<style>
a { background-color: #E74EC4; }
a { background-color: rgb(231,78,196); }
div.DivClassName
{
background-color: #E74EC4;
}
.BgClassName
{
background-color: #E74EC4;
}
</style>
border-color css
<style>
span { border-color: #E74EC4; }
span { border-color: rgb(231,78,196); }
td.TdClassName
{
border-color: #E74EC4;
}
.TagClassName
{
border-color: #E74EC4;
}
</style>