#E53ED0

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

Shades of Free Speech Magenta #E53ED0

Tints of Free Speech Magenta #E53ED0

Color information

#E53ED0 (or 0xE53ED0) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3E and D0. RGB value is (229,62,208). Sum of RGB (Red+Green+Blue) = 229+62+208=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 62 (24.61% from 255 or 12.42% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E53ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53ED0 is #1AC12F. Grayscale: #808080. Windows color (decimal): -1753392 or 13647589. OLE color: 13647589.

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

Color convert

RGB22962208-
CMYK00.730.090.10
HSL307.54º76.26%57.06%-
HSV(B)307.54º72.93%89.8%-
XYZ45.4224.6662.04-
YUV128.58172.83199.63-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.89%
GREEN value IS 62 (24.61% from 255) = 12.42%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=45.89%
G=12.42%
B=41.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296220800.730.090.10307.5476.2657.06
HexE53ED00499A1344c39
Octal345763200111111246411471
Binary111001011111101101000001001001100110101001101001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53ED0; }

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

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

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

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

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

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

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

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