#ec41ed

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

Shades of Free Speech Magenta #EC41ED

Tints of Free Speech Magenta #EC41ED

Color information

#EC41ED (or 0xEC41ED) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 41 and ED. RGB value is (236,65,237). Sum of RGB (Red+Green+Blue) = 236+65+237=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 65 (25.78% from 255 or 12.08% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC41ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC41ED is #13BE12. Grayscale: #878787. Windows color (decimal): -1293843 or 15548908. OLE color: 15548908.

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

Color convert

RGB23665237-
CMYK0.000.7300.07
HSL299.65º82.69%59.22%-
HSV(B)299.65º72.57%92.94%-
XYZ51.7727.7382.74-
YUV135.74185.15199.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 65 (25.78% from 255) = 12.08%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=43.87%
G=12.08%
B=44.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236652370.000.7300.07299.6582.6959.22
HexEC41ED0490712c533b
Octal35410135501110745412373
Binary111011001000001111011010100100101111001011001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec41ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec41ed; }

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

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

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

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

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

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

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

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