#E75DCF

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

Shades of Free Speech Magenta #E75DCF

Tints of Free Speech Magenta #E75DCF

Color information

#E75DCF (or 0xE75DCF) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5D and CF. RGB value is (231,93,207). Sum of RGB (Red+Green+Blue) = 231+93+207=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DCF is #18A230. Grayscale: #929292. Windows color (decimal): -1614385 or 13589991. OLE color: 13589991.

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

Color convert

RGB23193207-
CMYK00.600.100.09
HSL310.43º74.19%63.53%-
HSV(B)310.43º59.74%90.59%-
XYZ48.1329.3262.15-
YUV147.26161.72187.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 93 (36.72% from 255) = 17.51%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=43.50%
G=17.51%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319320700.600.100.09310.4374.1963.53
HexE75DCF03CA91364a40
Octal3471353170741211466112100
Binary1110011110111011100111101111001010100110011011010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75DCF; }

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

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

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

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

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

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

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

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