#EC48DA

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

Shades of Free Speech Magenta #EC48DA

Tints of Free Speech Magenta #EC48DA

Color information

#EC48DA (or 0xEC48DA) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 48 and DA. RGB value is (236,72,218). Sum of RGB (Red+Green+Blue) = 236+72+218=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC48DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC48DA is #13B725. Grayscale: #898989. Windows color (decimal): -1292070 or 14305516. OLE color: 14305516.

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

Color convert

RGB23672218-
CMYK00.690.080.07
HSL306.59º81.19%60.39%-
HSV(B)306.59º69.49%92.55%-
XYZ49.5627.5369.03-
YUV137.68173.33198.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.87%
GREEN value IS 72 (28.52% from 255) = 13.69%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=44.87%
G=13.69%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367221800.690.080.07306.5981.1960.39
HexEC48DA04587133513c
Octal354110332010510746312174
Binary111011001001000110110100100010110001111001100111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC48DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC48DA; }

 p { color: rgb(236,72,218); }

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

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

 a { background-color: rgb(236,72,218); }

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

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

 span { border-color: rgb(236,72,218); }

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