#E53ED8

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

Shades of Free Speech Magenta #E53ED8

Tints of Free Speech Magenta #E53ED8

Color information

#E53ED8 (or 0xE53ED8) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3E and D8. RGB value is (229,62,216). Sum of RGB (Red+Green+Blue) = 229+62+216=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E53ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53ED8 is #1AC127. Grayscale: #818181. Windows color (decimal): -1753384 or 14171877. OLE color: 14171877.

HSL color Cylindrical-coordinate representation of color #E53ED8: hue angle of 304.67º 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 #E53ED8 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB22962216-
CMYK00.730.060.10
HSL304.67º76.26%57.06%-
HSV(B)304.67º72.93%89.8%-
XYZ46.4325.0667.36-
YUV129.49176.83198.98-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.17%
GREEN value IS 62 (24.61% from 255) = 12.23%
BLUE value IS 216 (84.77% from 255) = 42.60%
R=45.17%
G=12.23%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296221600.730.060.10304.6776.2657.06
HexE53ED80496A1314c39
Octal34576330011161246111471
Binary11100101111110110110000100100111010101001100011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53ED8; }

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

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

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

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

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

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

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

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