#E53BF3

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

Shades of Free Speech Magenta #E53BF3

Tints of Free Speech Magenta #E53BF3

Color information

#E53BF3 (or 0xE53BF3) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3B and F3. RGB value is (229,59,243). Sum of RGB (Red+Green+Blue) = 229+59+243=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 59 (23.44% from 255 or 11.11% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #E53BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53BF3 is #1AC40C. Grayscale: #828282. Windows color (decimal): -1754125 or 15940581. OLE color: 15940581.

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

Color convert

RGB22959243-
CMYK0.060.7600.05
HSL295.43º88.46%59.22%-
HSV(B)295.43º75.72%95.29%-
XYZ50.0526.2687.22-
YUV130.81191.32198.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.13%
GREEN value IS 59 (23.44% from 255) = 11.11%
BLUE value IS 243 (95.31% from 255) = 45.76%
R=43.13%
G=11.11%
B=45.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal229592430.060.7600.05295.4388.4659.22
HexE53BF364C05127583b
Octal3457336361140544713073
Binary1110010111101111110011110100110001011001001111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53BF3; }

 p { color: rgb(229,59,243); }

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

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

 a { background-color: rgb(229,59,243); }

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

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

 span { border-color: rgb(229,59,243); }

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