#ED57CD

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

Shades of Free Speech Magenta #ED57CD

Tints of Free Speech Magenta #ED57CD

Color information

#ED57CD (or 0xED57CD) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 57 and CD. RGB value is (237,87,205). Sum of RGB (Red+Green+Blue) = 237+87+205=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED57CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED57CD is #12A832. Grayscale: #909090. Windows color (decimal): -1222707 or 13457389. OLE color: 13457389.

HSL color Cylindrical-coordinate representation of color #ED57CD: hue angle of 312.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED57CD is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB23787205-
CMYK00.630.140.07
HSL312.8º80.65%63.53%-
HSV(B)312.8º63.29%92.94%-
XYZ49.3529.2360.8-
YUV145.3161.7193.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 87 (34.38% from 255) = 16.45%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=44.80%
G=16.45%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378720500.630.140.07312.880.6563.53
HexED57CD03FE71395140
Octal355127315077167471121100
Binary111011011010111110011010111111111011110011100110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED57CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED57CD; }

 p { color: rgb(237,87,205); }

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

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

 a { background-color: rgb(237,87,205); }

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

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

 span { border-color: rgb(237,87,205); }

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