#E04AEF

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

Shades of Free Speech Magenta #E04AEF

Tints of Free Speech Magenta #E04AEF

Color information

#E04AEF (or 0xE04AEF) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4A and EF. RGB value is (224,74,239). Sum of RGB (Red+Green+Blue) = 224+74+239=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #E04AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04AEF is #1FB510. Grayscale: #898989. Windows color (decimal): -2077969 or 15682272. OLE color: 15682272.

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

Color convert

RGB22474239-
CMYK0.060.6900.06
HSL294.55º83.76%61.37%-
HSV(B)294.55º69.04%93.73%-
XYZ48.7726.9884.3-
YUV137.66185.2189.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.71%
GREEN value IS 74 (29.30% from 255) = 13.78%
BLUE value IS 239 (93.75% from 255) = 44.51%
R=41.71%
G=13.78%
B=44.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal224742390.060.6900.06294.5583.7661.37
HexE04AEF64506127543d
Octal34011235761050644712475
Binary11100000100101011101111110100010101101001001111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04AEF; }

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

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

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

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

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

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

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

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