#E93AE4

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

Shades of Free Speech Magenta #E93AE4

Tints of Free Speech Magenta #E93AE4

Color information

#E93AE4 (or 0xE93AE4) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 3A and E4. RGB value is (233,58,228). Sum of RGB (Red+Green+Blue) = 233+58+228=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 58 (23.05% from 255 or 11.18% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E93AE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93AE4 is #16C51B. Grayscale: #818181. Windows color (decimal): -1492252 or 14957289. OLE color: 14957289.

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

Color convert

RGB23358228-
CMYK00.750.020.09
HSL301.71º79.91%57.06%-
HSV(B)301.71º75.11%91.37%-
XYZ49.1225.9575.82-
YUV129.7183.48201.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.89%
GREEN value IS 58 (23.05% from 255) = 11.18%
BLUE value IS 228 (89.45% from 255) = 43.93%
R=44.89%
G=11.18%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2335822800.750.020.09301.7179.9157.06
HexE93AE404B2912e5039
Octal35172344011321145612071
Binary1110100111101011100100010010111010011001011101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93AE4; }

 p { color: rgb(233,58,228); }

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

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

 a { background-color: rgb(233,58,228); }

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

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

 span { border-color: rgb(233,58,228); }

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