#E53EE5

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

Shades of Free Speech Magenta #E53EE5

Tints of Free Speech Magenta #E53EE5

Color information

#E53EE5 (or 0xE53EE5) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3E and E5. RGB value is (229,62,229). Sum of RGB (Red+Green+Blue) = 229+62+229=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 62 (24.61% from 255 or 11.92% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E53EE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53EE5 is #1AC11A. Grayscale: #828282. Windows color (decimal): -1753371 or 15023845. OLE color: 15023845.

HSL color Cylindrical-coordinate representation of color #E53EE5: hue angle of 300º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53EE5 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB22962229-
CMYK00.7300.10
HSL300º76.26%57.06%-
HSV(B)300º72.93%89.8%-
XYZ48.1825.7676.56-
YUV130.97183.33197.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 62 (24.61% from 255) = 11.92%
BLUE value IS 229 (89.84% from 255) = 44.04%
R=44.04%
G=11.92%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296222900.7300.1030076.2657.06
HexE53EE50490A12c4c39
Octal34576345011101245411471
Binary111001011111101110010101001001010101001011001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53EE5; }

 p { color: rgb(229,62,229); }

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

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

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

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

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

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

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