#EC64D5

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

Shades of Free Speech Magenta #EC64D5

Tints of Free Speech Magenta #EC64D5

Color information

#EC64D5 (or 0xEC64D5) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 64 and D5. RGB value is (236,100,213). Sum of RGB (Red+Green+Blue) = 236+100+213=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 100 (39.45% from 255 or 18.21% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64D5 is #139B2A. Grayscale: #999999. Windows color (decimal): -1284907 or 13985004. OLE color: 13985004.

HSL color Cylindrical-coordinate representation of color #EC64D5: hue angle of 310.15º degrees, saturation: 0.78, 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 #EC64D5 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB236100213-
CMYK00.580.100.07
HSL310.15º78.16%65.88%-
HSV(B)310.15º57.63%92.55%-
XYZ51.1631.7566.38-
YUV153.55161.56186.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.99%
GREEN value IS 100 (39.45% from 255) = 18.21%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=42.99%
G=18.21%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610021300.580.100.07310.1578.1665.88
HexEC64D503AA71364e42
Octal354144325072127466116102
Binary111011001100100110101010111010101011110011011010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC64D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC64D5; }

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

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

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

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

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

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

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

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