Html Css Color HEX #EC49E1 Free Speech Magenta

📋 copy color: '#EC49E1'

red 236 ◦ green 73 ◦ blue 225

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

Shades of Free Speech Magenta #EC49E1

Tints of Free Speech Magenta #EC49E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.13%

R = 44.19%
G = 13.67%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EC49E1 (or 0xEC49E1) is known color: Free Speech Magenta. HEX triplet: EC, 49 and E1. RGB value is (236,73,225). Sum of RGB (Red+Green+Blue) = 236+73+225=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 73 (28.91% from 255 or 13.67% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49E1 is #13B61E. Grayscale: #8A8A8A. Windows color (decimal): -1291807 or 14764524. OLE color: 14764524.

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

Color convert

RGB 236 73 225 -
CMYK 0 0.69 0.05 0.07
HSL 304.05º 0.81% 0.61% -
HSV(B) 304.05º 0.69% 0.93% -
XYZ 50.57 28.03 73.98 -
YUV 139.07 176.5 197.14 -
System Red Green Blue C M Y K H S L
Decimal 236 73 225 0 0.69 0.05 0.07 304.05 0.81 0.61
Hex EC 49 E1 0 45 5 7 130 51 3D
Octal 354 111 341 0 105 5 7 460 121 75
Binary 11101100 1001001 11100001 0 1000101 101 111 100110000 1010001 111101

Color Harmonies of #EC49E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49E1

Black with #EC49E1

Text Example


Text Example

White with #EC49E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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