#EC57CB

Color #EC57CB Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EC57CB

Tints of Free Speech Magenta #EC57CB

Color information

#EC57CB (or 0xEC57CB) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 57 and CB. RGB value is (236,87,203). Sum of RGB (Red+Green+Blue) = 236+87+203=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC57CB is #13A834. Grayscale: #909090. Windows color (decimal): -1288245 or 13326316. OLE color: 13326316.

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

Color convert

RGB23687203-
CMYK00.630.140.07
HSL313.29º79.68%63.33%-
HSV(B)313.29º63.14%92.55%-
XYZ48.7828.9659.52-
YUV144.77160.86193.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.87%
GREEN value IS 87 (34.38% from 255) = 16.54%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=44.87%
G=16.54%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368720300.630.140.07313.2979.6863.33
HexEC57CB03FE7139503f
Octal35412731307716747112077
Binary11101100101011111001011011111111101111001110011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC57CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC57CB; }

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

 H1.HeaderClassName
 {
   color: #EC57CB;
 }
 .AnyTagClassName
 {
   color: #EC57CB;
 }
</style>
background-color css

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

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

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

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

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

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