#ED5BC9

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

Shades of Free Speech Magenta #ED5BC9

Tints of Free Speech Magenta #ED5BC9

Color information

#ED5BC9 (or 0xED5BC9) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 5B and C9. RGB value is (237,91,201). Sum of RGB (Red+Green+Blue) = 237+91+201=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED5BC9 is #12A436. Grayscale: #929292. Windows color (decimal): -1221687 or 13196269. OLE color: 13196269.

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

Color convert

RGB23791201-
CMYK00.620.150.07
HSL314.79º80.22%64.31%-
HSV(B)314.79º61.6%92.94%-
XYZ49.2129.758.4-
YUV147.19158.37192.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 91 (35.94% from 255) = 17.20%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=44.80%
G=17.20%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379120100.620.150.07314.7980.2264.31
HexED5BC903EF713b5040
Octal355133311076177473120100
Binary111011011011011110010010111110111111110011101110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5BC9; }

 p { color: rgb(237,91,201); }

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

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

 a { background-color: rgb(237,91,201); }

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

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

 span { border-color: rgb(237,91,201); }

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