Html Css Color HEX #EC4FCC Free Speech Magenta

📋 copy color: '#EC4FCC'

red 236 ◦ green 79 ◦ blue 204

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

Shades of Free Speech Magenta #EC4FCC

Tints of Free Speech Magenta #EC4FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.22%

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

R = 45.47%
G = 15.22%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC4FCC (or 0xEC4FCC) is known color: Free Speech Magenta. HEX triplet: EC, 4F and CC. RGB value is (236,79,204). Sum of RGB (Red+Green+Blue) = 236+79+204=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC4FCC is #13B033. Grayscale: #8B8B8B. Windows color (decimal): -1290292 or 13389804. OLE color: 13389804.

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

Color convert

RGB 236 79 204 -
CMYK 0 0.67 0.14 0.07
HSL 312.23º 0.81% 0.62% -
HSV(B) 312.23º 0.67% 0.93% -
XYZ 48.29 27.78 59.94 -
YUV 140.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 236 79 204 0 0.67 0.14 0.07 312.23 0.81 0.62
Hex EC 4F CC 0 43 E 7 138 51 3E
Octal 354 117 314 0 103 16 7 470 121 76
Binary 11101100 1001111 11001100 0 1000011 1110 111 100111000 1010001 111110

Color Harmonies of #EC4FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4FCC

Black with #EC4FCC

Text Example


Text Example

White with #EC4FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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