#EC48EC

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

Shades of Free Speech Magenta #EC48EC

Tints of Free Speech Magenta #EC48EC

Color information

#EC48EC (or 0xEC48EC) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 48 and EC. RGB value is (236,72,236). Sum of RGB (Red+Green+Blue) = 236+72+236=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 72 (28.52% from 255 or 13.24% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC48EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC48EC is #13B713. Grayscale: #8B8B8B. Windows color (decimal): -1292052 or 15485164. OLE color: 15485164.

HSL color Cylindrical-coordinate representation of color #EC48EC: hue angle of 300º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC48EC is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23672236-
CMYK00.6900.07
HSL300º81.19%60.39%-
HSV(B)300º69.49%92.55%-
XYZ52.0528.5282.12-
YUV139.73182.33196.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 72 (28.52% from 255) = 13.24%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=43.38%
G=13.24%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367223600.6900.0730081.1960.39
HexEC48EC0450712c513c
Octal35411035401050745412174
Binary111011001001000111011000100010101111001011001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC48EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC48EC; }

 p { color: rgb(236,72,236); }

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

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

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

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

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

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

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