Html Css Color HEX #EC49EC Free Speech Magenta

📋 copy color: '#EC49EC'

red 236 ◦ green 73 ◦ blue 236

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

Shades of Free Speech Magenta #EC49EC

Tints of Free Speech Magenta #EC49EC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.39%

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

R = 43.3%
G = 13.39%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC49EC (or 0xEC49EC) is known color: Free Speech Magenta. HEX triplet: EC, 49 and EC. RGB value is (236,73,236). Sum of RGB (Red+Green+Blue) = 236+73+236=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC49EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC49EC is #13B613. Grayscale: #8B8B8B. Windows color (decimal): -1291796 or 15485420. OLE color: 15485420.

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

Color convert

RGB 236 73 236 -
CMYK 0 0.69 0 0.07
HSL 300º 0.81% 0.61% -
HSV(B) 300º 0.69% 0.93% -
XYZ 52.11 28.65 82.14 -
YUV 140.32 182 196.25 -
System Red Green Blue C M Y K H S L
Decimal 236 73 236 0 0.69 0 0.07 300 0.81 0.61
Hex EC 49 EC 0 45 0 7 12C 51 3D
Octal 354 111 354 0 105 0 7 454 121 75
Binary 11101100 1001001 11101100 0 1000101 0 111 100101100 1010001 111101

Color Harmonies of #EC49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49EC

Black with #EC49EC

Text Example


Text Example

White with #EC49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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