Html Css Color HEX #EC49F1 Free Speech Magenta

📋 copy color: '#EC49F1'

red 236 ◦ green 73 ◦ blue 241

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

Shades of Free Speech Magenta #EC49F1

Tints of Free Speech Magenta #EC49F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 42.91%
G = 13.27%
B = 43.82%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC49F1 (or 0xEC49F1) is known color: Free Speech Magenta. HEX triplet: EC, 49 and F1. RGB value is (236,73,241). Sum of RGB (Red+Green+Blue) = 236+73+241=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 73 (28.91% from 255 or 13.27% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC49F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC49F1 is #13B60E. Grayscale: #8C8C8C. Windows color (decimal): -1291791 or 15813100. OLE color: 15813100.

HSL color Cylindrical-coordinate representation of color #EC49F1: hue angle of 298.21º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC49F1 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 73 241 -
CMYK 0.02 0.70 0 0.05
HSL 298.21º 0.86% 0.62% -
HSV(B) 298.21º 0.7% 0.95% -
XYZ 52.85 28.95 86.02 -
YUV 140.89 184.5 195.84 -
System Red Green Blue C M Y K H S L
Decimal 236 73 241 0.02 0.70 0 0.05 298.21 0.86 0.62
Hex EC 49 F1 2 46 0 5 12A 56 3E
Octal 354 111 361 2 106 0 5 452 126 76
Binary 11101100 1001001 11110001 10 1000110 0 101 100101010 1010110 111110

Color Harmonies of #EC49F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49F1

Black with #EC49F1

Text Example


Text Example

White with #EC49F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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