Html Css Color HEX #EC49CE Free Speech Magenta

📋 copy color: '#EC49CE'

red 236 ◦ green 73 ◦ blue 206

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

Shades of Free Speech Magenta #EC49CE

Tints of Free Speech Magenta #EC49CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 45.83%
G = 14.17%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC49CE (or 0xEC49CE) is known color: Free Speech Magenta. HEX triplet: EC, 49 and CE. RGB value is (236,73,206). Sum of RGB (Red+Green+Blue) = 236+73+206=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC49CE is #13B631. Grayscale: #888888. Windows color (decimal): -1291826 or 13519340. OLE color: 13519340.

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

Color convert

RGB 236 73 206 -
CMYK 0 0.69 0.13 0.07
HSL 311.04º 0.81% 0.61% -
HSV(B) 311.04º 0.69% 0.93% -
XYZ 48.12 27.05 61.08 -
YUV 136.9 167 198.69 -
System Red Green Blue C M Y K H S L
Decimal 236 73 206 0 0.69 0.13 0.07 311.04 0.81 0.61
Hex EC 49 CE 0 45 D 7 137 51 3D
Octal 354 111 316 0 105 15 7 467 121 75
Binary 11101100 1001001 11001110 0 1000101 1101 111 100110111 1010001 111101

Color Harmonies of #EC49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49CE

Black with #EC49CE

Text Example


Text Example

White with #EC49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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