#EC51D3

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

Shades of Free Speech Magenta #EC51D3

Tints of Free Speech Magenta #EC51D3

Color information

#EC51D3 (or 0xEC51D3) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 51 and D3. RGB value is (236,81,211). Sum of RGB (Red+Green+Blue) = 236+81+211=528 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.70% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51D3 is #13AE2C. Grayscale: #8D8D8D. Windows color (decimal): -1289773 or 13849068. OLE color: 13849068.

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

Color convert

RGB23681211-
CMYK00.660.110.07
HSL309.68º80.31%62.16%-
HSV(B)309.68º65.68%92.55%-
XYZ49.2928.4264.52-
YUV142.16166.85194.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.70%
GREEN value IS 81 (32.03% from 255) = 15.34%
BLUE value IS 211 (82.81% from 255) = 39.96%
R=44.70%
G=15.34%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368121100.660.110.07309.6880.3162.16
HexEC51D3042B7136503e
Octal354121323010213746612076
Binary111011001010001110100110100001010111111001101101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC51D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC51D3; }

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

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

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

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

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

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

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

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