#E53EF7

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

Shades of Free Speech Magenta #E53EF7

Tints of Free Speech Magenta #E53EF7

Color information

#E53EF7 (or 0xE53EF7) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3E and F7. RGB value is (229,62,247). Sum of RGB (Red+Green+Blue) = 229+62+247=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 62 (24.61% from 255 or 11.52% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #E53EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53EF7 is #1AC108. Grayscale: #848484. Windows color (decimal): -1753353 or 16203493. OLE color: 16203493.

HSL color Cylindrical-coordinate representation of color #E53EF7: hue angle of 294.16º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53EF7 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22962247-
CMYK0.070.7500.03
HSL294.16º92.04%60.59%-
HSV(B)294.16º74.9%96.86%-
XYZ50.8226.8290.49-
YUV133.02192.33196.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 62 (24.61% from 255) = 11.52%
BLUE value IS 247 (96.88% from 255) = 45.91%
R=42.57%
G=11.52%
B=45.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal229622470.070.7500.03294.1692.0460.59
HexE53EF774B031265c3d
Octal3457636771130344613475
Binary111001011111101111011111110010110111001001101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53EF7; }

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

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

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

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

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

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

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

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