#E53FDC

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

Shades of Free Speech Magenta #E53FDC

Tints of Free Speech Magenta #E53FDC

Color information

#E53FDC (or 0xE53FDC) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3F and DC. RGB value is (229,63,220). Sum of RGB (Red+Green+Blue) = 229+63+220=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53FDC is #1AC023. Grayscale: #828282. Windows color (decimal): -1753124 or 14434277. OLE color: 14434277.

HSL color Cylindrical-coordinate representation of color #E53FDC: hue angle of 303.25º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E53FDC is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB22963220-
CMYK00.720.040.10
HSL303.25º76.15%57.25%-
HSV(B)303.25º72.49%89.8%-
XYZ47.0125.3870.13-
YUV130.53178.5198.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.73%
GREEN value IS 63 (25% from 255) = 12.30%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=44.73%
G=12.30%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296322000.720.040.10303.2576.1557.25
HexE53FDC0484A12f4c39
Octal34577334011041245711471
Binary11100101111111110111000100100010010101001011111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53FDC; }

 p { color: rgb(229,63,220); }

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

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

 a { background-color: rgb(229,63,220); }

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

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

 span { border-color: rgb(229,63,220); }

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