#EC42DC

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

Shades of Free Speech Magenta #EC42DC

Tints of Free Speech Magenta #EC42DC

Color information

#EC42DC (or 0xEC42DC) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 42 and DC. RGB value is (236,66,220). Sum of RGB (Red+Green+Blue) = 236+66+220=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 66 (26.17% from 255 or 12.64% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC42DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC42DC is #13BD23. Grayscale: #858585. Windows color (decimal): -1293604 or 14435052. OLE color: 14435052.

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

Color convert

RGB23666220-
CMYK00.720.070.07
HSL305.65º81.73%59.22%-
HSV(B)305.65º72.03%92.55%-
XYZ49.4626.970.29-
YUV134.39176.32200.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 66 (26.17% from 255) = 12.64%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=45.21%
G=12.64%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366622000.720.070.07305.6581.7359.22
HexEC42DC04877132523b
Octal35410233401107746212273
Binary11101100100001011011100010010001111111001100101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC42DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC42DC; }

 p { color: rgb(236,66,220); }

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

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

 a { background-color: rgb(236,66,220); }

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

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

 span { border-color: rgb(236,66,220); }

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