#E757DB

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

Shades of Free Speech Magenta #E757DB

Tints of Free Speech Magenta #E757DB

Color information

#E757DB (or 0xE757DB) is unknown color: approx Free Speech Magenta. HEX triplet: E7, 57 and DB. RGB value is (231,87,219). Sum of RGB (Red+Green+Blue) = 231+87+219=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 87 (34.38% from 255 or 16.20% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E757DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E757DB is #18A824. Grayscale: #909090. Windows color (decimal): -1615909 or 14374887. OLE color: 14374887.

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

Color convert

RGB23187219-
CMYK00.620.050.09
HSL305º75%62.35%-
HSV(B)305º62.34%90.59%-
XYZ49.1528.9270.01-
YUV145.1169.71189.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.02%
GREEN value IS 87 (34.38% from 255) = 16.20%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=43.02%
G=16.20%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318721900.620.050.093057562.35
HexE757DB03E591314b3e
Octal34712733307651146111376
Binary11100111101011111011011011111010110011001100011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E757DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E757DB; }

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

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

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

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

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

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

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

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