#E75FE3

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

Shades of Free Speech Magenta #E75FE3

Tints of Free Speech Magenta #E75FE3

Color information

#E75FE3 (or 0xE75FE3) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5F and E3. RGB value is (231,95,227). Sum of RGB (Red+Green+Blue) = 231+95+227=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 95 (37.5% from 255 or 17.18% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75FE3 is #18A01C. Grayscale: #969696. Windows color (decimal): -1613853 or 14901223. OLE color: 14901223.

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

Color convert

RGB23195227-
CMYK00.590.020.09
HSL301.76º73.91%63.92%-
HSV(B)301.76º58.87%90.59%-
XYZ50.9130.7275.92-
YUV150.71171.06185.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 95 (37.5% from 255) = 17.18%
BLUE value IS 227 (89.06% from 255) = 41.05%
R=41.77%
G=17.18%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319522700.590.020.09301.7673.9163.92
HexE75FE303B2912e4a40
Octal347137343073211456112100
Binary11100111101111111100011011101110100110010111010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75FE3; }

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

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

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

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

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

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

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

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