#E74DF4

Color #E74DF4 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E74DF4

Tints of Free Speech Magenta #E74DF4

Color information

#E74DF4 (or 0xE74DF4) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 4D and F4. RGB value is (231,77,244). Sum of RGB (Red+Green+Blue) = 231+77+244=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 77 (30.47% from 255 or 13.95% from 552); Blue value is 244 (95.70% from 255 or 44.20% from 552); Max value from RGB is 244 - color contains mainly: blue. Hex color #E74DF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74DF4 is #18B20B. Grayscale: #8D8D8D. Windows color (decimal): -1618444 or 16010727. OLE color: 16010727.

HSL color Cylindrical-coordinate representation of color #E74DF4: hue angle of 295.33º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74DF4 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23177244-
CMYK0.050.6800.04
HSL295.33º88.36%62.94%-
HSV(B)295.33º68.44%95.69%-
XYZ51.9428.8388.41-
YUV142.08185.52191.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 77 (30.47% from 255) = 13.95%
BLUE value IS 244 (95.70% from 255) = 44.20%
R=41.85%
G=13.95%
B=44.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal231772440.050.6800.04295.3388.3662.94
HexE74DF454404127583f
Octal34711536451040444713077
Binary11100111100110111110100101100010001001001001111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74DF4; }

 p { color: rgb(231,77,244); }

 H1.HeaderClassName
 {
   color: #E74DF4;
 }
 .AnyTagClassName
 {
   color: #E74DF4;
 }
</style>
background-color css

<style>
 a { background-color: #E74DF4; }

 a { background-color: rgb(231,77,244); }

 div.DivClassName
 {
   background-color: #E74DF4;
 }
 .BgClassName
 {
   background-color: #E74DF4;
 }
</style>
border-color css

<style>
 span { border-color: #E74DF4; }

 span { border-color: rgb(231,77,244); }

 td.TdClassName
 {
   border-color: #E74DF4;
 }
 .TagClassName
 {
   border-color: #E74DF4;
 }
</style>