#EC5FC7

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

Shades of Free Speech Magenta #EC5FC7

Tints of Free Speech Magenta #EC5FC7

Color information

#EC5FC7 (or 0xEC5FC7) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5F and C7. RGB value is (236,95,199). Sum of RGB (Red+Green+Blue) = 236+95+199=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5FC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5FC7 is #13A038. Grayscale: #949494. Windows color (decimal): -1286201 or 13066220. OLE color: 13066220.

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

Color convert

RGB23695199-
CMYK00.600.160.07
HSL315.74º78.77%64.9%-
HSV(B)315.74º59.75%92.55%-
XYZ48.9930.1457.27-
YUV149.01156.21190.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.53%
GREEN value IS 95 (37.5% from 255) = 17.92%
BLUE value IS 199 (78.12% from 255) = 37.55%
R=44.53%
G=17.92%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369519900.600.160.07315.7478.7764.9
HexEC5FC703C10713c4f41
Octal354137307074207474117101
Binary1110110010111111100011101111001000011110011110010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5FC7; }

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

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

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

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

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

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

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

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