#EC60E1

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

Shades of Free Speech Magenta #EC60E1

Tints of Free Speech Magenta #EC60E1

Color information

#EC60E1 (or 0xEC60E1) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 60 and E1. RGB value is (236,96,225). Sum of RGB (Red+Green+Blue) = 236+96+225=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 96 (37.89% from 255 or 17.24% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60E1 is #139F1E. Grayscale: #989898. Windows color (decimal): -1285919 or 14770412. OLE color: 14770412.

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

Color convert

RGB23696225-
CMYK00.590.050.07
HSL304.71º78.65%65.1%-
HSV(B)304.71º59.32%92.55%-
XYZ52.3731.6374.58-
YUV152.57168.88187.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 96 (37.89% from 255) = 17.24%
BLUE value IS 225 (88.28% from 255) = 40.39%
R=42.37%
G=17.24%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369622500.590.050.07304.7178.6565.1
HexEC60E103B571314f41
Octal35414034107357461117101
Binary11101100110000011100001011101110111110011000110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC60E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC60E1; }

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

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

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

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

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

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

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

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