#E757C7

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

Shades of Free Speech Magenta #E757C7

Tints of Free Speech Magenta #E757C7

Color information

#E757C7 (or 0xE757C7) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 57 and C7. RGB value is (231,87,199). Sum of RGB (Red+Green+Blue) = 231+87+199=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E757C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E757C7 is #18A838. Grayscale: #8E8E8E. Windows color (decimal): -1615929 or 13064167. OLE color: 13064167.

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

Color convert

RGB23187199-
CMYK00.620.140.09
HSL313.33º75%62.35%-
HSV(B)313.33º62.34%90.59%-
XYZ46.6727.9356.96-
YUV142.82159.71190.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.68%
GREEN value IS 87 (34.38% from 255) = 16.83%
BLUE value IS 199 (78.12% from 255) = 38.49%
R=44.68%
G=16.83%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318719900.620.140.09313.337562.35
HexE757C703EE91394b3e
Octal347127307076161147111376
Binary111001111010111110001110111110111010011001110011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E757C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E757C7; }

 p { color: rgb(231,87,199); }

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

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

 a { background-color: rgb(231,87,199); }

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

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

 span { border-color: rgb(231,87,199); }

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