#e759c4

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

Shades of Free Speech Magenta #E759C4

Tints of Free Speech Magenta #E759C4

Color information

#E759C4 (or 0xE759C4) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 59 and C4. RGB value is (231,89,196). Sum of RGB (Red+Green+Blue) = 231+89+196=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E759C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E759C4 is #18A63B. Grayscale: #8F8F8F. Windows color (decimal): -1615420 or 12868071. OLE color: 12868071.

HSL color Cylindrical-coordinate representation of color #E759C4: hue angle of 314.79º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E759C4 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB23189196-
CMYK00.610.150.09
HSL314.79º74.74%62.75%-
HSV(B)314.79º61.47%90.59%-
XYZ46.4928.1255.2-
YUV143.66157.54190.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.77%
GREEN value IS 89 (35.16% from 255) = 17.25%
BLUE value IS 196 (76.95% from 255) = 37.98%
R=44.77%
G=17.25%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318919600.610.150.09314.7974.7462.75
HexE759C403DF913b4b3f
Octal347131304075171147311377
Binary111001111011001110001000111101111110011001110111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e759c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e759c4; }

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

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

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

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

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

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

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

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