#E53BEF

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

Shades of Free Speech Magenta #E53BEF

Tints of Free Speech Magenta #E53BEF

Color information

#E53BEF (or 0xE53BEF) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3B and EF. RGB value is (229,59,239). Sum of RGB (Red+Green+Blue) = 229+59+239=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 59 (23.44% from 255 or 11.20% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #E53BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53BEF is #1AC410. Grayscale: #818181. Windows color (decimal): -1754129 or 15678437. OLE color: 15678437.

HSL color Cylindrical-coordinate representation of color #E53BEF: hue angle of 296.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53BEF is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22959239-
CMYK0.040.7500.06
HSL296.67º84.91%58.43%-
HSV(B)296.67º75.31%93.73%-
XYZ49.4626.0284.08-
YUV130.35189.32198.36-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.45%
GREEN value IS 59 (23.44% from 255) = 11.20%
BLUE value IS 239 (93.75% from 255) = 45.35%
R=43.45%
G=11.20%
B=45.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal229592390.040.7500.06296.6784.9158.43
HexE53BEF44B06129553a
Octal3457335741130645112572
Binary1110010111101111101111100100101101101001010011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53BEF; }

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

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

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

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

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

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

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

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