Html Css Color HEX #EC66EC Free Speech Magenta

📋 copy color: '#EC66EC'

red 236 ◦ green 102 ◦ blue 236

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

Shades of Free Speech Magenta #EC66EC

Tints of Free Speech Magenta #EC66EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.77%

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

R = 41.11%
G = 17.77%
B = 41.11%

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

#EC66EC (or 0xEC66EC) is known color: Free Speech Magenta. HEX triplet: EC, 66 and EC. RGB value is (236,102,236). Sum of RGB (Red+Green+Blue) = 236+102+236=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 102 (40.23% from 255 or 17.77% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC66EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC66EC is #139913. Grayscale: #9C9C9C. Windows color (decimal): -1284372 or 15492844. OLE color: 15492844.

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

Color convert

RGB 236 102 236 -
CMYK 0 0.57 0 0.07
HSL 300º 0.78% 0.66% -
HSV(B) 300º 0.57% 0.93% -
XYZ 54.48 33.39 82.93 -
YUV 157.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 236 102 236 0 0.57 0 0.07 300 0.78 0.66
Hex EC 66 EC 0 39 0 7 12C 4E 42
Octal 354 146 354 0 71 0 7 454 116 102
Binary 11101100 1100110 11101100 0 111001 0 111 100101100 1001110 1000010

Color Harmonies of #EC66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC66EC

Black with #EC66EC

Text Example


Text Example

White with #EC66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC66EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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