Html Css Color HEX #EC52EC Free Speech Magenta

📋 copy color: '#EC52EC'

red 236 ◦ green 82 ◦ blue 236

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

Shades of Free Speech Magenta #EC52EC

Tints of Free Speech Magenta #EC52EC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.8%

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

R = 42.6%
G = 14.8%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC52EC (or 0xEC52EC) is known color: Free Speech Magenta. HEX triplet: EC, 52 and EC. RGB value is (236,82,236). Sum of RGB (Red+Green+Blue) = 236+82+236=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 82 (32.42% from 255 or 14.80% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC52EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52EC is #13AD13. Grayscale: #919191. Windows color (decimal): -1289492 or 15487724. OLE color: 15487724.

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

Color convert

RGB 236 82 236 -
CMYK 0 0.65 0 0.07
HSL 300º 0.8% 0.62% -
HSV(B) 300º 0.65% 0.93% -
XYZ 52.75 29.92 82.35 -
YUV 145.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 236 82 236 0 0.65 0 0.07 300 0.8 0.62
Hex EC 52 EC 0 41 0 7 12C 50 3E
Octal 354 122 354 0 101 0 7 454 120 76
Binary 11101100 1010010 11101100 0 1000001 0 111 100101100 1010000 111110

Color Harmonies of #EC52EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52EC

Black with #EC52EC

Text Example


Text Example

White with #EC52EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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