#E04AF0

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

Shades of Free Speech Magenta #E04AF0

Tints of Free Speech Magenta #E04AF0

Color information

#E04AF0 (or 0xE04AF0) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4A and F0. RGB value is (224,74,240). Sum of RGB (Red+Green+Blue) = 224+74+240=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #E04AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04AF0 is #1FB50F. Grayscale: #898989. Windows color (decimal): -2077968 or 15747808. OLE color: 15747808.

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

Color convert

RGB22474240-
CMYK0.070.6900.06
HSL294.22º84.69%61.57%-
HSV(B)294.22º69.17%94.12%-
XYZ48.9227.0485.08-
YUV137.77185.7189.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 74 (29.30% from 255) = 13.75%
BLUE value IS 240 (94.14% from 255) = 44.61%
R=41.64%
G=13.75%
B=44.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal224742400.070.6900.06294.2284.6961.57
HexE04AF074506126553e
Octal34011236071050644612576
Binary11100000100101011110000111100010101101001001101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04AF0; }

 p { color: rgb(224,74,240); }

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

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

 a { background-color: rgb(224,74,240); }

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

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

 span { border-color: rgb(224,74,240); }

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