#EC60CD

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

Shades of Free Speech Magenta #EC60CD

Tints of Free Speech Magenta #EC60CD

Color information

#EC60CD (or 0xEC60CD) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 60 and CD. RGB value is (236,96,205). Sum of RGB (Red+Green+Blue) = 236+96+205=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60CD is #139F32. Grayscale: #959595. Windows color (decimal): -1285939 or 13459692. OLE color: 13459692.

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

Color convert

RGB23696205-
CMYK00.590.130.07
HSL313.29º78.65%65.1%-
HSV(B)313.29º59.32%92.55%-
XYZ49.7930.6161.04-
YUV150.29158.88189.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.95%
GREEN value IS 96 (37.89% from 255) = 17.88%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=43.95%
G=17.88%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369620500.590.130.07313.2978.6565.1
HexEC60CD03BD71394f41
Octal354140315073157471117101
Binary111011001100000110011010111011110111110011100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC60CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC60CD; }

 p { color: rgb(236,96,205); }

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

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

 a { background-color: rgb(236,96,205); }

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

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

 span { border-color: rgb(236,96,205); }

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