#e757d7

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

Shades of Free Speech Magenta #E757D7

Tints of Free Speech Magenta #E757D7

Color information

#E757D7 (or 0xE757D7) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 57 and D7. RGB value is (231,87,215). Sum of RGB (Red+Green+Blue) = 231+87+215=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E757D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E757D7 is #18A828. Grayscale: #909090. Windows color (decimal): -1615913 or 14112743. OLE color: 14112743.

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

Color convert

RGB23187215-
CMYK00.620.070.09
HSL306.67º75%62.35%-
HSV(B)306.67º62.34%90.59%-
XYZ48.6328.7167.27-
YUV144.65167.71189.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.34%
GREEN value IS 87 (34.38% from 255) = 16.32%
BLUE value IS 215 (84.38% from 255) = 40.34%
R=43.34%
G=16.32%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318721500.620.070.09306.677562.35
HexE757D703E791334b3e
Octal34712732707671146311376
Binary11100111101011111010111011111011110011001100111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e757d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e757d7; }

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

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

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

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

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

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

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

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