#EC51C8

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

Shades of Free Speech Magenta #EC51C8

Tints of Free Speech Magenta #EC51C8

Color information

#EC51C8 (or 0xEC51C8) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 51 and C8. RGB value is (236,81,200). Sum of RGB (Red+Green+Blue) = 236+81+200=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51C8 is #13AE37. Grayscale: #8C8C8C. Windows color (decimal): -1289784 or 13128172. OLE color: 13128172.

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

Color convert

RGB23681200-
CMYK00.660.150.07
HSL313.94º80.31%62.16%-
HSV(B)313.94º65.68%92.55%-
XYZ47.9627.8957.5-
YUV140.91161.35195.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 81 (32.03% from 255) = 15.67%
BLUE value IS 200 (78.52% from 255) = 38.68%
R=45.65%
G=15.67%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368120000.660.150.07313.9480.3162.16
HexEC51C8042F713a503e
Octal354121310010217747212076
Binary111011001010001110010000100001011111111001110101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC51C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC51C8; }

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

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

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

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

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

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

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

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