Html Css Color HEX #EC53CC Free Speech Magenta

📋 copy color: '#EC53CC'

red 236 ◦ green 83 ◦ blue 204

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

Shades of Free Speech Magenta #EC53CC

Tints of Free Speech Magenta #EC53CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 45.12%
G = 15.87%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC53CC (or 0xEC53CC) is known color: Free Speech Magenta. HEX triplet: EC, 53 and CC. RGB value is (236,83,204). Sum of RGB (Red+Green+Blue) = 236+83+204=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53CC is #13AC33. Grayscale: #8E8E8E. Windows color (decimal): -1289268 or 13390828. OLE color: 13390828.

HSL color Cylindrical-coordinate representation of color #EC53CC: hue angle of 312.55º 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 #EC53CC is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 83 204 -
CMYK 0 0.65 0.14 0.07
HSL 312.55º 0.8% 0.63% -
HSV(B) 312.55º 0.65% 0.93% -
XYZ 48.58 28.38 60.04 -
YUV 142.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 236 83 204 0 0.65 0.14 0.07 312.55 0.8 0.63
Hex EC 53 CC 0 41 E 7 139 50 3F
Octal 354 123 314 0 101 16 7 471 120 77
Binary 11101100 1010011 11001100 0 1000001 1110 111 100111001 1010000 111111

Color Harmonies of #EC53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53CC

Black with #EC53CC

Text Example


Text Example

White with #EC53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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