#E75FC3

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

Shades of Free Speech Magenta #E75FC3

Tints of Free Speech Magenta #E75FC3

Color information

#E75FC3 (or 0xE75FC3) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5F and C3. RGB value is (231,95,195). Sum of RGB (Red+Green+Blue) = 231+95+195=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75FC3 is #18A03C. Grayscale: #929292. Windows color (decimal): -1613885 or 12804071. OLE color: 12804071.

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

Color convert

RGB23195195-
CMYK00.590.160.09
HSL315.88º73.91%63.92%-
HSV(B)315.88º58.87%90.59%-
XYZ46.929.1154.78-
YUV147.06155.06187.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.34%
GREEN value IS 95 (37.5% from 255) = 18.23%
BLUE value IS 195 (76.56% from 255) = 37.43%
R=44.34%
G=18.23%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319519500.590.160.09315.8873.9163.92
HexE75FC303B10913c4a40
Octal3471373030732011474112100
Binary11100111101111111000011011101110000100110011110010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75FC3; }

 p { color: rgb(231,95,195); }

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

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

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

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

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

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

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