#ed44ec

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

Shades of Free Speech Magenta #ED44EC

Tints of Free Speech Magenta #ED44EC

Color information

#ED44EC (or 0xED44EC) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 44 and EC. RGB value is (237,68,236). Sum of RGB (Red+Green+Blue) = 237+68+236=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 68 (26.95% from 255 or 12.57% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED44EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED44EC is #12BB13. Grayscale: #898989. Windows color (decimal): -1227540 or 15484141. OLE color: 15484141.

HSL color Cylindrical-coordinate representation of color #ED44EC: hue angle of 300.36º 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 #ED44EC is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB23768236-
CMYK00.710.000.07
HSL300.36º82.44%59.8%-
HSV(B)300.36º71.31%92.94%-
XYZ52.1328.1982.05-
YUV137.68183.49198.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 68 (26.95% from 255) = 12.57%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=43.81%
G=12.57%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376823600.710.000.07300.3682.4459.8
HexED44EC0470712c523c
Octal35510435401070745412274
Binary111011011000100111011000100011101111001011001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed44ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed44ec; }

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

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

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

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

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

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

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

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