Html Css Color HEX #EC47EC Free Speech Magenta

📋 copy color: '#EC47EC'

red 236 ◦ green 71 ◦ blue 236

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

Shades of Free Speech Magenta #EC47EC

Tints of Free Speech Magenta #EC47EC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.08%

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 43.46%
G = 13.08%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC47EC (or 0xEC47EC) is known color: Free Speech Magenta. HEX triplet: EC, 47 and EC. RGB value is (236,71,236). Sum of RGB (Red+Green+Blue) = 236+71+236=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 71 (28.12% from 255 or 13.08% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC47EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC47EC is #13B813. Grayscale: #8A8A8A. Windows color (decimal): -1292308 or 15484908. OLE color: 15484908.

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

Color convert

RGB 236 71 236 -
CMYK 0 0.70 0 0.07
HSL 300º 0.81% 0.6% -
HSV(B) 300º 0.7% 0.93% -
XYZ 51.99 28.4 82.1 -
YUV 139.15 182.66 197.08 -
System Red Green Blue C M Y K H S L
Decimal 236 71 236 0 0.70 0 0.07 300 0.81 0.6
Hex EC 47 EC 0 46 0 7 12C 51 3C
Octal 354 107 354 0 106 0 7 454 121 74
Binary 11101100 1000111 11101100 0 1000110 0 111 100101100 1010001 111100

Color Harmonies of #EC47EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC47EC

Black with #EC47EC

Text Example


Text Example

White with #EC47EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC47EC; }

 p { color: rgb(236,71,236); }

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

background-color css

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

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

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

border-color css

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

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

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