#E75AE2

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

Shades of Free Speech Magenta #E75AE2

Tints of Free Speech Magenta #E75AE2

Color information

#E75AE2 (or 0xE75AE2) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5A and E2. RGB value is (231,90,226). Sum of RGB (Red+Green+Blue) = 231+90+226=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 90 (35.55% from 255 or 16.45% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E75AE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75AE2 is #18A51D. Grayscale: #939393. Windows color (decimal): -1615134 or 14834407. OLE color: 14834407.

HSL color Cylindrical-coordinate representation of color #E75AE2: hue angle of 302.13º 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 #E75AE2 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB23190226-
CMYK00.610.020.09
HSL302.13º74.6%62.94%-
HSV(B)302.13º61.04%90.59%-
XYZ50.3429.7975.05-
YUV147.66172.21187.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.23%
GREEN value IS 90 (35.55% from 255) = 16.45%
BLUE value IS 226 (88.67% from 255) = 41.32%
R=42.23%
G=16.45%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319022600.610.020.09302.1374.662.94
HexE75AE203D2912e4b3f
Octal34713234207521145611377
Binary1110011110110101110001001111011010011001011101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75AE2; }

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

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

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

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

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

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

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

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