#E53BEA

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

Shades of Free Speech Magenta #E53BEA

Tints of Free Speech Magenta #E53BEA

Color information

#E53BEA (or 0xE53BEA) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 3B and EA. RGB value is (229,59,234). Sum of RGB (Red+Green+Blue) = 229+59+234=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 59 (23.44% from 255 or 11.30% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #E53BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53BEA is #1AC415. Grayscale: #818181. Windows color (decimal): -1754134 or 15350757. OLE color: 15350757.

HSL color Cylindrical-coordinate representation of color #E53BEA: hue angle of 298.29º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53BEA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22959234-
CMYK0.020.7500.08
HSL298.29º80.65%57.45%-
HSV(B)298.29º74.79%91.76%-
XYZ48.7325.7380.24-
YUV129.78186.82198.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.87%
GREEN value IS 59 (23.44% from 255) = 11.30%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=43.87%
G=11.30%
B=44.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal229592340.020.7500.08298.2980.6557.45
HexE53BEA24B0812a5139
Octal34573352211301045212171
Binary1110010111101111101010101001011010001001010101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53BEA; }

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

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

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

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

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

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

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

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