#E757DA

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

Shades of Free Speech Magenta #E757DA

Tints of Free Speech Magenta #E757DA

Color information

#E757DA (or 0xE757DA) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 57 and DA. RGB value is (231,87,218). Sum of RGB (Red+Green+Blue) = 231+87+218=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 87 (34.38% from 255 or 16.23% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E757DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E757DA is #18A825. Grayscale: #909090. Windows color (decimal): -1615910 or 14309351. OLE color: 14309351.

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

Color convert

RGB23187218-
CMYK00.620.060.09
HSL305.42º75%62.35%-
HSV(B)305.42º62.34%90.59%-
XYZ49.0228.8769.32-
YUV144.99169.21189.35-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.10%
GREEN value IS 87 (34.38% from 255) = 16.23%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=43.10%
G=16.23%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318721800.620.060.09305.427562.35
HexE757DA03E691314b3e
Octal34712733207661146111376
Binary11100111101011111011010011111011010011001100011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E757DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E757DA; }

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

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

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

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

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

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

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

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