#ED44DC

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

Shades of Free Speech Magenta #ED44DC

Tints of Free Speech Magenta #ED44DC

Color information

#ED44DC (or 0xED44DC) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 44 and DC. RGB value is (237,68,220). Sum of RGB (Red+Green+Blue) = 237+68+220=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 68 (26.95% from 255 or 12.95% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED44DC is #12BB23. Grayscale: #878787. Windows color (decimal): -1227556 or 14435565. OLE color: 14435565.

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

Color convert

RGB23768220-
CMYK00.710.070.07
HSL306.04º82.44%59.8%-
HSV(B)306.04º71.31%92.94%-
XYZ49.9127.3170.35-
YUV135.86175.49200.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 68 (26.95% from 255) = 12.95%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=45.14%
G=12.95%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376822000.710.070.07306.0482.4459.8
HexED44DC04777132523c
Octal35510433401077746212274
Binary11101101100010011011100010001111111111001100101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED44DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED44DC; }

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

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

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

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

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

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

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

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