#E75EDC

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

Shades of Free Speech Magenta #E75EDC

Tints of Free Speech Magenta #E75EDC

Color information

#E75EDC (or 0xE75EDC) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5E and DC. RGB value is (231,94,220). Sum of RGB (Red+Green+Blue) = 231+94+220=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E75EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75EDC is #18A123. Grayscale: #949494. Windows color (decimal): -1614116 or 14442215. OLE color: 14442215.

HSL color Cylindrical-coordinate representation of color #E75EDC: hue angle of 304.82º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75EDC is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB23194220-
CMYK00.590.050.09
HSL304.82º74.05%63.73%-
HSV(B)304.82º59.31%90.59%-
XYZ49.8830.1670.9-
YUV149.33167.89186.25-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.39%
GREEN value IS 94 (37.11% from 255) = 17.25%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=42.39%
G=17.25%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319422000.590.050.09304.8274.0563.73
HexE75EDC03B591314a40
Octal347136334073511461112100
Binary111001111011110110111000111011101100110011000110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75EDC; }

 p { color: rgb(231,94,220); }

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

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

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

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

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

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

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