#EC51E5

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

Shades of Free Speech Magenta #EC51E5

Tints of Free Speech Magenta #EC51E5

Color information

#EC51E5 (or 0xEC51E5) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 51 and E5. RGB value is (236,81,229). Sum of RGB (Red+Green+Blue) = 236+81+229=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 81 (32.03% from 255 or 14.84% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51E5 is #13AE1A. Grayscale: #8F8F8F. Windows color (decimal): -1289755 or 15028716. OLE color: 15028716.

HSL color Cylindrical-coordinate representation of color #EC51E5: hue angle of 302.71º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51E5 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB23681229-
CMYK00.660.030.07
HSL302.71º80.31%62.16%-
HSV(B)302.71º65.68%92.55%-
XYZ51.6829.3777.07-
YUV144.22175.85193.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 81 (32.03% from 255) = 14.84%
BLUE value IS 229 (89.84% from 255) = 41.94%
R=43.22%
G=14.84%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368122900.660.030.07302.7180.3162.16
HexEC51E50423712f503e
Octal35412134501023745712076
Binary1110110010100011110010101000010111111001011111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC51E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC51E5; }

 p { color: rgb(236,81,229); }

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

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

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

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

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

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

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