Html Css Color HEX #E74FDF Free Speech Magenta
📋 copy color: '#E74FDF'red 231 ◦ green 79 ◦ blue 223
Shades of Free Speech Magenta #E74FDF
Tints of Free Speech Magenta #E74FDF
RGB
CMYK
RGB Variations
Color information
#E74FDF (or 0xE74FDF) is known color: Free Speech Magenta. HEX triplet: E7, 4F and DF. RGB value is (231,79,223). Sum of RGB (Red+Green+Blue) = 231+79+223=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 79 (31.25% from 255 or 14.82% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E74FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74FDF is #18B020. Grayscale: #8C8C8C. Windows color (decimal): -1617953 or 14634983. OLE color: 14634983.
HSL color Cylindrical-coordinate representation of color #E74FDF: hue angle of 303.16º 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 #E74FDF is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 223 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.09 |
| HSL | 303.16º | 0.76% | 0.61% | - |
| HSV(B) | 303.16º | 0.66% | 0.91% | - |
| XYZ | 49.07 | 27.91 | 72.61 | - |
| YUV | 140.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 223 | 0 | 0.66 | 0.03 | 0.09 | 303.16 | 0.76 | 0.61 |
| Hex | E7 | 4F | DF | 0 | 42 | 3 | 9 | 12F | 4C | 3D |
| Octal | 347 | 117 | 337 | 0 | 102 | 3 | 11 | 457 | 114 | 75 |
| Binary | 11100111 | 1001111 | 11011111 | 0 | 1000010 | 11 | 1001 | 100101111 | 1001100 | 111101 |
Color Harmonies of #E74FDF
Complementary color
Monochromatic Colors of #E74FDF
Black with #E74FDF
Text Example
Text Example
White with #E74FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74FDF; }
p { color: rgb(231,79,223); }
H1.HeaderClassName
{
color: #E74FDF;
}
.AnyTagClassName
{
color: #E74FDF;
}
</style>
background-color css
<style>
a { background-color: #E74FDF; }
a { background-color: rgb(231,79,223); }
div.DivClassName
{
background-color: #E74FDF;
}
.BgClassName
{
background-color: #E74FDF;
}
</style>
border-color css
<style>
span { border-color: #E74FDF; }
span { border-color: rgb(231,79,223); }
td.TdClassName
{
border-color: #E74FDF;
}
.TagClassName
{
border-color: #E74FDF;
}
</style>