#ED4BDC

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

Shades of Free Speech Magenta #ED4BDC

Tints of Free Speech Magenta #ED4BDC

Color information

#ED4BDC (or 0xED4BDC) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 4B and DC. RGB value is (237,75,220). Sum of RGB (Red+Green+Blue) = 237+75+220=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 75 (29.69% from 255 or 14.10% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4BDC is #12B423. Grayscale: #8B8B8B. Windows color (decimal): -1225764 or 14437357. OLE color: 14437357.

HSL color Cylindrical-coordinate representation of color #ED4BDC: hue angle of 306.3º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4BDC is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB23775220-
CMYK00.680.070.07
HSL306.3º81.82%61.18%-
HSV(B)306.3º68.35%92.94%-
XYZ50.3628.270.5-
YUV139.97173.17197.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.55%
GREEN value IS 75 (29.69% from 255) = 14.10%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=44.55%
G=14.10%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377522000.680.070.07306.381.8261.18
HexED4BDC04477132523d
Octal35511333401047746212275
Binary11101101100101111011100010001001111111001100101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4BDC; }

 p { color: rgb(237,75,220); }

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

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

 a { background-color: rgb(237,75,220); }

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

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

 span { border-color: rgb(237,75,220); }

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