#E039E5

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

Shades of Free Speech Magenta #E039E5

Tints of Free Speech Magenta #E039E5

Color information

#E039E5 (or 0xE039E5) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 39 and E5. RGB value is (224,57,229). Sum of RGB (Red+Green+Blue) = 224+57+229=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 57 (22.66% from 255 or 11.18% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #E039E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E039E5 is #1FC61A. Grayscale: #7E7E7E. Windows color (decimal): -2082331 or 15022560. OLE color: 15022560.

HSL color Cylindrical-coordinate representation of color #E039E5: hue angle of 298.26º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E039E5 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22457229-
CMYK0.020.7500.10
HSL298.26º76.79%56.08%-
HSV(B)298.26º75.11%89.8%-
XYZ46.3524.4376.4-
YUV126.54185.83197.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.92%
GREEN value IS 57 (22.66% from 255) = 11.18%
BLUE value IS 229 (89.84% from 255) = 44.90%
R=43.92%
G=11.18%
B=44.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal224572290.020.7500.10298.2676.7956.08
HexE039E524B0A12a4d38
Octal34071345211301245211570
Binary1110000011100111100101101001011010101001010101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E039E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E039E5; }

 p { color: rgb(224,57,229); }

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

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

 a { background-color: rgb(224,57,229); }

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

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

 span { border-color: rgb(224,57,229); }

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