Html Css Color HEX #EC60EC Free Speech Magenta

📋 copy color: '#EC60EC'

red 236 ◦ green 96 ◦ blue 236

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

Shades of Free Speech Magenta #EC60EC

Tints of Free Speech Magenta #EC60EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.9%

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

R = 41.55%
G = 16.9%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC60EC (or 0xEC60EC) is known color: Free Speech Magenta. HEX triplet: EC, 60 and EC. RGB value is (236,96,236). Sum of RGB (Red+Green+Blue) = 236+96+236=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 96 (37.89% from 255 or 16.90% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC60EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC60EC is #139F13. Grayscale: #999999. Windows color (decimal): -1285908 or 15491308. OLE color: 15491308.

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

Color convert

RGB 236 96 236 -
CMYK 0 0.59 0 0.07
HSL 300º 0.79% 0.65% -
HSV(B) 300º 0.59% 0.93% -
XYZ 53.92 32.25 82.74 -
YUV 153.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 236 96 236 0 0.59 0 0.07 300 0.79 0.65
Hex EC 60 EC 0 3B 0 7 12C 4F 41
Octal 354 140 354 0 73 0 7 454 117 101
Binary 11101100 1100000 11101100 0 111011 0 111 100101100 1001111 1000001

Color Harmonies of #EC60EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60EC

Black with #EC60EC

Text Example


Text Example

White with #EC60EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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