#EC5FCB

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

Shades of Free Speech Magenta #EC5FCB

Tints of Free Speech Magenta #EC5FCB

Color information

#EC5FCB (or 0xEC5FCB) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5F and CB. RGB value is (236,95,203). Sum of RGB (Red+Green+Blue) = 236+95+203=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FCB is #13A034. Grayscale: #959595. Windows color (decimal): -1286197 or 13328364. OLE color: 13328364.

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

Color convert

RGB23695203-
CMYK00.600.140.07
HSL314.04º78.77%64.9%-
HSV(B)314.04º59.75%92.55%-
XYZ49.4630.3359.75-
YUV149.47158.21189.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.19%
GREEN value IS 95 (37.5% from 255) = 17.79%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=44.19%
G=17.79%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369520300.600.140.07314.0478.7764.9
HexEC5FCB03CE713a4f41
Octal354137313074167472117101
Binary111011001011111110010110111100111011110011101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5FCB; }

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

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

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

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

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

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

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

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