Html Css Color HEX #EC54CC Free Speech Magenta

📋 copy color: '#EC54CC'

red 236 ◦ green 84 ◦ blue 204

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

Shades of Free Speech Magenta #EC54CC

Tints of Free Speech Magenta #EC54CC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.03%

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

R = 45.04%
G = 16.03%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC54CC (or 0xEC54CC) is known color: Free Speech Magenta. HEX triplet: EC, 54 and CC. RGB value is (236,84,204). Sum of RGB (Red+Green+Blue) = 236+84+204=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC54CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC54CC is #13AB33. Grayscale: #8E8E8E. Windows color (decimal): -1289012 or 13391084. OLE color: 13391084.

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

Color convert

RGB 236 84 204 -
CMYK 0 0.64 0.14 0.07
HSL 312.63º 0.8% 0.63% -
HSV(B) 312.63º 0.64% 0.93% -
XYZ 48.66 28.53 60.07 -
YUV 143.13 162.36 194.24 -
System Red Green Blue C M Y K H S L
Decimal 236 84 204 0 0.64 0.14 0.07 312.63 0.8 0.63
Hex EC 54 CC 0 40 E 7 139 50 3F
Octal 354 124 314 0 100 16 7 471 120 77
Binary 11101100 1010100 11001100 0 1000000 1110 111 100111001 1010000 111111

Color Harmonies of #EC54CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC54CC

Black with #EC54CC

Text Example


Text Example

White with #EC54CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC54CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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