#EC5CEA

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

Shades of Free Speech Magenta #EC5CEA

Tints of Free Speech Magenta #EC5CEA

Color information

#EC5CEA (or 0xEC5CEA) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5C and EA. RGB value is (236,92,234). Sum of RGB (Red+Green+Blue) = 236+92+234=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 92 (36.33% from 255 or 16.37% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5CEA is #13A315. Grayscale: #969696. Windows color (decimal): -1286934 or 15359212. OLE color: 15359212.

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

Color convert

RGB23692234-
CMYK00.610.010.07
HSL300.83º79.12%64.31%-
HSV(B)300.83º61.02%92.55%-
XYZ53.2731.4381.1-
YUV151.24174.71188.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 92 (36.33% from 255) = 16.37%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=41.99%
G=16.37%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369223400.610.010.07300.8379.1264.31
HexEC5CEA03D1712d4f40
Octal35413435207517455117100
Binary111011001011100111010100111101111110010110110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5CEA; }

 p { color: rgb(236,92,234); }

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

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

 a { background-color: rgb(236,92,234); }

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

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

 span { border-color: rgb(236,92,234); }

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