#E04FE2

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

Shades of Free Speech Magenta #E04FE2

Tints of Free Speech Magenta #E04FE2

Color information

#E04FE2 (or 0xE04FE2) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4F and E2. RGB value is (224,79,226). Sum of RGB (Red+Green+Blue) = 224+79+226=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #E04FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04FE2 is #1FB01D. Grayscale: #8A8A8A. Windows color (decimal): -2076702 or 14831584. OLE color: 14831584.

HSL color Cylindrical-coordinate representation of color #E04FE2: hue angle of 299.18º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04FE2 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22479226-
CMYK0.010.6500.11
HSL299.18º71.71%59.8%-
HSV(B)299.18º65.04%88.63%-
XYZ47.2626.9374.66-
YUV139.11177.04188.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 79 (31.25% from 255) = 14.93%
BLUE value IS 226 (88.67% from 255) = 42.72%
R=42.34%
G=14.93%
B=42.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal224792260.010.6500.11299.1871.7159.8
HexE04FE21410B12b483c
Octal340117342110101345311074
Binary1110000010011111110001011000001010111001010111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04FE2; }

 p { color: rgb(224,79,226); }

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

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

 a { background-color: rgb(224,79,226); }

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

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

 span { border-color: rgb(224,79,226); }

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