#ED64EC

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

Shades of Free Speech Magenta #ED64EC

Tints of Free Speech Magenta #ED64EC

Color information

#ED64EC (or 0xED64EC) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 64 and EC. RGB value is (237,100,236). Sum of RGB (Red+Green+Blue) = 237+100+236=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 100 (39.45% from 255 or 17.45% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED64EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED64EC is #129B13. Grayscale: #9C9C9C. Windows color (decimal): -1219348 or 15492333. OLE color: 15492333.

HSL color Cylindrical-coordinate representation of color #ED64EC: hue angle of 300.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED64EC is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB237100236-
CMYK00.580.000.07
HSL300.44º79.19%66.08%-
HSV(B)300.44º57.81%92.94%-
XYZ54.6233.1782.88-
YUV156.47172.89185.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.36%
GREEN value IS 100 (39.45% from 255) = 17.45%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=41.36%
G=17.45%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710023600.580.000.07300.4479.1966.08
HexED64EC03A0712c4f42
Octal35514435407207454117102
Binary111011011100100111011000111010011110010110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED64EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED64EC; }

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

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

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

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

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

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

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

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