#E53DD3

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

Shades of Free Speech Magenta #E53DD3

Tints of Free Speech Magenta #E53DD3

Color information

#E53DD3 (or 0xE53DD3) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3D and D3. RGB value is (229,61,211). Sum of RGB (Red+Green+Blue) = 229+61+211=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 61 (24.22% from 255 or 12.18% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53DD3 is #1AC22C. Grayscale: #7F7F7F. Windows color (decimal): -1753645 or 13843941. OLE color: 13843941.

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

Color convert

RGB22961211-
CMYK00.730.080.10
HSL306.43º76.36%56.86%-
HSV(B)306.43º73.36%89.8%-
XYZ45.7424.763.98-
YUV128.33174.66199.8-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.71%
GREEN value IS 61 (24.22% from 255) = 12.18%
BLUE value IS 211 (82.81% from 255) = 42.12%
R=45.71%
G=12.18%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296121100.730.080.10306.4376.3656.86
HexE53DD30498A1324c39
Octal345753230111101246211471
Binary111001011111011101001101001001100010101001100101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53DD3; }

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

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

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

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

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

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

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

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