Html Css Color HEX #EC46DC Free Speech Magenta

📋 copy color: '#EC46DC'

red 236 ◦ green 70 ◦ blue 220

#EC46DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #EC46DC

Tints of Free Speech Magenta #EC46DC

RGB

 RED value IS 236 (92.58% from 255) = 44.87%

 GREEN value IS 70 (27.73% from 255) = 13.31%

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 44.87%
G = 13.31%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EC46DC (or 0xEC46DC) is known color: Free Speech Magenta. HEX triplet: EC, 46 and DC. RGB value is (236,70,220). Sum of RGB (Red+Green+Blue) = 236+70+220=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 70 (27.73% from 255 or 13.31% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC46DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC46DC is #13B923. Grayscale: #888888. Windows color (decimal): -1292580 or 14436076. OLE color: 14436076.

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

Color convert

RGB 236 70 220 -
CMYK 0 0.70 0.07 0.07
HSL 305.78º 0.81% 0.6% -
HSV(B) 305.78º 0.7% 0.93% -
XYZ 49.7 27.38 70.38 -
YUV 136.73 175 198.8 -
System Red Green Blue C M Y K H S L
Decimal 236 70 220 0 0.70 0.07 0.07 305.78 0.81 0.6
Hex EC 46 DC 0 46 7 7 132 51 3C
Octal 354 106 334 0 106 7 7 462 121 74
Binary 11101100 1000110 11011100 0 1000110 111 111 100110010 1010001 111100

Color Harmonies of #EC46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC46DC

Black with #EC46DC

Text Example


Text Example

White with #EC46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC46DC; }

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

 H1.HeaderClassName
 {
   color: #EC46DC;
 }
 .AnyTagClassName
 {
   color: #EC46DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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