Html Css Color HEX #EC50E5 Free Speech Magenta

📋 copy color: '#EC50E5'

red 236 ◦ green 80 ◦ blue 229

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

Shades of Free Speech Magenta #EC50E5

Tints of Free Speech Magenta #EC50E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.02%

R = 43.3%
G = 14.68%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC50E5 (or 0xEC50E5) is known color: Free Speech Magenta. HEX triplet: EC, 50 and E5. RGB value is (236,80,229). Sum of RGB (Red+Green+Blue) = 236+80+229=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 80 (31.64% from 255 or 14.68% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50E5 is #13AF1A. Grayscale: #8F8F8F. Windows color (decimal): -1290011 or 15028460. OLE color: 15028460.

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

Color convert

RGB 236 80 229 -
CMYK 0 0.66 0.03 0.07
HSL 302.69º 0.8% 0.62% -
HSV(B) 302.69º 0.66% 0.93% -
XYZ 51.6 29.23 77.05 -
YUV 143.63 176.18 193.88 -
System Red Green Blue C M Y K H S L
Decimal 236 80 229 0 0.66 0.03 0.07 302.69 0.8 0.62
Hex EC 50 E5 0 42 3 7 12F 50 3E
Octal 354 120 345 0 102 3 7 457 120 76
Binary 11101100 1010000 11100101 0 1000010 11 111 100101111 1010000 111110

Color Harmonies of #EC50E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50E5

Black with #EC50E5

Text Example


Text Example

White with #EC50E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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