Html Css Color HEX #EC53E6 Free Speech Magenta

📋 copy color: '#EC53E6'

red 236 ◦ green 83 ◦ blue 230

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

Shades of Free Speech Magenta #EC53E6

Tints of Free Speech Magenta #EC53E6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.12%

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 42.99%
G = 15.12%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC53E6 (or 0xEC53E6) is known color: Free Speech Magenta. HEX triplet: EC, 53 and E6. RGB value is (236,83,230). Sum of RGB (Red+Green+Blue) = 236+83+230=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 83 (32.81% from 255 or 15.12% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53E6 is #13AC19. Grayscale: #919191. Windows color (decimal): -1289242 or 15094764. OLE color: 15094764.

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

Color convert

RGB 236 83 230 -
CMYK 0 0.65 0.03 0.07
HSL 302.35º 0.8% 0.63% -
HSV(B) 302.35º 0.65% 0.93% -
XYZ 51.97 29.73 77.86 -
YUV 145.51 175.69 192.55 -
System Red Green Blue C M Y K H S L
Decimal 236 83 230 0 0.65 0.03 0.07 302.35 0.8 0.63
Hex EC 53 E6 0 41 3 7 12E 50 3F
Octal 354 123 346 0 101 3 7 456 120 77
Binary 11101100 1010011 11100110 0 1000001 11 111 100101110 1010000 111111

Color Harmonies of #EC53E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53E6

Black with #EC53E6

Text Example


Text Example

White with #EC53E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53E6; }

 p { color: rgb(236,83,230); }

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

background-color css

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

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

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

border-color css

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

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

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