#E75DC4

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

Shades of Free Speech Magenta #E75DC4

Tints of Free Speech Magenta #E75DC4

Color information

#E75DC4 (or 0xE75DC4) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5D and C4. RGB value is (231,93,196). Sum of RGB (Red+Green+Blue) = 231+93+196=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DC4 is #18A23B. Grayscale: #919191. Windows color (decimal): -1614396 or 12869095. OLE color: 12869095.

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

Color convert

RGB23193196-
CMYK00.600.150.09
HSL315.22º74.19%63.53%-
HSV(B)315.22º59.74%90.59%-
XYZ46.8328.855.32-
YUV146156.22188.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.42%
GREEN value IS 93 (36.72% from 255) = 17.88%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=44.42%
G=17.88%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319319600.600.150.09315.2274.1963.53
HexE75DC403CF913b4a40
Octal3471353040741711473112100
Binary1110011110111011100010001111001111100110011101110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75DC4; }

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

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

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

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

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

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

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

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