#EC41D7

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

Shades of Free Speech Magenta #EC41D7

Tints of Free Speech Magenta #EC41D7

Color information

#EC41D7 (or 0xEC41D7) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 41 and D7. RGB value is (236,65,215). Sum of RGB (Red+Green+Blue) = 236+65+215=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC41D7 is #13BE28. Grayscale: #848484. Windows color (decimal): -1293865 or 14107116. OLE color: 14107116.

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

Color convert

RGB23665215-
CMYK00.720.090.07
HSL307.37º81.82%59.02%-
HSV(B)307.37º72.46%92.55%-
XYZ48.7526.5266.84-
YUV133.23174.15201.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.74%
GREEN value IS 65 (25.78% from 255) = 12.60%
BLUE value IS 215 (84.38% from 255) = 41.67%
R=45.74%
G=12.60%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366521500.720.090.07307.3781.8259.02
HexEC41D704897133523b
Octal354101327011011746312273
Binary111011001000001110101110100100010011111001100111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC41D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC41D7; }

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

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

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

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

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

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

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

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