Html Css Color HEX #EC52EF Free Speech Magenta

📋 copy color: '#EC52EF'

red 236 ◦ green 82 ◦ blue 239

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

Shades of Free Speech Magenta #EC52EF

Tints of Free Speech Magenta #EC52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 42.37%
G = 14.72%
B = 42.91%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC52EF (or 0xEC52EF) is known color: Free Speech Magenta. HEX triplet: EC, 52 and EF. RGB value is (236,82,239). Sum of RGB (Red+Green+Blue) = 236+82+239=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 82 (32.42% from 255 or 14.72% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC52EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52EF is #13AD10. Grayscale: #919191. Windows color (decimal): -1289489 or 15684332. OLE color: 15684332.

HSL color Cylindrical-coordinate representation of color #EC52EF: hue angle of 298.85º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC52EF is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 82 239 -
CMYK 0.01 0.66 0 0.06
HSL 298.85º 0.83% 0.63% -
HSV(B) 298.85º 0.66% 0.94% -
XYZ 53.19 30.1 84.67 -
YUV 145.94 180.52 192.23 -
System Red Green Blue C M Y K H S L
Decimal 236 82 239 0.01 0.66 0 0.06 298.85 0.83 0.63
Hex EC 52 EF 1 42 0 6 12B 53 3F
Octal 354 122 357 1 102 0 6 453 123 77
Binary 11101100 1010010 11101111 1 1000010 0 110 100101011 1010011 111111

Color Harmonies of #EC52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52EF

Black with #EC52EF

Text Example


Text Example

White with #EC52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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