#EC52DC

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

Shades of Free Speech Magenta #EC52DC

Tints of Free Speech Magenta #EC52DC

Color information

#EC52DC (or 0xEC52DC) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 52 and DC. RGB value is (236,82,220). Sum of RGB (Red+Green+Blue) = 236+82+220=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52DC is #13AD23. Grayscale: #8F8F8F. Windows color (decimal): -1289508 or 14439148. OLE color: 14439148.

HSL color Cylindrical-coordinate representation of color #EC52DC: hue angle of 306.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC52DC is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB23682220-
CMYK00.650.070.07
HSL306.23º80.21%62.35%-
HSV(B)306.23º65.25%92.55%-
XYZ50.5329.0370.65-
YUV143.78171.02193.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 82 (32.42% from 255) = 15.24%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=43.87%
G=15.24%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368222000.650.070.07306.2380.2162.35
HexEC52DC04177132503e
Octal35412233401017746212076
Binary11101100101001011011100010000011111111001100101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC52DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC52DC; }

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

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

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

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

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

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

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

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