#EC5BE9

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

Shades of Free Speech Magenta #EC5BE9

Tints of Free Speech Magenta #EC5BE9

Color information

#EC5BE9 (or 0xEC5BE9) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5B and E9. RGB value is (236,91,233). Sum of RGB (Red+Green+Blue) = 236+91+233=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 91 (35.94% from 255 or 16.25% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5BE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC5BE9 is #13A416. Grayscale: #969696. Windows color (decimal): -1287191 or 15293420. OLE color: 15293420.

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

Color convert

RGB23691233-
CMYK00.610.010.07
HSL301.24º79.23%64.12%-
HSV(B)301.24º61.44%92.55%-
XYZ53.0431.280.32-
YUV150.54174.54188.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 91 (35.94% from 255) = 16.25%
BLUE value IS 233 (91.41% from 255) = 41.61%
R=42.14%
G=16.25%
B=41.61%

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
Decimal2369123300.610.010.07301.2479.2364.12
HexEC5BE903D1712d4f40
Octal35413335107517455117100
Binary111011001011011111010010111101111110010110110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5BE9; }

 p { color: rgb(236,91,233); }

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

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

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

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

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

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

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