#E53DDA

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

Shades of Free Speech Magenta #E53DDA

Tints of Free Speech Magenta #E53DDA

Color information

#E53DDA (or 0xE53DDA) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3D and DA. RGB value is (229,61,218). Sum of RGB (Red+Green+Blue) = 229+61+218=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 61 (24.22% from 255 or 12.01% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53DDA is #1AC225. Grayscale: #808080. Windows color (decimal): -1753638 or 14302693. OLE color: 14302693.

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

Color convert

RGB22961218-
CMYK00.730.050.10
HSL303.93º76.36%56.86%-
HSV(B)303.93º73.36%89.8%-
XYZ46.6425.0668.71-
YUV129.13178.16199.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.08%
GREEN value IS 61 (24.22% from 255) = 12.01%
BLUE value IS 218 (85.55% from 255) = 42.91%
R=45.08%
G=12.01%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296121800.730.050.10303.9376.3656.86
HexE53DDA0495A1304c39
Octal34575332011151246011471
Binary11100101111101110110100100100110110101001100001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53DDA; }

 p { color: rgb(229,61,218); }

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

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

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

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

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

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

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