Html Css Color HEX #EC50E7 Free Speech Magenta

📋 copy color: '#EC50E7'

red 236 ◦ green 80 ◦ blue 231

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

Shades of Free Speech Magenta #EC50E7

Tints of Free Speech Magenta #EC50E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.23%

R = 43.14%
G = 14.63%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC50E7 (or 0xEC50E7) is known color: Free Speech Magenta. HEX triplet: EC, 50 and E7. RGB value is (236,80,231). Sum of RGB (Red+Green+Blue) = 236+80+231=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 80 (31.64% from 255 or 14.63% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC50E7 is #13AF18. Grayscale: #8F8F8F. Windows color (decimal): -1290009 or 15159532. OLE color: 15159532.

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

Color convert

RGB 236 80 231 -
CMYK 0 0.66 0.02 0.07
HSL 301.92º 0.8% 0.62% -
HSV(B) 301.92º 0.66% 0.93% -
XYZ 51.88 29.34 78.53 -
YUV 143.86 177.18 193.72 -
System Red Green Blue C M Y K H S L
Decimal 236 80 231 0 0.66 0.02 0.07 301.92 0.8 0.62
Hex EC 50 E7 0 42 2 7 12E 50 3E
Octal 354 120 347 0 102 2 7 456 120 76
Binary 11101100 1010000 11100111 0 1000010 10 111 100101110 1010000 111110

Color Harmonies of #EC50E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50E7

Black with #EC50E7

Text Example


Text Example

White with #EC50E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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