#EC59ED

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

Shades of Free Speech Magenta #EC59ED

Tints of Free Speech Magenta #EC59ED

Color information

#EC59ED (or 0xEC59ED) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 59 and ED. RGB value is (236,89,237). Sum of RGB (Red+Green+Blue) = 236+89+237=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 89 (35.16% from 255 or 15.84% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC59ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC59ED is #13A612. Grayscale: #959595. Windows color (decimal): -1287699 or 15555052. OLE color: 15555052.

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

Color convert

RGB23689237-
CMYK0.000.6200.07
HSL299.59º80.43%63.92%-
HSV(B)299.59º62.45%92.94%-
XYZ53.4531.0983.3-
YUV149.82177.2189.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 89 (35.16% from 255) = 15.84%
BLUE value IS 237 (92.97% from 255) = 42.17%
R=41.99%
G=15.84%
B=42.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236892370.000.6200.07299.5980.4363.92
HexEC59ED03E0712c5040
Octal35413135507607454120100
Binary111011001011001111011010111110011110010110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC59ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC59ED; }

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

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

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

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

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

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

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

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