#E049EA

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

Shades of Free Speech Magenta #E049EA

Tints of Free Speech Magenta #E049EA

Color information

#E049EA (or 0xE049EA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 49 and EA. RGB value is (224,73,234). Sum of RGB (Red+Green+Blue) = 224+73+234=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #E049EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E049EA is #1FB615. Grayscale: #888888. Windows color (decimal): -2078230 or 15354336. OLE color: 15354336.

HSL color Cylindrical-coordinate representation of color #E049EA: hue angle of 296.27º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E049EA is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22473234-
CMYK0.040.6900.08
HSL296.27º79.31%60.2%-
HSV(B)296.27º68.8%91.76%-
XYZ47.9726.5580.44-
YUV136.5183.03190.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 73 (28.91% from 255) = 13.75%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=42.18%
G=13.75%
B=44.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal224732340.040.6900.08296.2779.3160.2
HexE049EA445081284f3c
Octal340111352410501045011774
Binary111000001001001111010101001000101010001001010001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E049EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E049EA; }

 p { color: rgb(224,73,234); }

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

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

 a { background-color: rgb(224,73,234); }

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

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

 span { border-color: rgb(224,73,234); }

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