#E75DC9

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

Shades of Free Speech Magenta #E75DC9

Tints of Free Speech Magenta #E75DC9

Color information

#E75DC9 (or 0xE75DC9) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 5D and C9. RGB value is (231,93,201). Sum of RGB (Red+Green+Blue) = 231+93+201=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E75DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E75DC9 is #18A236. Grayscale: #929292. Windows color (decimal): -1614391 or 13196775. OLE color: 13196775.

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

Color convert

RGB23193201-
CMYK00.600.130.09
HSL313.04º74.19%63.53%-
HSV(B)313.04º59.74%90.59%-
XYZ47.4129.0358.36-
YUV146.57158.72188.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=44%
G=17.71%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319320100.600.130.09313.0474.1963.53
HexE75DC903CD91394a40
Octal3471353110741511471112100
Binary1110011110111011100100101111001101100110011100110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75DC9; }

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

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

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

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

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

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

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

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