Html Css Color HEX #EC50C5 Free Speech Magenta

📋 copy color: '#EC50C5'

red 236 ◦ green 80 ◦ blue 197

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

Shades of Free Speech Magenta #EC50C5

Tints of Free Speech Magenta #EC50C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 46%
G = 15.59%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EC50C5 (or 0xEC50C5) is known color: Free Speech Magenta. HEX triplet: EC, 50 and C5. RGB value is (236,80,197). Sum of RGB (Red+Green+Blue) = 236+80+197=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50C5 is #13AF3A. Grayscale: #8B8B8B. Windows color (decimal): -1290043 or 12931308. OLE color: 12931308.

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

Color convert

RGB 236 80 197 -
CMYK 0 0.66 0.17 0.07
HSL 315º 0.8% 0.62% -
HSV(B) 315º 0.66% 0.93% -
XYZ 47.54 27.6 55.65 -
YUV 139.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 236 80 197 0 0.66 0.17 0.07 315 0.8 0.62
Hex EC 50 C5 0 42 11 7 13B 50 3E
Octal 354 120 305 0 102 21 7 473 120 76
Binary 11101100 1010000 11000101 0 1000010 10001 111 100111011 1010000 111110

Color Harmonies of #EC50C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50C5

Black with #EC50C5

Text Example


Text Example

White with #EC50C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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