#E75DF1

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

Shades of Free Speech Magenta #E75DF1

Tints of Free Speech Magenta #E75DF1

Color information

#E75DF1 (or 0xE75DF1) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5D and F1. RGB value is (231,93,241). Sum of RGB (Red+Green+Blue) = 231+93+241=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #E75DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75DF1 is #18A20E. Grayscale: #969696. Windows color (decimal): -1614351 or 15818215. OLE color: 15818215.

HSL color Cylindrical-coordinate representation of color #E75DF1: hue angle of 295.95º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75DF1 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23193241-
CMYK0.040.6100.05
HSL295.95º84.09%65.49%-
HSV(B)295.95º61.41%94.51%-
XYZ52.7531.1786.46-
YUV151.13178.72184.97-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.88%
GREEN value IS 93 (36.72% from 255) = 16.46%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=40.88%
G=16.46%
B=42.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal231932410.040.6100.05295.9584.0965.49
HexE75DF143D051285441
Octal34713536147505450124101
Binary11100111101110111110001100111101010110010100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75DF1; }

 p { color: rgb(231,93,241); }

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

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

 a { background-color: rgb(231,93,241); }

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

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

 span { border-color: rgb(231,93,241); }

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