Html Css Color HEX #EC57CC Free Speech Magenta

📋 copy color: '#EC57CC'

red 236 ◦ green 87 ◦ blue 204

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

Shades of Free Speech Magenta #EC57CC

Tints of Free Speech Magenta #EC57CC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.51%

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

R = 44.78%
G = 16.51%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EC57CC (or 0xEC57CC) is known color: Free Speech Magenta. HEX triplet: EC, 57 and CC. RGB value is (236,87,204). Sum of RGB (Red+Green+Blue) = 236+87+204=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC57CC is #13A833. Grayscale: #909090. Windows color (decimal): -1288244 or 13391852. OLE color: 13391852.

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

Color convert

RGB 236 87 204 -
CMYK 0 0.63 0.14 0.07
HSL 312.89º 0.8% 0.63% -
HSV(B) 312.89º 0.63% 0.93% -
XYZ 48.9 29.01 60.15 -
YUV 144.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 236 87 204 0 0.63 0.14 0.07 312.89 0.8 0.63
Hex EC 57 CC 0 3F E 7 139 50 3F
Octal 354 127 314 0 77 16 7 471 120 77
Binary 11101100 1010111 11001100 0 111111 1110 111 100111001 1010000 111111

Color Harmonies of #EC57CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC57CC

Black with #EC57CC

Text Example


Text Example

White with #EC57CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC57CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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