Html Css Color HEX #EC49CA Free Speech Magenta

📋 copy color: '#EC49CA'

red 236 ◦ green 73 ◦ blue 202

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

Shades of Free Speech Magenta #EC49CA

Tints of Free Speech Magenta #EC49CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 46.18%
G = 14.29%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC49CA (or 0xEC49CA) is known color: Free Speech Magenta. HEX triplet: EC, 49 and CA. RGB value is (236,73,202). Sum of RGB (Red+Green+Blue) = 236+73+202=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49CA is #13B635. Grayscale: #888888. Windows color (decimal): -1291830 or 13257196. OLE color: 13257196.

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

Color convert

RGB 236 73 202 -
CMYK 0 0.69 0.14 0.07
HSL 312.52º 0.81% 0.61% -
HSV(B) 312.52º 0.69% 0.93% -
XYZ 47.64 26.86 58.55 -
YUV 136.44 165 199.01 -
System Red Green Blue C M Y K H S L
Decimal 236 73 202 0 0.69 0.14 0.07 312.52 0.81 0.61
Hex EC 49 CA 0 45 E 7 139 51 3D
Octal 354 111 312 0 105 16 7 471 121 75
Binary 11101100 1001001 11001010 0 1000101 1110 111 100111001 1010001 111101

Color Harmonies of #EC49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49CA

Black with #EC49CA

Text Example


Text Example

White with #EC49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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