Html Css Color HEX #EC50C0 Free Speech Magenta

📋 copy color: '#EC50C0'

red 236 ◦ green 80 ◦ blue 192

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

Shades of Free Speech Magenta #EC50C0

Tints of Free Speech Magenta #EC50C0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.75%

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 46.46%
G = 15.75%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EC50C0 (or 0xEC50C0) is known color: Free Speech Magenta. HEX triplet: EC, 50 and C0. RGB value is (236,80,192). Sum of RGB (Red+Green+Blue) = 236+80+192=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50C0 is #13AF3F. Grayscale: #8B8B8B. Windows color (decimal): -1290048 or 12603628. OLE color: 12603628.

HSL color Cylindrical-coordinate representation of color #EC50C0: hue angle of 316.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC50C0 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 192 -
CMYK 0 0.66 0.19 0.07
HSL 316.92º 0.8% 0.62% -
HSV(B) 316.92º 0.66% 0.93% -
XYZ 46.98 27.38 52.68 -
YUV 139.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 236 80 192 0 0.66 0.19 0.07 316.92 0.8 0.62
Hex EC 50 C0 0 42 13 7 13D 50 3E
Octal 354 120 300 0 102 23 7 475 120 76
Binary 11101100 1010000 11000000 0 1000010 10011 111 100111101 1010000 111110

Color Harmonies of #EC50C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50C0

Black with #EC50C0

Text Example


Text Example

White with #EC50C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50C0; }

 p { color: rgb(236,80,192); }

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

background-color css

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

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

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

border-color css

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

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

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