#E53DF1

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

Shades of Free Speech Magenta #E53DF1

Tints of Free Speech Magenta #E53DF1

Color information

#E53DF1 (or 0xE53DF1) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3D and F1. RGB value is (229,61,241). Sum of RGB (Red+Green+Blue) = 229+61+241=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 61 (24.22% from 255 or 11.49% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #E53DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53DF1 is #1AC20E. Grayscale: #838383. Windows color (decimal): -1753615 or 15810021. OLE color: 15810021.

HSL color Cylindrical-coordinate representation of color #E53DF1: hue angle of 296º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53DF1 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22961241-
CMYK0.050.7500.05
HSL296º86.54%59.22%-
HSV(B)296º74.69%94.51%-
XYZ49.8626.3585.68-
YUV131.75189.66197.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.13%
GREEN value IS 61 (24.22% from 255) = 11.49%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=43.13%
G=11.49%
B=45.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal229612410.050.7500.0529686.5459.22
HexE53DF154B05128573b
Octal3457536151130545012773
Binary1110010111110111110001101100101101011001010001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53DF1; }

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

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

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

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

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

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

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

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