#EC51D8

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

Shades of Free Speech Magenta #EC51D8

Tints of Free Speech Magenta #EC51D8

Color information

#EC51D8 (or 0xEC51D8) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 51 and D8. RGB value is (236,81,216). Sum of RGB (Red+Green+Blue) = 236+81+216=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 81 (32.03% from 255 or 15.20% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51D8 is #13AE27. Grayscale: #8E8E8E. Windows color (decimal): -1289768 or 14176748. OLE color: 14176748.

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

Color convert

RGB23681216-
CMYK00.660.080.07
HSL307.74º80.31%62.16%-
HSV(B)307.74º65.68%92.55%-
XYZ49.9328.6867.87-
YUV142.73169.35194.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 81 (32.03% from 255) = 15.20%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=44.28%
G=15.20%
B=40.53%

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
Decimal2368121600.660.080.07307.7480.3162.16
HexEC51D804287134503e
Octal354121330010210746412076
Binary111011001010001110110000100001010001111001101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC51D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC51D8; }

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

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

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

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

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

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

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

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