#EC41D8

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

Shades of Free Speech Magenta #EC41D8

Tints of Free Speech Magenta #EC41D8

Color information

#EC41D8 (or 0xEC41D8) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 41 and D8. RGB value is (236,65,216). Sum of RGB (Red+Green+Blue) = 236+65+216=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41D8 is #13BE27. Grayscale: #848484. Windows color (decimal): -1293864 or 14172652. OLE color: 14172652.

HSL color Cylindrical-coordinate representation of color #EC41D8: hue angle of 307.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC41D8 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB23665216-
CMYK00.720.080.07
HSL307.02º81.82%59.02%-
HSV(B)307.02º72.46%92.55%-
XYZ48.8826.5767.52-
YUV133.34174.65201.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 65 (25.78% from 255) = 12.57%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=45.65%
G=12.57%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366521600.720.080.07307.0281.8259.02
HexEC41D804887133523b
Octal354101330011010746312273
Binary111011001000001110110000100100010001111001100111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC41D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC41D8; }

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

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

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

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

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

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

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

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