#E75AE7

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

Shades of Free Speech Magenta #E75AE7

Tints of Free Speech Magenta #E75AE7

Color information

#E75AE7 (or 0xE75AE7) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5A and E7. RGB value is (231,90,231). Sum of RGB (Red+Green+Blue) = 231+90+231=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 90 (35.55% from 255 or 16.30% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: red, blue. Hex color #E75AE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75AE7 is #18A518. Grayscale: #939393. Windows color (decimal): -1615129 or 15162087. OLE color: 15162087.

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

Color convert

RGB23190231-
CMYK00.6100.09
HSL300º74.6%62.94%-
HSV(B)300º61.04%90.59%-
XYZ51.0330.0778.72-
YUV148.23174.71187.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 90 (35.55% from 255) = 16.30%
BLUE value IS 231 (90.62% from 255) = 41.85%
R=41.85%
G=16.30%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319023100.6100.0930074.662.94
HexE75AE703D0912c4b3f
Octal34713234707501145411377
Binary111001111011010111001110111101010011001011001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75AE7; }

 p { color: rgb(231,90,231); }

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

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

 a { background-color: rgb(231,90,231); }

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

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

 span { border-color: rgb(231,90,231); }

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