Html Css Color HEX #EC65EC Free Speech Magenta

📋 copy color: '#EC65EC'

red 236 ◦ green 101 ◦ blue 236

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

Shades of Free Speech Magenta #EC65EC

Tints of Free Speech Magenta #EC65EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.63%

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

R = 41.19%
G = 17.63%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC65EC (or 0xEC65EC) is known color: Free Speech Magenta. HEX triplet: EC, 65 and EC. RGB value is (236,101,236). Sum of RGB (Red+Green+Blue) = 236+101+236=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC65EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC65EC is #139A13. Grayscale: #9C9C9C. Windows color (decimal): -1284628 or 15492588. OLE color: 15492588.

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

Color convert

RGB 236 101 236 -
CMYK 0 0.57 0 0.07
HSL 300º 0.78% 0.66% -
HSV(B) 300º 0.57% 0.93% -
XYZ 54.39 33.2 82.9 -
YUV 156.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 236 101 236 0 0.57 0 0.07 300 0.78 0.66
Hex EC 65 EC 0 39 0 7 12C 4E 42
Octal 354 145 354 0 71 0 7 454 116 102
Binary 11101100 1100101 11101100 0 111001 0 111 100101100 1001110 1000010

Color Harmonies of #EC65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC65EC

Black with #EC65EC

Text Example


Text Example

White with #EC65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC65EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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