Html Css Color HEX #EC59EC Free Speech Magenta

📋 copy color: '#EC59EC'

red 236 ◦ green 89 ◦ blue 236

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

Shades of Free Speech Magenta #EC59EC

Tints of Free Speech Magenta #EC59EC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.86%

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 42.07%
G = 15.86%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC59EC (or 0xEC59EC) is known color: Free Speech Magenta. HEX triplet: EC, 59 and EC. RGB value is (236,89,236). Sum of RGB (Red+Green+Blue) = 236+89+236=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 89 (35.16% from 255 or 15.86% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC59EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC59EC is #13A613. Grayscale: #959595. Windows color (decimal): -1287700 or 15489516. OLE color: 15489516.

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

Color convert

RGB 236 89 236 -
CMYK 0 0.62 0 0.07
HSL 300º 0.79% 0.64% -
HSV(B) 300º 0.62% 0.93% -
XYZ 53.3 31.03 82.54 -
YUV 149.71 176.7 189.55 -
System Red Green Blue C M Y K H S L
Decimal 236 89 236 0 0.62 0 0.07 300 0.79 0.64
Hex EC 59 EC 0 3E 0 7 12C 4F 40
Octal 354 131 354 0 76 0 7 454 117 100
Binary 11101100 1011001 11101100 0 111110 0 111 100101100 1001111 1000000

Color Harmonies of #EC59EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC59EC

Black with #EC59EC

Text Example


Text Example

White with #EC59EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC59EC; }

 p { color: rgb(236,89,236); }

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

background-color css

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

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

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

border-color css

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

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

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