#EC51D9

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

Shades of Free Speech Magenta #EC51D9

Tints of Free Speech Magenta #EC51D9

Color information

#EC51D9 (or 0xEC51D9) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 51 and D9. RGB value is (236,81,217). Sum of RGB (Red+Green+Blue) = 236+81+217=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51D9 is #13AE26. Grayscale: #8E8E8E. Windows color (decimal): -1289767 or 14242284. OLE color: 14242284.

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

Color convert

RGB23681217-
CMYK00.660.080.07
HSL307.35º80.31%62.16%-
HSV(B)307.35º65.68%92.55%-
XYZ50.0628.7368.55-
YUV142.85169.85194.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.19%
GREEN value IS 81 (32.03% from 255) = 15.17%
BLUE value IS 217 (85.16% from 255) = 40.64%
R=44.19%
G=15.17%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368121700.660.080.07307.3580.3162.16
HexEC51D904287133503e
Octal354121331010210746312076
Binary111011001010001110110010100001010001111001100111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC51D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC51D9; }

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

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

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

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

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

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

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

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