#E75AC4

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

Shades of Free Speech Magenta #E75AC4

Tints of Free Speech Magenta #E75AC4

Color information

#E75AC4 (or 0xE75AC4) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5A and C4. RGB value is (231,90,196). Sum of RGB (Red+Green+Blue) = 231+90+196=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E75AC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75AC4 is #18A53B. Grayscale: #8F8F8F. Windows color (decimal): -1615164 or 12868327. OLE color: 12868327.

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

Color convert

RGB23190196-
CMYK00.610.150.09
HSL314.89º74.6%62.94%-
HSV(B)314.89º61.04%90.59%-
XYZ46.5728.2955.23-
YUV144.24157.21189.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.68%
GREEN value IS 90 (35.55% from 255) = 17.41%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=44.68%
G=17.41%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319019600.610.150.09314.8974.662.94
HexE75AC403DF913b4b3f
Octal347132304075171147311377
Binary111001111011010110001000111101111110011001110111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75AC4; }

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

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

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

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

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

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

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

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