#E04CF2

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

Shades of Free Speech Magenta #E04CF2

Tints of Free Speech Magenta #E04CF2

Color information

#E04CF2 (or 0xE04CF2) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4C and F2. RGB value is (224,76,242). Sum of RGB (Red+Green+Blue) = 224+76+242=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 76 (30.08% from 255 or 14.02% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #E04CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04CF2 is #1FB30D. Grayscale: #8A8A8A. Windows color (decimal): -2077454 or 15879392. OLE color: 15879392.

HSL color Cylindrical-coordinate representation of color #E04CF2: hue angle of 293.49º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04CF2 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22476242-
CMYK0.070.6900.05
HSL293.49º86.46%62.35%-
HSV(B)293.49º68.6%94.9%-
XYZ49.3527.4386.7-
YUV139.18186.03188.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.33%
GREEN value IS 76 (30.08% from 255) = 14.02%
BLUE value IS 242 (94.92% from 255) = 44.65%
R=41.33%
G=14.02%
B=44.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal224762420.070.6900.05293.4986.4662.35
HexE04CF274505125563e
Octal34011436271050544512676
Binary11100000100110011110010111100010101011001001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04CF2; }

 p { color: rgb(224,76,242); }

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

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

 a { background-color: rgb(224,76,242); }

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

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

 span { border-color: rgb(224,76,242); }

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